mirror of
https://github.com/corundum/corundum.git
synced 2025-01-30 08:32:52 +08:00
Add output pipeline stage to descriptor FIFOs
This commit is contained in:
parent
2091ef8c42
commit
6163efa0b8
@ -825,6 +825,7 @@ axis_fifo #(
|
||||
.ID_WIDTH(DESC_REQ_TAG_WIDTH_INT),
|
||||
.DEST_ENABLE(0),
|
||||
.USER_ENABLE(0),
|
||||
.PIPELINE_OUTPUT(3),
|
||||
.FRAME_FIFO(0)
|
||||
)
|
||||
tx_desc_fifo (
|
||||
@ -1016,6 +1017,7 @@ axis_fifo #(
|
||||
.ID_WIDTH(DESC_REQ_TAG_WIDTH_INT),
|
||||
.DEST_ENABLE(0),
|
||||
.USER_ENABLE(0),
|
||||
.PIPELINE_OUTPUT(3),
|
||||
.FRAME_FIFO(0)
|
||||
)
|
||||
rx_desc_fifo (
|
||||
|
Loading…
x
Reference in New Issue
Block a user