aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-sem_specs.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-07-01 06:18:57 +0200
committerTristan Gingold <tgingold@free.fr>2021-07-01 06:18:57 +0200
commit69e6630acb723282ddde95ad0681ac71686df8e8 (patch)
tree0b7e3d3ec3fc2f97e189df2b2e6b2fe112bba8fc /src/vhdl/vhdl-sem_specs.adb
parent523ef899957ede0507964116d93c98f92cfc97ea (diff)
downloadghdl-69e6630acb723282ddde95ad0681ac71686df8e8.tar.gz
ghdl-69e6630acb723282ddde95ad0681ac71686df8e8.tar.bz2
ghdl-69e6630acb723282ddde95ad0681ac71686df8e8.zip
adjust previous commit (no identifier in Psl_Default_Clock)
Diffstat (limited to 'src/vhdl/vhdl-sem_specs.adb')
-rw-r--r--src/vhdl/vhdl-sem_specs.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-sem_specs.adb b/src/vhdl/vhdl-sem_specs.adb
index 456b0b055..b81058280 100644
--- a/src/vhdl/vhdl-sem_specs.adb
+++ b/src/vhdl/vhdl-sem_specs.adb
@@ -513,6 +513,8 @@ package body Vhdl.Sem_Specs is
null;
when Iir_Kind_Anonymous_Type_Declaration =>
null;
+ when Iir_Kind_Psl_Default_Clock =>
+ null;
when others =>
Error_Kind ("sem_named_entity", Ent);
end case;