File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,10 @@ lint_off -rule UNOPTFLAT -file "*ibex_load_store_unit.sv" -match "*Signal unopti
4242lint_off -rule UNOPTFLAT -file "*ibex_load_store_unit.sv" -match "*Signal unoptimizable: Circular combinational logic: '*.cpu_req_valid'"
4343lint_off -rule UNOPTFLAT -file "*cheri_tbre_wrapper.sv" -match "*Signal unoptimizable: Circular combinational logic: '*.mstr_arbit_comb'"
4444
45+ // Many width issues have been introduced upstream. These should be fixed there but are relatively harmless.
46+ lint_off -rule WIDTHEXPAND -file "*/rtl/cheri_pkg.sv"
47+ lint_off -rule WIDTHTRUNC -file "*/rtl/cheri_pkg.sv"
48+
4549// Lint error for PULP debug module.
4650lint_off -rule UNUSED -file "*pulp_riscv_dbg*" -match "*not used*"
4751lint_off -rule IMPERFECTSCH -file "*pulp_riscv_dbg*"
You can’t perform that action at this time.
0 commit comments