aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-10-01 05:26:58 +0200
committerTristan Gingold <tgingold@free.fr>2022-10-01 05:41:20 +0200
commit2c755f301e995b73581c435d22a189ab874d5d84 (patch)
tree366cbfc45e76ce42f8593cbff1b997bc52c5ff2b /src/synth
parentd4dc28659c657f14aecd2e6b04d747f36e540bb2 (diff)
downloadghdl-2c755f301e995b73581c435d22a189ab874d5d84.tar.gz
ghdl-2c755f301e995b73581c435d22a189ab874d5d84.tar.bz2
ghdl-2c755f301e995b73581c435d22a189ab874d5d84.zip
simul: finalize declarations of procedure calls
Diffstat (limited to 'src/synth')
-rw-r--r--src/synth/synth-vhdl_decls.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/synth/synth-vhdl_decls.adb b/src/synth/synth-vhdl_decls.adb
index eb1d37e2f..0be74aeb6 100644
--- a/src/synth/synth-vhdl_decls.adb
+++ b/src/synth/synth-vhdl_decls.adb
@@ -878,6 +878,8 @@ package body Synth.Vhdl_Decls is
null;
when Iir_Kind_Use_Clause =>
null;
+ when Iir_Kind_Suspend_State_Declaration =>
+ null;
when others =>
Vhdl.Errors.Error_Kind ("finalize_declaration", Decl);
end case;