From a2aee1969d2e942b6ad35bfd064cd2a812443fe8 Mon Sep 17 00:00:00 2001 From: Jessica Clarke Date: Thu, 16 Apr 2020 17:12:27 +0100 Subject: [PATCH] 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. --- .../Verilator_resources/verilator_config.vlt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/builds/Resources/Verilator_resources/verilator_config.vlt b/builds/Resources/Verilator_resources/verilator_config.vlt index 571b3a7..c0e8c0e 100644 --- a/builds/Resources/Verilator_resources/verilator_config.vlt +++ b/builds/Resources/Verilator_resources/verilator_config.vlt @@ -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