Skip to content

Commit

Permalink
nw_chimney: Fix refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Sep 26, 2023
1 parent ac3a3a4 commit ca6645d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/floo_narrow_wide_chimney.sv
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ module floo_narrow_wide_chimney
.sram_cfg_i,
.ax_valid_i ( axi_wide_ar_queue_valid_out ),
.ax_ready_o ( axi_wide_ar_queue_ready_in ),
.ax_len_i ( wide_ar_queue.len ),
.ax_len_i ( axi_wide_ar_queue.len ),
.ax_dest_i ( dst_id[WideAr] ),
.ax_valid_o ( wide_ar_rob_valid_out ),
.ax_ready_i ( wide_ar_rob_ready_in ),
Expand Down

0 comments on commit ca6645d

Please sign in to comment.