MIPS/sim/config.vlt

12 lines
341 B
Plaintext
Raw Normal View History

`verilator_config
lint_off -rule TIMESCALEMOD
lint_off -rule DECLFILENAME
2022-07-27 18:11:54 +08:00
lint_off -rule INITIALDLY
lint_off -file "model/*.v"
lint_off -file "../resources/func_test/*.v"
2022-07-27 18:11:54 +08:00
lint_off -rule UNOPTFLAT -file "model/axi_crossbar_addr.v"
lint_off -rule UNOPTFLAT -file "model/priority_encoder.v"
lint_off -rule BLKSEQ -file "../src/CP0/CP0.sv"