aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-sem_names.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/vhdl-sem_names.adb')
-rw-r--r--src/vhdl/vhdl-sem_names.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-sem_names.adb b/src/vhdl/vhdl-sem_names.adb
index bf195d91e..a7ec56888 100644
--- a/src/vhdl/vhdl-sem_names.adb
+++ b/src/vhdl/vhdl-sem_names.adb
@@ -1377,6 +1377,8 @@ package body Vhdl.Sem_Names is
if Param /= Null_Iir then
Set_Parameter (Attr, Param);
end if;
+
+ Sem_Decls.Add_Declaration_For_Implicit_Signal (Attr);
end if;
when Iir_Kind_Ramp_Attribute
| Iir_Kind_Signal_Slew_Attribute