mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 04:47:25 -04:00
Fixed synopsis syntax error
This commit is contained in:
parent
88614ea124
commit
d988f06f0e
1 changed files with 2 additions and 0 deletions
|
@ -241,7 +241,9 @@ module cs_registers
|
|||
generate
|
||||
genvar i;
|
||||
for(i = 0; i < N_EXT_PERF_COUNTERS; i++)
|
||||
begin
|
||||
assign PCCR_in[N_PERF_COUNTERS - N_EXT_PERF_COUNTERS + i] = ext_counters_i[i];
|
||||
end
|
||||
endgenerate
|
||||
|
||||
// address decoder for performance counter registers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue