aboutsummaryrefslogtreecommitdiffstats
path: root/src/flags.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/flags.ads')
-rw-r--r--src/flags.ads2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flags.ads b/src/flags.ads
index af99e3fe7..1507aca9c 100644
--- a/src/flags.ads
+++ b/src/flags.ads
@@ -160,7 +160,7 @@ package Flags is
-- If True, warning is printed for each uncovered PSL cover points at the
-- end of simulation
- Flag_Psl_Warn_Uncovered : Boolean := False;
+ Flag_Psl_Report_Uncovered : Boolean := False;
type On_Off_Auto_Type is (On, Off, Auto);