Skip to content

Commit

Permalink
Fix array bound for isolation buses.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvan Tortorella committed Sep 26, 2024
1 parent aa1b809 commit a37a3f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hw/noc_wrap.sv
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ module noc_wrap #(
)(
input logic clk_i,
input logic rst_ni,
input logic [NumNocSlv-1:0] noc_ext_slv_isolate_i,
output logic [NumNocSlv-1:0] noc_ext_slv_isolated_o,
input logic [NumNocMst-1:0] noc_ext_slv_isolate_i,
output logic [NumNocMst-1:0] noc_ext_slv_isolated_o,
input noc_slv_req_t cheshire_slv_req_i,
output noc_slv_rsp_t cheshire_slv_rsp_o,
output noc_mst_req_t cheshire_mst_req_o,
Expand Down

0 comments on commit a37a3f4

Please sign in to comment.