diff options
Diffstat (limited to 'src/synth/elab-vhdl_decls.adb')
-rw-r--r-- | src/synth/elab-vhdl_decls.adb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/synth/elab-vhdl_decls.adb b/src/synth/elab-vhdl_decls.adb index 6b3eca650..eeffc90fd 100644 --- a/src/synth/elab-vhdl_decls.adb +++ b/src/synth/elab-vhdl_decls.adb @@ -16,8 +16,6 @@ -- You should have received a copy of the GNU General Public License -- along with this program. If not, see <gnu.org/licenses>. -with Areapools; - with Vhdl.Errors; use Vhdl.Errors; with Vhdl.Utils; use Vhdl.Utils; @@ -353,17 +351,6 @@ package body Elab.Vhdl_Decls is when Iir_Kinds_Signal_Attribute => -- Not supported by synthesis. null; - when Iir_Kind_Suspend_State_Declaration => - declare - Val : Valtyp; - begin - pragma Assert (Areapools.Is_Empty (Expr_Pool)); - - Current_Pool := Instance_Pool; - Val := Create_Value_Memtyp (Create_Memory_U32 (0)); - Current_Pool := Expr_Pool'Access; - Create_Object (Syn_Inst, Decl, Val); - end; when others => Vhdl.Errors.Error_Kind ("elab_declaration", Decl); end case; |