mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 04:47:25 -04:00
ibex_cs_registers: Add missing generate name
One condition is missing a generate label.
This commit is contained in:
parent
c33525ae80
commit
cdc8078c0f
1 changed files with 1 additions and 1 deletions
|
@ -668,7 +668,7 @@ module ibex_cs_registers #(
|
|||
end
|
||||
end
|
||||
|
||||
end else begin
|
||||
end else begin : g_pmp_g2
|
||||
// For G >= 2, bits are masked to one or zero depending on the mode
|
||||
always_comb begin
|
||||
pmp_addr_rdata[i] = pmp_addr[i];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue