diff options
Diffstat (limited to 'src/flags.ads')
-rw-r--r-- | src/flags.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flags.ads b/src/flags.ads index 1507aca9c..af99e3fe7 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_Report_Uncovered : Boolean := False; + Flag_Psl_Warn_Uncovered : Boolean := False; type On_Off_Auto_Type is (On, Off, Auto); |