aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/simulate/elaboration.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/simulate/elaboration.ads')
-rw-r--r--src/vhdl/simulate/elaboration.ads5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/vhdl/simulate/elaboration.ads b/src/vhdl/simulate/elaboration.ads
index d63702adf..013a7fbcc 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