Forum Discussion
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.