mirror of
https://github.com/fpganinja/taxi.git
synced 2025-12-07 16:28:40 -08:00
eth: Remove FIFO pipeline registers for statistics FIFOs in distributed RAM
Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
@@ -226,6 +226,7 @@ tx_stats_inst (
|
||||
|
||||
taxi_axis_async_fifo #(
|
||||
.DEPTH(32),
|
||||
.RAM_PIPELINE(0),
|
||||
.FRAME_FIFO(1'b0),
|
||||
.DROP_BAD_FRAME(1'b0),
|
||||
.DROP_WHEN_FULL(1'b0)
|
||||
@@ -389,6 +390,7 @@ rx_stats_inst (
|
||||
|
||||
taxi_axis_async_fifo #(
|
||||
.DEPTH(32),
|
||||
.RAM_PIPELINE(0),
|
||||
.FRAME_FIFO(1'b0),
|
||||
.DROP_BAD_FRAME(1'b0),
|
||||
.DROP_WHEN_FULL(1'b0)
|
||||
|
||||
Reference in New Issue
Block a user