Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
5 votes
1 answer
175 views

I’m building a shared-memory, event-driven allocator on Linux with: Multiple producers, single consumer (MPSC) Variable-size allocations from a shared memory pool When memory is unavailable, ...
0 votes
0 answers
34 views

In Python, we can use collections.deque to implement FIFO queue operations. For example: from collections import deque queue = deque([1, 2, 3]) print("Initial queue:", queue) # ...
0 votes
1 answer
51 views

I’m currently unable to integrate JIRA Automation with my AWS SNS FIFO topic. Previously, the integration worked fine when using a standard SNS topic. However, after switching to a FIFO topic, the ...
0 votes
0 answers
73 views

I am using Amazon SQS FIFO to process events received from a Salesforce subscription. Each event contains a recordId, and we use it to call the Salesforce API to fetch additional details before ...
1 vote
0 answers
78 views

#include <stdint.h> #include <stdbool.h> #include <reg_mg82f6d64.h> #define RegFifo 0x00 #define RegIrqFlags1 0x27 #define RegIrqFlags2 0x28 void wrb(uint8_t dat); ...
1 vote
1 answer
186 views

I'm working on a 4-depth, 8-bit wide FIFO in SystemVerilog. I’ve written both the FIFO module and the testbench, but I’m encountering unexpected behavior in data read operations and flag updates. ...
1 vote
1 answer
81 views

I have an assignment to: a) check the capacity of a named pipe (FIFO) b) check how many bytes I need to read from a full pipe before writing again. My code successfully writes into the pipe until it ...
crepper4454's user avatar
0 votes
1 answer
169 views

I have a relatively simple design, and I’ve attached the diagram below. In short, it’s meant to perform a loop where one core sends data to the FIFO, and another core initializes the DMA and waits to ...
Dresult's user avatar
  • 313
1 vote
0 answers
68 views

I have two Lua functions, getSongLyrics and getSongTitle, whose outputs are displayed in a conky window. getSongLyrics uses a python script that runs sptlrx pipe and outputs it into a FIFO file, which ...
Anapal's user avatar
  • 25
0 votes
2 answers
124 views

I am trying to grab some sensor data so I can toss it into a influxdb. We have very old sensors writing this out to a server via a fifo on that server. I know I can read it (made a quick program): # ...
Codejoy's user avatar
  • 3,856
0 votes
1 answer
538 views

I have a SQS queue which feeds a FIFO queue using an eventbridge pipe. The pipe grabs a value from the payload and then adds that to the MessageGroupID using a JSONpath expression. import { SqsTarget }...
1 vote
0 answers
55 views

I have this python script that's meant to function as a server which reads commands from stdin which is redirected to a fifo: test.py: while True: try: line = input() except EOFError: ...
Verpous's user avatar
  • 776
-2 votes
1 answer
453 views

I am using Xilinx FIFO generator core in my project. I have module, say M1, which assersts fifo_rd_en signal to the fifo that i am using. However, the fifo has a read latency of 2 clock cycles. How ...
2 votes
0 answers
117 views

I am trying to write an algorithm in Python to link quantities in a FIFO fashion between two different series (of length N). The input is two lists, 'instructions' and 'responses'. The two lists ...
0 votes
0 answers
113 views

We have a DMA design with FIFO stream input. We let FIFO accumulate the entirety of data stream i.e., 0x8001 depth and width is 32 bit. Then we cut off the Input stream to FIFO since it is external. ...
Sujan SM's user avatar

15 30 50 per page
1
2 3 4 5
...
76

AltStyle によって変換されたページ (->オリジナル) /