Top "Fifo" questions

Any structure in which the First object In is the First object Out.

Shifting 2D array Verilog

I dont know what doesnt work on the following code, but it wont synthesize: reg [7:0] FIFO [0:8]; always@(posedge clk) begin …

arrays verilog concat shift fifo
Does an optimistic lock-free FIFO queue implementation exist?

Is there any C++ implementation (source codes) of "optmistic approach to lock-free FIFO queues" algorithm?

c++ multithreading queue lock-free fifo
Implementing FIFO using LIFO

Looking at some algorithm exercices on the net, I found an interesting one : How would you implement a FIFO using …

algorithm fifo
Prevent FIFO from closing / reuse closed FIFO

Consider the following scenario: a FIFO named test is created. In one terminal window (A) I run cat <test …

unix named-pipes eof fifo
FIFO with 2 clocks in VHDL

I have a problem with a vhdl assignment. I need to create a FIFO buffer between a bus of 500MHz …

vhdl fifo clock-synchronization clock
How do you design FIFO queue with variable data size?

I'm just working on the FIFO queue (the simple one, just what's pushed first, pops at first) with the variable …

delphi queue delphi-2007 fifo memory-efficient
Verilog FIFO code written with different styles..one not working and another not working.Can someone explain

I have written verilog code for fifo using fillcount to check as the means for checking if it is full …

verilog fifo vlsi
Python code hangs while trying to open a named pipe for reading

I am trying to setup two way communication between a daemon and a client using named pipes. The code hangs …

python file-io named-pipes nonblocking fifo
Can't write to FIFO file mouted via NFS

I'm trying to write to FIFO file locate on NFS mount and it blocks. What could be the problem? My /…

linux nfs fifo
How can I manage a FIFO-queue in an database with SQL?

I have two tables in my database, one for In and one for Out. They have two columns, Quantity and …

sql database queue fifo inventory