We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05ef0e6 commit 4970257Copy full SHA for 4970257
examples/simple_system/lint/verilator_waiver.vlt
@@ -31,6 +31,14 @@
31
lint_off -rule WIDTH -file "*/rtl/ibex_simple_system.sv"
32
-match "*expects 1 bits*Initial value's CONST '32'h1'*"
33
34
+// The UNOPTFLAT warnings are expected.
35
+lint_off -rule UNOPTFLAT -file "*/rtl/ibex_id_stage.sv"
36
+ -match "*instr_executing_spec*"
37
+lint_off -rule UNOPTFLAT -file "*/rtl/ibex_controller.sv"
38
+ -match "*special_req*"
39
40
+ -match "*id_in_ready_o*"
41
+
42
// This isn't a waiver, as such, but rather tells Verilator to expose
43
// the given parameters' values to C++. This allows cosim to figure
44
// out what flavour of core it is running, which allows us to call
0 commit comments