a0e30a2211
Currently the BRAM and data registers in the util_axis_data are ungated when the FIFO is ready to receive data. This good for high-performance since it reduces the number of control signals. But it is bad from a power point of view since it causes additional reads and writes. Change the core gate the BRAM and data register if either the consumer is not ready to accept data or the producer has no data to offer. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> |
||
---|---|---|
.. | ||
Makefile | ||
address_gray.v | ||
address_gray_pipelined.v | ||
address_sync.v | ||
util_axis_fifo.v | ||
util_axis_fifo_ip.tcl |