Hi all, I'm designing a small project which uses the primitive FIFO_16 of virtex 4. The problem is: This FIFO uses an asynchronous reset, which resets all flags and internal registers of FIFO. Reset signal doesn't reset data in and data out. In my design, I have a synchronous reset and when it occurs I need to do not have an output data from FIFO. Is it enough to add some code lines, for example in the top module: if (RST) data_out_top_module
- posted
16 years ago