diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-12-30 15:16:52 +0100 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-12-30 15:19:03 +0100 |
commit | 6f2290abd601ab96ab934a8503ed96e8312dd728 (patch) | |
tree | ba4e6c849f16f674fc6c712fec59c576392dc9ba /src/vhdl/vhdl-nodes.ads | |
parent | 48aef3eadabbaa5c2c4a8cecb643e18b32a925f4 (diff) | |
download | ghdl-6f2290abd601ab96ab934a8503ed96e8312dd728.tar.gz ghdl-6f2290abd601ab96ab934a8503ed96e8312dd728.tar.bz2 ghdl-6f2290abd601ab96ab934a8503ed96e8312dd728.zip |
ams-vhdl: analyze, canon and print simultaneous procedural statements.
Diffstat (limited to 'src/vhdl/vhdl-nodes.ads')
-rw-r--r-- | src/vhdl/vhdl-nodes.ads | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/vhdl/vhdl-nodes.ads b/src/vhdl/vhdl-nodes.ads index 799215b9e..dd90d12d1 100644 --- a/src/vhdl/vhdl-nodes.ads +++ b/src/vhdl/vhdl-nodes.ads @@ -3501,16 +3501,21 @@ package Vhdl.Nodes is -- -- Get/Set_Parent (Field0) -- - -- Get/Set_Declaration_Chain (Field1) + -- Get/Set_Chain (Field2) -- -- Get/Set_Label (Field3) - -- -- Get/Set_Identifier (Alias Field3) -- + -- Get/Set_Declaration_Chain (Field1) + -- -- Get/Set_Attribute_Value_Chain (Field4) -- -- Get/Set_Sequential_Statement_Chain (Field5) -- + -- Get/Set_Visible_Flag (Flag4) + -- + -- Get/Set_Is_Within_Flag (Flag5) + -- -- Get/Set_Has_Is (Flag7) -- -- Get/Set_End_Has_Reserved_Id (Flag8) |