aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-options.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/grt/grt-options.adb')
-rw-r--r--src/grt/grt-options.adb4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/grt/grt-options.adb b/src/grt/grt-options.adb
index 45336a268..bf29c1a5e 100644
--- a/src/grt/grt-options.adb
+++ b/src/grt/grt-options.adb
@@ -83,6 +83,8 @@ package body Grt.Options is
P (" files opened in write or append mode (TEXTIO).");
P (" --read-wave-opt=FILENAME read a wave option file.");
P (" --write-wave-opt=FILENAME write a wave option file.");
+ P (" --psl-report-uncovered Reports all uncovered PSL cover points as");
+ P (" warning at the end of simulation");
-- P (" --threads=N use N threads for simulation");
P ("Additional features:");
P (" --has-feature=X test presence of feature X");
@@ -432,6 +434,8 @@ package body Grt.Options is
then
Wave_Opt.File.Start
(Option (18 .. Option'Last), To_Be_Created => True);
+ elsif Option = "--psl-report-uncovered" then
+ Flag_Psl_Report_Uncovered := True;
elsif not Grt.Hooks.Call_Option_Hooks (Option) then
Error_S ("unknown run option '");
Diag_C (Option);