diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/synth/synth-vhdl_decls.adb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/synth/synth-vhdl_decls.adb b/src/synth/synth-vhdl_decls.adb index 29b8b455a..ae320e6cc 100644 --- a/src/synth/synth-vhdl_decls.adb +++ b/src/synth/synth-vhdl_decls.adb @@ -741,6 +741,8 @@ package body Synth.Vhdl_Decls is when Iir_Kind_Package_Instantiation_Declaration => -- TODO: also finalize ? null; + when Iir_Kind_Use_Clause => + null; when others => Vhdl.Errors.Error_Kind ("finalize_declaration", Decl); end case; |