verilator_config.vlt: Revert "fix"
lint_off -rule is a very new feature that requires Verilator v4.026 released in Jan 2020, and is thus not in Ubuntu 18.04. Any breakage with newer versions should be fixed in some other backwards-compatible way.
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
// Flags for verilator
|
||||
|
||||
`verilator_config
|
||||
lint_off -rule WIDTH
|
||||
lint_off -rule CASEINCOMPLETE
|
||||
lint_off -rule STMTDLY
|
||||
lint_off -rule INITIALDLY
|
||||
lint_off -rule UNSIGNED
|
||||
lint_off -rule CMPCONST
|
||||
lint_off -msg WIDTH
|
||||
lint_off -msg CASEINCOMPLETE
|
||||
lint_off -msg STMTDLY
|
||||
lint_off -msg INITIALDLY
|
||||
lint_off -msg UNSIGNED
|
||||
lint_off -msg CMPCONST
|
||||
`verilog
|
||||
|
||||
Reference in New Issue
Block a user