10 lines
471 B
Plaintext
10 lines
471 B
Plaintext
`verilator_config
|
|
|
|
lint_off -rule BLKANDNBLK -file "../rtl/fp_cores/fpnew/*"
|
|
lint_off -rule UNOPTFLAT -file "../rtl/fp_cores/fpnew/*"
|
|
lint_off -rule WIDTH -file "../rtl/fp_cores/fpnew/*"
|
|
lint_off -rule UNUSED -file "../rtl/fp_cores/fpnew/*"
|
|
lint_off -rule LITENDIAN -file "../rtl/fp_cores/fpnew/*"
|
|
lint_off -rule IMPORTSTAR -file "../rtl/fp_cores/fpnew/*"
|
|
lint_off -rule PINCONNECTEMPTY -file "../rtl/fp_cores/fpnew/*"
|
|
lint_off -rule LATCH -file "../rtl/fp_cores/fpnew/*" |