[rtl/ibex_core] Added missing parameter assignment (#356)

Added missing parameter assignment for PMPEnable of ibex_cs_registers.
This commit is contained in:
NilsGraf 2019-09-30 09:52:07 -07:00 committed by GitHub
parent 074e637b11
commit 4c0ac554a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -557,6 +557,7 @@ module ibex_core #(
ibex_cs_registers #(
.MHPMCounterNum ( MHPMCounterNum ),
.MHPMCounterWidth ( MHPMCounterWidth ),
.PMPEnable ( PMPEnable ),
.PMPGranularity ( PMPGranularity ),
.PMPNumRegions ( PMPNumRegions ),
.RV32E ( RV32E ),