mirror of
https://github.com/olofk/serv.git
synced 2026-03-06 02:38:51 +00:00
* modified serv(ant) for MDU * added dependency for mdu * M-extension for SERV * Updated README for running RV32IM compliance tests * waive some lint warnings related to mdu * added mdu param for arty_a7_35t
18 lines
833 B
Plaintext
18 lines
833 B
Plaintext
`verilator_config
|
|
// Bits [1:0] in i_ibus_rdt are not used at all
|
|
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
|