Skip to content

Commit

Permalink
Fix #21 - slave interface 2 used the wrong ARUSER input
Browse files Browse the repository at this point in the history
  • Loading branch information
dpretet committed Feb 19, 2025
1 parent 938c804 commit bf04bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtl/axicb_crossbar_top.sv
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,7 @@ module axicb_crossbar_top
.i_arqos (slv2_arqos),
.i_arregion (slv2_arregion),
.i_arid (slv2_arid),
.i_aruser (slv3_aruser),
.i_aruser (slv2_aruser),
.i_rvalid (slv2_rvalid),
.i_rready (slv2_rready),
.i_rid (slv2_rid),
Expand Down

0 comments on commit bf04bce

Please sign in to comment.