diff options
author | Tristan Gingold | 2014-06-21 21:24:15 +0200 |
---|---|---|
committer | Tristan Gingold | 2014-06-21 21:24:15 +0200 |
commit | 212268f54c947f4360a7d0e5b45faa97f76a4a9d (patch) | |
tree | 76a19a1ff148903c412f9f2191901ee6797b2939 /errorout.adb | |
parent | 270280a34295fa42785f9c8d99ad24b93d411e0c (diff) | |
download | ghdl-212268f54c947f4360a7d0e5b45faa97f76a4a9d.tar.gz ghdl-212268f54c947f4360a7d0e5b45faa97f76a4a9d.tar.bz2 ghdl-212268f54c947f4360a7d0e5b45faa97f76a4a9d.zip |
Add psl cover directive (ticket19).
Diffstat (limited to 'errorout.adb')
-rw-r--r-- | errorout.adb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/errorout.adb b/errorout.adb index 51611f5..d0d9aba 100644 --- a/errorout.adb +++ b/errorout.adb @@ -770,6 +770,8 @@ package body Errorout is return Disp_Label (Node, "concurrent assertion"); when Iir_Kind_Psl_Assert_Statement => return Disp_Label (Node, "PSL assertion"); + when Iir_Kind_Psl_Cover_Statement => + return Disp_Label (Node, "PSL cover"); when Iir_Kind_Psl_Default_Clock => return "PSL default clock"; |