Skip to content

Commit

Permalink
test: Fix axi_xbar parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Sep 15, 2023
1 parent 6f83fa8 commit ac3a3a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/floo_dma_test_node.sv
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ module floo_dma_test_node #(
UniqueIds: 0,
AxiAddrWidth: AddrWidth,
AxiDataWidth: DataWidth,
NoAddrRules: 1
NoAddrRules: 1,
PipelineStages: 0
};

//--------------------------------------
Expand Down

0 comments on commit ac3a3a4

Please sign in to comment.