aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/elab-vhdl_decls.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-09-29 18:18:46 +0200
committerTristan Gingold <tgingold@free.fr>2022-09-29 22:02:32 +0200
commit428287d19d4c3e1323fe209b5426e32f5fa0cb39 (patch)
tree590c60a8dfbfd2d8ffcf667dc54c649990a565bb /src/synth/elab-vhdl_decls.adb
parent9e29eca1eb46cb6d3fabe9ab458ba77610823612 (diff)
downloadghdl-428287d19d4c3e1323fe209b5426e32f5fa0cb39.tar.gz
ghdl-428287d19d4c3e1323fe209b5426e32f5fa0cb39.tar.bz2
ghdl-428287d19d4c3e1323fe209b5426e32f5fa0cb39.zip
simul: handle quiet attribute
Diffstat (limited to 'src/synth/elab-vhdl_decls.adb')
-rw-r--r--src/synth/elab-vhdl_decls.adb3
1 files changed, 1 insertions, 2 deletions
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;