From 02e5d6075c095b8267dd0f4c08abd28d56dbbfa7 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 11 Jul 2019 08:10:37 +0200 Subject: vhdl-nodes: add comments --- src/vhdl/vhdl-nodes.ads | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/vhdl/vhdl-nodes.ads b/src/vhdl/vhdl-nodes.ads index fa376c795..5a71204b7 100644 --- a/src/vhdl/vhdl-nodes.ads +++ b/src/vhdl/vhdl-nodes.ads @@ -600,6 +600,22 @@ package Vhdl.Nodes is -- Iir_Kind_Block_Configuration (Short) -- + -- LRM08 3.4.2 Block configuration + -- block_configuration ::= + -- FOR block_specification + -- { use_clause } + -- { configuration_item } + -- END FOR; + -- + -- configuration_item ::= + -- block_configuration + -- | component_configuration + -- + -- block_specification ::= + -- /architecture_/name + -- | /block_statement_/label + -- | /generate_statement_/label [ ( generate_specification ) ] + -- -- Get/Set_Parent (Field0) -- -- Only use_clause are allowed here. -- cgit v1.2.3