Skip to content

Commit

Permalink
use unique names for blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
wsipak committed Dec 5, 2024
1 parent becd837 commit ae5260b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions testbench/tb_top.sv
Original file line number Diff line number Diff line change
Expand Up @@ -2331,7 +2331,7 @@ end : Gen_iccm_enable
end // block: PACKED_0

// WAY PACKED
else begin : PACKED_1
else begin : PACKED_10

// generate IC DATA PACKED SRAMS for 2/4 ways
for (genvar k=0; k<pt.ICACHE_BANKS_WAY; k++) begin: BANKS_WAY // 16B subbank
Expand Down Expand Up @@ -2485,7 +2485,8 @@ end : Gen_iccm_enable
end // block: size_64
end // block: ECC0
end // block: BANKS_WAY
end // block: PACKED_1

end // block: PACKED_10


// ICACHE TAG
Expand Down

0 comments on commit ae5260b

Please sign in to comment.