File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
examples/simple_system/lint Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 3131lint_off -rule WIDTH -file "*/rtl/ibex_simple_system.sv"
3232 -match "*expects 1 bits*Initial value's CONST '32'h1'*"
3333
34+ // The UNOPTFLAT warnings are expected.
35+ lint_off -rule UNOPTFLAT -file "*/rtl/ibex_id_stage.sv"
36+ -match "*controller_run*"
37+ lint_off -rule UNOPTFLAT -file "*/rtl/ibex_id_stage.sv"
38+ -match "*instr_executing_spec*"
39+ lint_off -rule UNOPTFLAT -file "*/rtl/ibex_controller.sv"
40+ -match "*special_req*"
41+ lint_off -rule UNOPTFLAT -file "*/rtl/ibex_controller.sv"
42+ -match "*id_in_ready_o*"
43+
3444// This isn't a waiver, as such, but rather tells Verilator to expose
3545// the given parameters' values to C++. This allows cosim to figure
3646// out what flavour of core it is running, which allows us to call
You can’t perform that action at this time.
0 commit comments