mirror of
https://github.com/olofk/serv.git
synced 2025-04-20 11:57:07 -04:00
waive some lint warnings related to mdu
This commit is contained in:
parent
21aa9bd14f
commit
869eb59d84
1 changed files with 11 additions and 1 deletions
|
@ -1,7 +1,17 @@
|
|||
`verilator_config
|
||||
// Bits [1:0] in i_ibus_rdt are not used at all
|
||||
lint_off -rule UNUSED -file "*/serv_top.v" -lines 52
|
||||
lint_off -rule UNUSED -file "*/serv_top.v" -lines 53
|
||||
|
||||
//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 7
|
||||
|
||||
//Some variables are only used when we connect an Extension with serv_decode
|
||||
lint_off -rule UNUSED -file "*/serv_top.v" -lines 65
|
||||
lint_off -rule UNUSED -file "*/serv_bufreg.v" -lines 10
|
||||
lint_off -rule UNUSED -file "*/serv_decode.v" -lines 8
|
||||
lint_off -rule UNUSED -file "*/serv_decode.v" -lines 69
|
||||
lint_off -rule UNUSED -file "*/serv_mem_if.v" -lines 23
|
||||
lint_off -rule UNUSED -file "*/serv_mem_if.v" -lines 71
|
||||
lint_off -rule UNUSED -file "*/serv_state.v" -lines 47
|
||||
lint_off -rule UNUSED -file "*/serv_state.v" -lines 49
|
Loading…
Add table
Add a link
Reference in a new issue