Skip to content

Commit

Permalink
[lint] Fix lint waiver
Browse files Browse the repository at this point in the history
  • Loading branch information
GregAC committed Mar 5, 2020
1 parent cb9413e commit cc402d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lint/verilator_waiver.vlt
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ lint_off -rule UNUSED -file "*/rtl/ibex_decoder.sv" -match "*instr_alu*"
// Signal unoptimizable: Feedback to clock or circular logic:
// ibex_core.cs_registers_i.mie_q
// Issue lowrisc/ibex#212
lint_off -rule UNOPTFLAT -file "*/rtl/ibex_cs_registers.sv" -match "*u_ibex_core.cs_registers_i.mie_q*"
lint_off -rule UNOPTFLAT -file "*/rtl/ibex_cs_registers.sv" -match "*ibex_core.cs_registers_i.mie_q*"

0 comments on commit cc402d8

Please sign in to comment.