aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/vhdl/simulate/elaboration.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vhdl/simulate/elaboration.adb b/src/vhdl/simulate/elaboration.adb
index 234fd136a..a183916f3 100644
--- a/src/vhdl/simulate/elaboration.adb
+++ b/src/vhdl/simulate/elaboration.adb
@@ -157,6 +157,7 @@ package body Elaboration is
T := Execute_Time_Attribute (Instance, Signal);
Init := Create_B1_Value (False);
end if;
+ Create_Signal (Instance, Signal);
Sig := Create_Signal_Value (null);
Init := Unshare (Init, Global_Pool'Access);
Instance.Objects (Info.Slot) := Sig;