ibex_cs_registers: Add missing generate name

One condition is missing a generate label.
This commit is contained in:
Philipp Wagner 2019-10-09 10:32:35 +01:00 committed by Philipp Wagner
parent c33525ae80
commit cdc8078c0f

View file

@ -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];