From 428287d19d4c3e1323fe209b5426e32f5fa0cb39 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 29 Sep 2022 18:18:46 +0200 Subject: simul: handle quiet attribute --- src/synth/elab-vhdl_decls.adb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/synth/elab-vhdl_decls.adb') diff --git a/src/synth/elab-vhdl_decls.adb b/src/synth/elab-vhdl_decls.adb index c1bac611a..bbcd00296 100644 --- a/src/synth/elab-vhdl_decls.adb +++ b/src/synth/elab-vhdl_decls.adb @@ -349,8 +349,7 @@ package body Elab.Vhdl_Decls is when Iir_Kind_Terminal_Declaration => Elab_Terminal_Declaration (Syn_Inst, Decl); when Iir_Kinds_Signal_Attribute => - -- Not supported by synthesis. - null; + Elab_Implicit_Signal_Declaration (Syn_Inst, Decl); when Iir_Kind_Disconnection_Specification => null; -- cgit v1.2.3