mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 04:47:25 -04:00
Fix external performance counters
Parameter was not propagated to csr
This commit is contained in:
parent
0188441cc7
commit
f54b164778
1 changed files with 5 additions and 1 deletions
|
@ -594,7 +594,11 @@ module riscv_core
|
|||
// //
|
||||
// Control and Status Registers //
|
||||
//////////////////////////////////////
|
||||
cs_registers cs_registers_i
|
||||
cs_registers
|
||||
#(
|
||||
.N_EXT_PERF_COUNTERS ( N_EXT_PERF_COUNTERS )
|
||||
)
|
||||
cs_registers_i
|
||||
(
|
||||
.clk ( clk ),
|
||||
.rst_n ( rst_n ),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue