12 lines
484 B
Plaintext
12 lines
484 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 CASEINCOMPLETE -file "../rtl/fp_cores/fpnew/*"
|