diff options
Diffstat (limited to 'src/vhdl/vhdl-nodes.ads')
-rw-r--r-- | src/vhdl/vhdl-nodes.ads | 53 |
1 files changed, 30 insertions, 23 deletions
diff --git a/src/vhdl/vhdl-nodes.ads b/src/vhdl/vhdl-nodes.ads index 744e5c88c..79ad569fc 100644 --- a/src/vhdl/vhdl-nodes.ads +++ b/src/vhdl/vhdl-nodes.ads @@ -595,6 +595,12 @@ package Vhdl.Nodes is -- -- Get/Set_Configuration_Name (Field1) + -- Iir_Kind_Psl_Hierarchical_Name (Short) + -- + -- Get/Set_Entity_Name (Field2) + -- + -- Get/Set_Architecture (Field3) + -- Iir_Kind_Block_Configuration (Short) -- -- LRM08 3.4.2 Block configuration @@ -1031,27 +1037,6 @@ package Vhdl.Nodes is -- -- Get/Set_End_Has_Identifier (Flag9) - -- Iir_Kind_Library_Declaration (Short) - -- - -- Design files in the library. - -- Get/Set_Design_File_Chain (Field1) - -- - -- Get/Set_Chain (Field2) - -- - -- This node is used to contain all a library. Only internaly used. - -- Name (identifier) of the library. - -- Get/Set_Identifier (Field3) - -- - -- Most recent date in this library. - -- Get/Set_Date (Field4) - -- - -- Get/Set_Library_Directory (Field5) - -- - -- Used to compute dependences. - -- Get/Set_Elab_Flag (Flag3) - -- - -- Get/Set_Visible_Flag (Flag4) - -- Iir_Kind_Vunit_Declaration (Short) -- Iir_Kind_Vmode_Declaration (Short) -- Iir_Kind_Vprop_Declaration (Short) @@ -1065,7 +1050,7 @@ package Vhdl.Nodes is -- -- Get/Set_Inherit_Spec_Chain (Field2) -- - -- Get/Set_Vunit_Item_Chain (Field4) + -- Get/Set_Vunit_Item_Chain (Field5) -- -- Get/Set_Visible_Flag (Flag4) -- @@ -1077,6 +1062,27 @@ package Vhdl.Nodes is -- -- Get/Set_Has_Begin (Flag10) + -- Iir_Kind_Library_Declaration (Short) + -- + -- Design files in the library. + -- Get/Set_Design_File_Chain (Field1) + -- + -- Get/Set_Chain (Field2) + -- + -- This node is used to contain all a library. Only internaly used. + -- Name (identifier) of the library. + -- Get/Set_Identifier (Field3) + -- + -- Most recent date in this library. + -- Get/Set_Date (Field4) + -- + -- Get/Set_Library_Directory (Field5) + -- + -- Used to compute dependences. + -- Get/Set_Elab_Flag (Flag3) + -- + -- Get/Set_Visible_Flag (Flag4) + -- Iir_Kind_Component_Declaration (Medium) -- -- Get/Set_Parent (Field0) @@ -4210,6 +4216,7 @@ package Vhdl.Nodes is Iir_Kind_Entity_Aspect_Entity, Iir_Kind_Entity_Aspect_Configuration, Iir_Kind_Entity_Aspect_Open, + Iir_Kind_Psl_Hierarchical_Name, Iir_Kind_Block_Configuration, Iir_Kind_Block_Header, Iir_Kind_Component_Configuration, @@ -6544,7 +6551,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: Field5 Chain function Get_Vunit_Item_Chain (Vunit : Iir) return Iir; procedure Set_Vunit_Item_Chain (Vunit : Iir; Chain : Iir); |