aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-annotations.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-10-15 18:49:37 +0200
committerTristan Gingold <tgingold@free.fr>2019-10-15 18:49:37 +0200
commitbbdbb49e9c72b322eb2b07cd07ea164a508be7c3 (patch)
treef1049fcf8f140aefd0d87f6b32d13ebbbb075d39 /src/vhdl/vhdl-annotations.adb
parent035c971dbfeb6ed63226fc66095a0c8555fb52ef (diff)
downloadghdl-bbdbb49e9c72b322eb2b07cd07ea164a508be7c3.tar.gz
ghdl-bbdbb49e9c72b322eb2b07cd07ea164a508be7c3.tar.bz2
ghdl-bbdbb49e9c72b322eb2b07cd07ea164a508be7c3.zip
vhdl: handle cover and restrict within vunit.
Diffstat (limited to 'src/vhdl/vhdl-annotations.adb')
-rw-r--r--src/vhdl/vhdl-annotations.adb4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/vhdl/vhdl-annotations.adb b/src/vhdl/vhdl-annotations.adb
index fb24402c8..660a5001d 100644
--- a/src/vhdl/vhdl-annotations.adb
+++ b/src/vhdl/vhdl-annotations.adb
@@ -1181,7 +1181,9 @@ package body Vhdl.Annotations is
when Iir_Kind_Psl_Default_Clock =>
null;
when Iir_Kind_Psl_Assert_Directive
- | Iir_Kind_Psl_Assume_Directive =>
+ | Iir_Kind_Psl_Assume_Directive
+ | Iir_Kind_Psl_Cover_Directive
+ | Iir_Kind_Psl_Restrict_Directive =>
null;
when others =>
Error_Kind ("annotate_vunit_declaration", Item);