aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2021-02-20 10:02:50 +0100
committerTristan Gingold <tgingold@free.fr>2021-02-20 10:02:50 +0100
commit83ef1e2db13b3bcc4f607b96f10a3af857b5f92a (patch)
treebbeb2ce8160e2895f1db898c46d9bb80c791c883 /src/vhdl
parentd39d35af0333afffbdeffe23a601a0f79d18a3b6 (diff)
downloadghdl-83ef1e2db13b3bcc4f607b96f10a3af857b5f92a.tar.gz
ghdl-83ef1e2db13b3bcc4f607b96f10a3af857b5f92a.tar.bz2
ghdl-83ef1e2db13b3bcc4f607b96f10a3af857b5f92a.zip
vhdl-nodes.ads: reorder fields of block_configuration to match grammar
Diffstat (limited to 'src/vhdl')
-rw-r--r--src/vhdl/vhdl-nodes.ads12
-rw-r--r--src/vhdl/vhdl-nodes_meta.adb2
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,