diff options
| author | Tristan Gingold <tgingold@free.fr> | 2021-02-27 13:12:44 +0100 | 
|---|---|---|
| committer | Tristan Gingold <tgingold@free.fr> | 2021-02-27 13:12:44 +0100 | 
| commit | fc6d222a1ee5014bf123b178f3ae6ddd916d9604 (patch) | |
| tree | e3d3a6a341f21b91155083e1bd0b6255d9801f1e /src | |
| parent | 3be25ce97f1d8ee97378bbcd6e1fb2faf3921357 (diff) | |
| download | ghdl-fc6d222a1ee5014bf123b178f3ae6ddd916d9604.tar.gz ghdl-fc6d222a1ee5014bf123b178f3ae6ddd916d9604.tar.bz2 ghdl-fc6d222a1ee5014bf123b178f3ae6ddd916d9604.zip | |
vhdl-nodes.ads: add a comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/vhdl/vhdl-nodes.ads | 2 | 
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)     -- | 
