aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth
diff options
context:
space:
mode:
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;