Cesar0182
Member level 5
Greetings, tell you that I am implementing a SPI design in ISE 17.5 using an asynchronous fifo. The problem I am having is that there is a delay of 5 to 6 read clock cycles (rd_clk = 25 MHz) after writing the first data (wr_clk = 100 Mhz) so that the data written in the fifo is enabled to be read (because the empty signal is still 1). How can I enable reading a cycle of rd_clk after having written the first data? Any suggestions are welcome and thanks in advance.