aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-options.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/grt/grt-options.ads')
-rw-r--r--src/grt/grt-options.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/grt/grt-options.ads b/src/grt/grt-options.ads
index 03f83f485..8da4ace94 100644
--- a/src/grt/grt-options.ads
+++ b/src/grt/grt-options.ads
@@ -165,6 +165,9 @@ package Grt.Options is
-- Set maximum dynamic stack allocation.
Max_Stack_Allocation : Ghdl_Index_Type := 128 * 1024;
+ -- Report all uncovered cover points at the end of simulation
+ Flag_Psl_Report_Uncovered : Boolean := False;
+
-- Helper: extract time from STR (a number followed by a unit, without
-- spaces; the number is optionnal). In case of error, display an error
-- message and returns -1.