aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-flags.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synth-flags.ads')
-rw-r--r--src/synth/synth-flags.ads4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/synth/synth-flags.ads b/src/synth/synth-flags.ads
index f218f76fb..803e0d99d 100644
--- a/src/synth/synth-flags.ads
+++ b/src/synth/synth-flags.ads
@@ -72,5 +72,9 @@ package Synth.Flags is
-- Synthesize PSL and assertions.
Flag_Formal : Boolean := True;
+ -- If true, automatically add a cover on PSL asserts to know if the
+ -- asserted has been started.
+ Flag_Assert_Cover : Boolean := True;
+
Flag_Verbose : Boolean := False;
end Synth.Flags;