mirror of
https://github.com/olofk/serv.git
synced 2026-03-02 17:44:43 +00:00
15 lines
497 B
Plaintext
15 lines
497 B
Plaintext
`verilator_config
|
|
// Bits [1:0] in i_wb_rdt are not used at all
|
|
lint_off -rule UNUSED -file "*/serv_top.v" -lines 178
|
|
|
|
//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 8
|
|
|
|
lint_off -rule UNUSED -file "*/serv_top.v" -lines 177
|
|
|
|
//Some variables are only used when we connect an Extension with serv_decode
|
|
lint_off -rule UNUSED -file "*/serv_top.v" -lines 67
|
|
|
|
|