Forum Discussion
Altera_Forum
Honored Contributor
16 years agoDCFIFO rdusedw and rdreq
Dear All, I've instantiated a DCFIFO (Cyclone II). The read and write clocks are not synchronized to each other. I'm using a signal synchronized to the rdclk as the rdreq which is approxim...
Altera_Forum
Honored Contributor
16 years agoI'm not sure I understand. If you assert rdreq for five rdclk cycles, you will see the rdusedw decrement by a value of 5. Everything is based off of the clock. rdreq is not an edge-detect signal. A read is performed at every clock cycle where rdreq is asserted.
Jake