diff options
author | Tristan Gingold | 2016-01-26 05:37:01 +0100 |
---|---|---|
committer | Tristan Gingold | 2016-01-26 05:49:05 +0100 |
commit | e1af0a762a6df2e2630b504e782740ba77e323af (patch) | |
tree | 417f9ca846701ae763f7669dac9ee9cbb90c6b3c /src/vhdl/simulate/elaboration.ads | |
parent | f114f2391a64032a3824a65d0813dd20500a2a86 (diff) | |
download | ghdl-e1af0a762a6df2e2630b504e782740ba77e323af.tar.gz ghdl-e1af0a762a6df2e2630b504e782740ba77e323af.tar.bz2 ghdl-e1af0a762a6df2e2630b504e782740ba77e323af.zip |
simul: fix attribute specification, noop type conversion, indiv sig assoc.
Diffstat (limited to 'src/vhdl/simulate/elaboration.ads')
-rw-r--r-- | src/vhdl/simulate/elaboration.ads | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/vhdl/simulate/elaboration.ads b/src/vhdl/simulate/elaboration.ads index d63702a..013a7fb 100644 --- a/src/vhdl/simulate/elaboration.ads +++ b/src/vhdl/simulate/elaboration.ads @@ -111,7 +111,10 @@ package Elaboration is Init_Value_Default, -- Undefined. The caller doesn't care as it will overwrite the value. - Init_Value_Any); + Init_Value_Any, + + -- Create signal placeholder. Only for individual associations. + Init_Value_Signal); -- Create a value for type DECL. function Create_Value_For_Type |