Sim: simple_system: pass MHPMCounterNum to core

Signed-off-by: Karol Gugala <kgugala@antmicro.com>
This commit is contained in:
Karol Gugala 2022-04-30 15:51:54 +02:00 committed by Rupert Swarbrick
parent e34bb4d92f
commit 73a0586944

View file

@ -192,7 +192,7 @@ module ibex_simple_system (
.PMPEnable ( PMPEnable ),
.PMPGranularity ( PMPGranularity ),
.PMPNumRegions ( PMPNumRegions ),
.MHPMCounterNum ( 29 ),
.MHPMCounterNum ( MHPMCounterNum ),
.MHPMCounterWidth( MHPMCounterWidth ),
.RV32E ( RV32E ),
.RV32M ( RV32M ),