aboutsummaryrefslogtreecommitdiffstats
path: root/src/flags.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/flags.ads')
-rw-r--r--src/flags.ads4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/flags.ads b/src/flags.ads
index 18dbf1e14..af99e3fe7 100644
--- a/src/flags.ads
+++ b/src/flags.ads
@@ -158,6 +158,10 @@ package Flags is
-- If True, disp original source line and a caret indicating the column.
Flag_Caret_Diagnostics : Boolean := False;
+ -- If True, warning is printed for each uncovered PSL cover points at the
+ -- end of simulation
+ Flag_Psl_Warn_Uncovered : Boolean := False;
+
type On_Off_Auto_Type is (On, Off, Auto);
-- -fcolor-diagnostics