mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 21:07:34 -04:00
Sim: simple_system: pass MHPMCounterNum to core
Signed-off-by: Karol Gugala <kgugala@antmicro.com>
This commit is contained in:
parent
e34bb4d92f
commit
73a0586944
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ module ibex_simple_system (
|
|||
.PMPEnable ( PMPEnable ),
|
||||
.PMPGranularity ( PMPGranularity ),
|
||||
.PMPNumRegions ( PMPNumRegions ),
|
||||
.MHPMCounterNum ( 29 ),
|
||||
.MHPMCounterNum ( MHPMCounterNum ),
|
||||
.MHPMCounterWidth( MHPMCounterWidth ),
|
||||
.RV32E ( RV32E ),
|
||||
.RV32M ( RV32M ),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue