Skip to content

Commit

Permalink
Verilator width lint stopped for cheri_pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
marnovandermaas committed Jan 23, 2025
1 parent f31a764 commit 9558051
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dv/verilator/sonata_verilator_lint.vlt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ lint_off -rule UNOPTFLAT -file "*ibex_load_store_unit.sv" -match "*Signal unopti
lint_off -rule UNOPTFLAT -file "*ibex_load_store_unit.sv" -match "*Signal unoptimizable: Circular combinational logic: '*.cpu_req_valid'"
lint_off -rule UNOPTFLAT -file "*cheri_tbre_wrapper.sv" -match "*Signal unoptimizable: Circular combinational logic: '*.mstr_arbit_comb'"

lint_off -rule WIDTHEXPAND -file "*cheri_pkg.sv"
lint_off -rule WIDTHTRUNC -file "*cheri_pkg.sv"

// Lint error for PULP debug module.
lint_off -rule UNUSED -file "*pulp_riscv_dbg*" -match "*not used*"
lint_off -rule IMPERFECTSCH -file "*pulp_riscv_dbg*"
Expand Down

0 comments on commit 9558051

Please sign in to comment.