Forum Discussion
Altera_Forum
Honored Contributor
11 years agostrange behavior of DCFIFO, how to meet the "Functional Timing Requirements"
Hi, My DCFIFO on Cyclone V is broken. Data is lost. depends on FIFO type, MLAB or M10k, data corruption is severer as FIFO larger. I wrote to DCFIFO like this: if(~fifo_fu...
Altera_Forum
Honored Contributor
11 years agothanks Kaz,
yes, the code is in the always@(posedge clk) block. So, you mean the following? wire fifo_wrreq; assign fifo_wrreq = ~fifo_full; But, how to add the fifo data? fifo write data has to be registers.