Skip to content

Commit

Permalink
Fix linting errs
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Mar 19, 2024
1 parent ddfa53d commit 53e96bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/carfield.sv
Original file line number Diff line number Diff line change
Expand Up @@ -1759,7 +1759,7 @@ if (CarfieldIslandsCfg.secured.enable) begin : gen_secure_subsystem
assign security_island_isolate_req = car_regs_reg2hw.security_island_isolate.q &&
!secure_boot_i;
assign car_regs_hw2reg.security_island_isolate_status.d =
master_isolated_rsp[SecurityIslandTlulMstIdx]
master_isolated_rsp[SecurityIslandTlulMstIdx]
& master_isolated_rsp[SecurityIslandiDMAMstIdx];
assign car_regs_hw2reg.security_island_isolate_status.de = 1'b1;

Expand Down

0 comments on commit 53e96bb

Please sign in to comment.