diff options
Diffstat (limited to 'src/vhdl')
-rw-r--r-- | src/vhdl/vhdl-nodes.ads | 12 | ||||
-rw-r--r-- | src/vhdl/vhdl-nodes_meta.adb | 2 |
2 files changed, 7 insertions, 7 deletions
diff --git a/src/vhdl/vhdl-nodes.ads b/src/vhdl/vhdl-nodes.ads index e5af859a9..4f83a9d60 100644 --- a/src/vhdl/vhdl-nodes.ads +++ b/src/vhdl/vhdl-nodes.ads @@ -622,6 +622,12 @@ package Vhdl.Nodes is -- -- Get/Set_Parent (Field0) -- + -- Note: for default block configurations of iterative generate statement, + -- the block specification is an indexed_name, whose index_list is others. + -- The name designates either a block statement or a generate statement + -- body. + -- Get/Set_Block_Specification (Field5) + -- -- Only use_clause are allowed here. -- Get/Set_Declaration_Chain (Field1) -- @@ -632,12 +638,6 @@ package Vhdl.Nodes is -- Single linked list of block configuration that apply to the same -- for scheme generate block. -- Get/Set_Prev_Block_Configuration (Field4) - -- - -- Note: for default block configurations of iterative generate statement, - -- the block specification is an indexed_name, whose index_list is others. - -- The name designates either a block statement or a generate statement - -- body. - -- Get/Set_Block_Specification (Field5) -- Iir_Kind_Binding_Indication (Medium) -- diff --git a/src/vhdl/vhdl-nodes_meta.adb b/src/vhdl/vhdl-nodes_meta.adb index 5b4ad1569..dddfbb467 100644 --- a/src/vhdl/vhdl-nodes_meta.adb +++ b/src/vhdl/vhdl-nodes_meta.adb @@ -2756,11 +2756,11 @@ package body Vhdl.Nodes_Meta is Field_Architecture, -- Iir_Kind_Block_Configuration Field_Parent, + Field_Block_Specification, Field_Declaration_Chain, Field_Chain, Field_Configuration_Item_Chain, Field_Prev_Block_Configuration, - Field_Block_Specification, -- Iir_Kind_Block_Header Field_Generic_Chain, Field_Port_Chain, |