diff --git a/examples/simple_system/rtl/ibex_simple_system.sv b/examples/simple_system/rtl/ibex_simple_system.sv index 42111447..a2a45f48 100644 --- a/examples/simple_system/rtl/ibex_simple_system.sv +++ b/examples/simple_system/rtl/ibex_simple_system.sv @@ -192,7 +192,7 @@ module ibex_simple_system ( .PMPEnable ( PMPEnable ), .PMPGranularity ( PMPGranularity ), .PMPNumRegions ( PMPNumRegions ), - .MHPMCounterNum ( 29 ), + .MHPMCounterNum ( MHPMCounterNum ), .MHPMCounterWidth( MHPMCounterWidth ), .RV32E ( RV32E ), .RV32M ( RV32M ),