aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/canon.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/canon.adb')
-rw-r--r--src/vhdl/canon.adb4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vhdl/canon.adb b/src/vhdl/canon.adb
index a444ab12c..8f23bf2d9 100644
--- a/src/vhdl/canon.adb
+++ b/src/vhdl/canon.adb
@@ -2784,6 +2784,10 @@ package body Canon is
null;
when Iir_Kinds_Quantity_Declaration =>
null;
+
+ when Iir_Kind_Psl_Default_Clock =>
+ null;
+
when others =>
Error_Kind ("canon_declaration", Decl);
end case;