aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-options.ads
diff options
context:
space:
mode:
authorOndrej Ille <ondrej.ille@gmail.com>2021-03-21 11:12:42 +0100
committertgingold <tgingold@users.noreply.github.com>2021-03-22 08:26:02 +0100
commitc5f28f50a0b8f796f7f1775342c5922851168459 (patch)
tree11508fcb3f1dc8a554576504b6060969a10f2db2 /src/grt/grt-options.ads
parent567bd34cd798eb636fd34ea755879d1cb29104a4 (diff)
downloadghdl-c5f28f50a0b8f796f7f1775342c5922851168459.tar.gz
ghdl-c5f28f50a0b8f796f7f1775342c5922851168459.tar.bz2
ghdl-c5f28f50a0b8f796f7f1775342c5922851168459.zip
src: Move --psl-report-uncovered to run options, not analysis options.
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.