From 04f60431454f030c03dd196e276d97fccc7e6c64 Mon Sep 17 00:00:00 2001 From: Kevin Laeufer Date: Wed, 24 Jun 2020 10:30:37 -0700 Subject: verification: clarify the meaning of verification statement in warning message (#1717) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>--- .../scala/firrtl/transforms/formal/RemoveVerificationStatements.scala | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/main/scala/firrtl/transforms/formal/RemoveVerificationStatements.scala b/src/main/scala/firrtl/transforms/formal/RemoveVerificationStatements.scala index 9bf4f779..40626765 100644 --- a/src/main/scala/firrtl/transforms/formal/RemoveVerificationStatements.scala +++ b/src/main/scala/firrtl/transforms/formal/RemoveVerificationStatements.scala @@ -44,6 +44,7 @@ class RemoveVerificationStatements extends Transform val newState = state.copy(circuit = run(state.circuit)) if (removedCounter > 0) { StageUtils.dramaticWarning(s"$removedCounter verification statements " + + "(assert, assume or cover) " + "were removed when compiling to Verilog because the basic Verilog " + "standard does not support them. If this was not intended, compile " + "to System Verilog instead using the `-X sverilog` compiler flag.") -- cgit v1.2.3