mirror of
https://github.com/olofk/serv.git
synced 2025-04-21 20:37:06 -04:00
7 lines
310 B
Text
7 lines
310 B
Text
`verilator_config
|
|
// Bits [1:0] in i_ibus_rdt are not used at all
|
|
lint_off -rule UNUSED -file "*/serv_top.v" -lines 51
|
|
|
|
//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
|