From bb0da07799218cbddc0f4131bc817c4a50be65fd Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sat, 7 Jan 2023 18:13:15 +0100 Subject: synth: allow finalization of protected bodies --- src/synth/synth-vhdl_decls.adb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/synth') diff --git a/src/synth/synth-vhdl_decls.adb b/src/synth/synth-vhdl_decls.adb index d1cb3463d..ed0a62ace 100644 --- a/src/synth/synth-vhdl_decls.adb +++ b/src/synth/synth-vhdl_decls.adb @@ -925,6 +925,8 @@ package body Synth.Vhdl_Decls is when Iir_Kind_Attribute_Implicit_Declaration => -- Not supported by synthesis. null; + when Iir_Kind_Protected_Type_Body => + null; when Iir_Kind_Package_Declaration => declare -- cgit v1.2.3