Skip to content

Commit

Permalink
fpga/common: Replace scheduler op table with generation ID
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Forencich <[email protected]>
  • Loading branch information
alexforencich committed Mar 4, 2024
1 parent 737a6cc commit 49433c5
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 175 deletions.
1 change: 0 additions & 1 deletion fpga/common/rtl/mqnic_tx_scheduler_block_rr.v
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ tx_scheduler_rr #(
.LEN_WIDTH(DMA_LEN_WIDTH),
.REQ_DEST_WIDTH(AXIS_TX_DEST_WIDTH),
.REQ_TAG_WIDTH(TX_REQ_TAG_WIDTH),
.OP_TABLE_SIZE(TX_SCHEDULER_OP_TABLE_SIZE),
.QUEUE_INDEX_WIDTH(QUEUE_INDEX_WIDTH),
.PIPELINE(TX_SCHEDULER_PIPELINE),
.SCHED_CTRL_ENABLE(0),
Expand Down
1 change: 0 additions & 1 deletion fpga/common/rtl/mqnic_tx_scheduler_block_rr_tdma.v
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,6 @@ tx_scheduler_rr #(
.LEN_WIDTH(DMA_LEN_WIDTH),
.REQ_DEST_WIDTH(AXIS_TX_DEST_WIDTH),
.REQ_TAG_WIDTH(TX_REQ_TAG_WIDTH),
.OP_TABLE_SIZE(TX_SCHEDULER_OP_TABLE_SIZE),
.QUEUE_INDEX_WIDTH(QUEUE_INDEX_WIDTH),
.PIPELINE(TX_SCHEDULER_PIPELINE),
.SCHED_CTRL_ENABLE(1),
Expand Down
Loading

0 comments on commit 49433c5

Please sign in to comment.