aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/simulate/simul-annotations.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/simulate/simul-annotations.adb')
-rw-r--r--src/vhdl/simulate/simul-annotations.adb3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vhdl/simulate/simul-annotations.adb b/src/vhdl/simulate/simul-annotations.adb
index fb03495e4..4c6e6e80b 100644
--- a/src/vhdl/simulate/simul-annotations.adb
+++ b/src/vhdl/simulate/simul-annotations.adb
@@ -717,6 +717,9 @@ package body Simul.Annotations is
when Iir_Kind_Nature_Declaration =>
null;
+ when Iir_Kind_Psl_Default_Clock =>
+ null;
+
when others =>
Error_Kind ("annotate_declaration", Decl);
end case;