Skip to content

Commit

Permalink
hw: Fix out of bounds array
Browse files Browse the repository at this point in the history
  • Loading branch information
alex96295 committed Jul 19, 2023
1 parent 9726038 commit 83c80e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hw/carfield.sv
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,6 @@ assign slave_isolate_req[IntClusterSlvIdx] = car_regs_reg2hw.pulp_cluster_isol
assign slave_isolate_req[FPClusterSlvIdx] = car_regs_reg2hw.spatz_cluster_isolate.q;
assign slave_isolate_req[L2Port1SlvIdx] = 'd0;
assign slave_isolate_req[L2Port2SlvIdx] = 'd0;
assign slave_isolate_req[MailboxSlvIdx] = 'd0;
assign slave_isolate_req[EthernetSlvIdx] = 'd0;
assign slave_isolate_req[PeriphsSlvIdx] = 'd0;
assign secd_isolate_req = 'd0;
Expand Down

0 comments on commit 83c80e8

Please sign in to comment.