We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f279d7 commit 6e54069Copy full SHA for 6e54069
dv/verilator/sonata_verilator_lint.vlt
@@ -90,6 +90,9 @@ lint_off -rule UNOPTFLAT -file "*/rtl/prim_fifo_async_simple.sv"
90
lint_off -rule UNOPTFLAT -file "*/rtl/prim_subreg_ext.sv"
91
lint_off -rule BLKSEQ -file "*/rtl/ibex_tracer.sv"
92
93
+// Build warns of circular logic, but this is functioning correctly so it is safe to ignore.
94
+lint_off -rule UNOPTFLAT -file "*/rtl/ibexc_top_tracing.sv" -match "*rvfi_rd_addr*"
95
+
96
// Bug seem in Verilator v5.020 where trace chandles produces a C++ compilation
97
// error (generated C++ doesn't currently specify a type an internal verilator
98
// function)
0 commit comments