I got a question from my friend. Where can I get the related information?
---------------------------------------------------------------------------------
[Sender] --> [FIFO] --> [Receiver]
Sender sends data at the rate of 80 words / 100 clocks
Receiver can consume at the rate of 8 words / 10 clocks
Calculate the depth of FIFO so that no data is dropped.
Assumptions: There is no feedback or handshake mechanism. Occurrence of data in that time period is guaranteed but exact place in those clock cycles is indeterminate.