aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-02-27 13:12:44 +0100
committerTristan Gingold <tgingold@free.fr>2021-02-27 13:12:44 +0100
commitfc6d222a1ee5014bf123b178f3ae6ddd916d9604 (patch)
treee3d3a6a341f21b91155083e1bd0b6255d9801f1e /src/vhdl
parent3be25ce97f1d8ee97378bbcd6e1fb2faf3921357 (diff)
downloadghdl-fc6d222a1ee5014bf123b178f3ae6ddd916d9604.tar.gz
ghdl-fc6d222a1ee5014bf123b178f3ae6ddd916d9604.tar.bz2
ghdl-fc6d222a1ee5014bf123b178f3ae6ddd916d9604.zip
vhdl-nodes.ads: add a comment
Diffstat (limited to 'src/vhdl')
-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)
--