Skip to content

Commit

Permalink
src: Passed wrong type
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Nov 7, 2023
1 parent b35ea7d commit a30b9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/floo_narrow_wide_join.sv
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ module floo_narrow_wide_join #(
.AxiAddrWidth ( AxiAddrWidth ),
.AxiIdWidth ( AxiIdConvWidth ),
.aw_chan_t ( axi_narrow_iw_conv_aw_chan_t ),
.mst_w_chan_t ( axi_wide_iw_conv_aw_chan_t ),
.mst_w_chan_t ( axi_wide_iw_conv_w_chan_t ),
.slv_w_chan_t ( axi_narrow_iw_conv_w_chan_t ),
.b_chan_t ( axi_narrow_iw_conv_b_chan_t ),
.ar_chan_t ( axi_narrow_iw_conv_ar_chan_t ),
Expand Down

0 comments on commit a30b9b9

Please sign in to comment.