mirror of
https://github.com/lowRISC/ibex.git
synced 2025-06-28 01:12:02 -04:00
[lint] Lint fix for RndCntLfsrX parameters
This doesn't produce a lint warning in the version of verilator currently used in CI but does produce a warning in newer versions.
This commit is contained in:
parent
448191dda2
commit
dcdd982686
1 changed files with 3 additions and 0 deletions
|
@ -67,3 +67,6 @@ lint_off -rule UNUSED -file "*/rtl/ibex_branch_predict.sv" -match "*rst_ni*"
|
|||
// Temporary waivers until OpenTitan primitives are lint-clean
|
||||
// https://github.com/lowRISC/opentitan/issues/2313
|
||||
lint_off -file "*/lowrisc_prim_*/rtl/*.sv"
|
||||
|
||||
lint_off -rule UNUSED -file "*/rtl/ibex_top_tracing.sv" -match "*RndCnstLfsrSeed*"
|
||||
lint_off -rule UNUSED -file "*/rtl/ibex_top_tracing.sv" -match "*RndCnstLfsrPerm*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue