aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt
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/grt
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/grt')
-rw-r--r--src/grt/grt-lib.adb3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/grt/grt-lib.adb b/src/grt/grt-lib.adb
index af3b52567..81383d3a7 100644
--- a/src/grt/grt-lib.adb
+++ b/src/grt/grt-lib.adb
@@ -139,8 +139,7 @@ package body Grt.Lib is
procedure Ghdl_Psl_Cover_Failed
(Str : Std_String_Ptr; Severity : Integer; Loc : Ghdl_Location_Ptr) is
begin
- Do_Report ("psl cover failure",
- Str, "sequence not covered", Severity, Loc);
+ Do_Report ("psl cover", Str, "sequence not covered", Severity, Loc);
end Ghdl_Psl_Cover_Failed;
procedure Ghdl_Report (Str : Std_String_Ptr;