fragnen
Full Member level 4
![Full Member level 4](/styles/images/ranks/flevel1.gif)
- Joined
- Apr 3, 2019
- Messages
- 211
- Helped
- 0
- Reputation
- 0
- Reaction score
- 2
- Trophy points
- 18
- Activity points
- 1,490
Data is written as 80 data per 100 clock cycles to a FIFO and being read at 4 data per 10 clock cycles. The write and read clock of the FIFO is running at 100 MHz and 200 MHz respectively and this write and read clock are asynchronous to each other. What will be the depth of this FIFO.
In this case, the depth of 32 should be sufficient if this FIFO was a synchronous FIFO if the write and read clock was synchronous to each other. But since write and read clock are asynchronous to each other, the FIFO will be an asynchronous FIFO and the depth of 32 will not work. Please provide a proper depth of this asynchronous FIFO.
In this case, the depth of 32 should be sufficient if this FIFO was a synchronous FIFO if the write and read clock was synchronous to each other. But since write and read clock are asynchronous to each other, the FIFO will be an asynchronous FIFO and the depth of 32 will not work. Please provide a proper depth of this asynchronous FIFO.