aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/vhdl-nodes.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/vhdl/vhdl-nodes.ads')
-rw-r--r--src/vhdl/vhdl-nodes.ads14
1 files changed, 10 insertions, 4 deletions
diff --git a/src/vhdl/vhdl-nodes.ads b/src/vhdl/vhdl-nodes.ads
index 014520cf4..97eeccf24 100644
--- a/src/vhdl/vhdl-nodes.ads
+++ b/src/vhdl/vhdl-nodes.ads
@@ -1104,8 +1104,8 @@ package Vhdl.Nodes is
-- Get/Set_End_Has_Identifier (Flag9)
-- Iir_Kind_Vunit_Declaration (Medium)
- -- Iir_Kind_Vmode_Declaration (Short)
- -- Iir_Kind_Vprop_Declaration (Short)
+ -- Iir_Kind_Vmode_Declaration (Medium)
+ -- Iir_Kind_Vprop_Declaration (Medium)
--
-- Get/Set_Parent (Field0)
-- Get/Set_Design_Unit (Alias Field0)
@@ -1118,7 +1118,9 @@ package Vhdl.Nodes is
--
-- Get/Set_Attribute_Value_Chain (Field5)
--
- -- Get/Set_Vunit_Item_Chain (Field4)
+ -- Get/Set_Vunit_Item_Chain (Field6)
+ --
+ -- Get/Set_Verification_Block_Configuration (Field4)
--
-- Only for Iir_Kind_Vunit_Declaration:
-- Get/Set_Bound_Vunit_Chain (Field8)
@@ -7594,7 +7596,7 @@ package Vhdl.Nodes is
function Get_Inherit_Spec_Chain (Vunit : Iir) return Iir;
procedure Set_Inherit_Spec_Chain (Vunit : Iir; Chain : Iir);
- -- Field: Field4 Chain
+ -- Field: Field6 Chain
function Get_Vunit_Item_Chain (Vunit : Iir) return Iir;
procedure Set_Vunit_Item_Chain (Vunit : Iir; Chain : Iir);
@@ -7604,6 +7606,10 @@ package Vhdl.Nodes is
procedure Set_Bound_Vunit_Chain (Unit : Iir; Vunit : Iir);
-- Field: Field4
+ function Get_Verification_Block_Configuration (Vunit : Iir) return Iir;
+ procedure Set_Verification_Block_Configuration (Vunit : Iir; Conf : Iir);
+
+ -- Field: Field4
function Get_Block_Configuration (Target : Iir) return Iir;
procedure Set_Block_Configuration (Target : Iir; Block : Iir);