aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/vhdl/vhdl-nodes.ads2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vhdl/vhdl-nodes.ads b/src/vhdl/vhdl-nodes.ads
index 4f83a9d60..e03a941b2 100644
--- a/src/vhdl/vhdl-nodes.ads
+++ b/src/vhdl/vhdl-nodes.ads
@@ -3255,6 +3255,8 @@ package Vhdl.Nodes is
--
-- Get/Set_Sequential_Statement_Chain (Field4)
--
+ -- Sensitivity list. Must be after the statements, because signal aliases
+ -- may be referenced (in case of implicit process).
-- Only for Iir_Kind_Sensitized_Process_Statement:
-- Get/Set_Sensitivity_List (Field6)
--