Skip to content

Commit

Permalink
lint SV sources
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Jan 22, 2025
1 parent e34b458 commit a3bdb19
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions hw/snitch_cluster/src/snitch_cluster.sv
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,8 @@ module snitch_cluster

tcdm_req_t [TcdmPorts-1:0] tcdm_req_wo_user;

parameter logic [31:0] BootAddrInternal = (AliasRegionEnable & IntBootromEnable) ? BootRomAliasStart : BootAddr;
parameter logic [31:0] BootAddrInternal = (AliasRegionEnable & IntBootromEnable) ?
BootRomAliasStart : BootAddr;

snitch_cc #(
.AddrWidth (PhysicalAddrWidth),
Expand Down Expand Up @@ -1290,7 +1291,7 @@ module snitch_cluster
.addr_i (bootrom_addr),
.data_o (bootrom_data)
);
end else begin
end else begin : gen_no_bootrom
assign wide_axi_slv_rsp[BootRom] = '0;
end

Expand Down

0 comments on commit a3bdb19

Please sign in to comment.