diff --git a/rtl/ibex_core.sv b/rtl/ibex_core.sv index 5721f099..ce4b55e9 100644 --- a/rtl/ibex_core.sv +++ b/rtl/ibex_core.sv @@ -557,6 +557,7 @@ module ibex_core #( ibex_cs_registers #( .MHPMCounterNum ( MHPMCounterNum ), .MHPMCounterWidth ( MHPMCounterWidth ), + .PMPEnable ( PMPEnable ), .PMPGranularity ( PMPGranularity ), .PMPNumRegions ( PMPNumRegions ), .RV32E ( RV32E ),