mirror of
https://github.com/olofk/serv.git
synced 2025-04-20 11:57:07 -04:00
Fix Verilator waiver file
This commit is contained in:
parent
57af7204d1
commit
15246e3692
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
`verilator_config
|
||||
// Bits [1:0] in i_ibus_rdt are not used at all
|
||||
lint_off -rule UNUSED -file "*/serv_top.v" -lines 51
|
||||
lint_off -rule UNUSED -file "*/serv_top.v" -lines 52
|
||||
|
||||
//Some bits in the instruction word are not used in serv_decode but it's easier
|
||||
//to just send in the whole word than picking out bits
|
||||
lint_off -rule UNUSED -file "*/serv_decode.v" -lines 6
|
||||
lint_off -rule UNUSED -file "*/serv_decode.v" -lines 7
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue