diff options
author | Tristan Gingold <tgingold@free.fr> | 2016-02-10 08:00:07 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2016-02-10 08:00:07 +0100 |
commit | da8142e5ee6eea82e2a49a1232aeb599f0ce801d (patch) | |
tree | 21b671e3d6717657edaaf65fa4546ceaa9070aae /src/vhdl/simulate | |
parent | 2f9d5462b70ef1d261bcc7ffca4faaa85400d465 (diff) | |
download | ghdl-da8142e5ee6eea82e2a49a1232aeb599f0ce801d.tar.gz ghdl-da8142e5ee6eea82e2a49a1232aeb599f0ce801d.tar.bz2 ghdl-da8142e5ee6eea82e2a49a1232aeb599f0ce801d.zip |
simul: make delayed signal elaborated.
Diffstat (limited to 'src/vhdl/simulate')
-rw-r--r-- | src/vhdl/simulate/elaboration.adb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vhdl/simulate/elaboration.adb b/src/vhdl/simulate/elaboration.adb index 571abf705..4289f24ff 100644 --- a/src/vhdl/simulate/elaboration.adb +++ b/src/vhdl/simulate/elaboration.adb @@ -241,6 +241,7 @@ package body Elaboration is T := Execute_Time_Attribute (Instance, Signal); Sig := Create_Delayed_Signal (Prefix); + Create_Signal (Instance, Signal); Instance.Objects (Info.Slot) := Sig; Init := Execute_Signal_Init_Value (Instance, Get_Prefix (Signal)); |