mirror of
https://github.com/lowRISC/ibex.git
synced 2025-06-27 17:00:41 -04:00
[cfg] Add PMP parameters to ibex_config.yaml
Also renames configs as part of this as they start to get unweildy if all features get described in the config name.
This commit is contained in:
parent
9bd3350bb3
commit
00b46d9abe
10 changed files with 201 additions and 82 deletions
|
@ -20,6 +20,7 @@ lint_off -rule WIDTH -file "*/rtl/ibex_core_tracing.sv" -match "*'RV32B'*"
|
|||
lint_off -rule WIDTH -file "*/rtl/ibex_core_tracing.sv" -match "*'BranchTargetALU'*"
|
||||
lint_off -rule WIDTH -file "*/rtl/ibex_core_tracing.sv" -match "*'WritebackStage'*"
|
||||
lint_off -rule WIDTH -file "*/rtl/ibex_core_tracing.sv" -match "*'SecureIbex'*"
|
||||
lint_off -rule WIDTH -file "*/rtl/ibex_core_tracing.sv" -match "*'PMPEnable'*"
|
||||
|
||||
// Filename 'ibex_register_file_ff' does not match MODULE name: ibex_register_file
|
||||
// ibex_register_file_ff and ibex_register_file_latch provide two
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue