Skip to content

Commit

Permalink
Fix DataWidth mismatch in axi_iw converter
Browse files Browse the repository at this point in the history
  • Loading branch information
Lore0599 committed Oct 25, 2024
1 parent 9498082 commit ac7ce2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/chimera_cluster_adapter.sv
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ module chimera_cluster_adapter #(
.AxiMstPortMaxTxnsPerId(16), // TODO: Tune this

.AxiAddrWidth(AddrWidth),
.AxiDataWidth(WideDataWidth),
.AxiDataWidth(NarrowDataWidth),
.AxiUserWidth(UserWidth),

.slv_req_t (narrow_in_req_t),
Expand Down

0 comments on commit ac7ce2f

Please sign in to comment.