aboutsummaryrefslogtreecommitdiffstats
path: root/src/flags.ads
diff options
context:
space:
mode:
authorOndrej Ille <ondrej.ille@gmail.com>2021-03-20 11:35:48 +0100
committertgingold <tgingold@users.noreply.github.com>2021-03-22 08:26:02 +0100
commit9029a876c92a6469536585c64737e8ed1a8c9cac (patch)
tree25158132c321e3c64311e56c2335925946fdf17c /src/flags.ads
parenta3b788fa4f5cf8f5e39d07cbfc427c2f4f521cdc (diff)
downloadghdl-9029a876c92a6469536585c64737e8ed1a8c9cac.tar.gz
ghdl-9029a876c92a6469536585c64737e8ed1a8c9cac.tar.bz2
ghdl-9029a876c92a6469536585c64737e8ed1a8c9cac.zip
src: Add -Wpsl-uncovered option to optionally warn about uncovered PSL sequences at the end of simulation.
Diffstat (limited to 'src/flags.ads')
-rw-r--r--src/flags.ads4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/flags.ads b/src/flags.ads
index 18dbf1e14..af99e3fe7 100644
--- a/src/flags.ads
+++ b/src/flags.ads
@@ -158,6 +158,10 @@ package Flags is
-- If True, disp original source line and a caret indicating the column.
Flag_Caret_Diagnostics : Boolean := False;
+ -- If True, warning is printed for each uncovered PSL cover points at the
+ -- end of simulation
+ Flag_Psl_Warn_Uncovered : Boolean := False;
+
type On_Off_Auto_Type is (On, Off, Auto);
-- -fcolor-diagnostics