Open
Description
It would be nice if various properties of the FIFOs would be documented. What comes to mind is
- maximum throughput (
SyncFIFO
ofdepth == 1
only does a throughput of50%
, same forSyncFIFOBuffered
withdepth <=2
) - dependencies between the interface signals (does
w_stream.ready
depend combinatorially onr_stream.ready
?, doesr_stream.valid
depend combinatorially onw_stream.valid
?)