mirror of
https://github.com/lowRISC/ibex.git
synced 2025-04-22 04:47:25 -04:00
[rtl/ibex_core] Added missing parameter assignment (#356)
Added missing parameter assignment for PMPEnable of ibex_cs_registers.
This commit is contained in:
parent
074e637b11
commit
4c0ac554a6
1 changed files with 1 additions and 0 deletions
|
@ -557,6 +557,7 @@ module ibex_core #(
|
|||
ibex_cs_registers #(
|
||||
.MHPMCounterNum ( MHPMCounterNum ),
|
||||
.MHPMCounterWidth ( MHPMCounterWidth ),
|
||||
.PMPEnable ( PMPEnable ),
|
||||
.PMPGranularity ( PMPGranularity ),
|
||||
.PMPNumRegions ( PMPNumRegions ),
|
||||
.RV32E ( RV32E ),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue