Home
last modified time | relevance | path

Searched refs:Vunit (Results 1 – 6 of 6) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-configuration.adb707 procedure Add_Verification_Unit (Vunit : Iir)
709 Hier_Name : constant Iir := Get_Hierarchical_Name (Vunit);
731 Set_Bound_Vunit_Chain (Vunit, Get_Bound_Vunit_Chain (Name));
732 Set_Bound_Vunit_Chain (Name, Vunit);
733 Add_Design_Unit (Get_Design_Unit (Vunit), Get_Location (Vunit));
H A Dvhdl-nodes.adb2707 pragma Assert (Vunit /= Null_Iir);
2710 return Get_Field1 (Vunit);
2715 pragma Assert (Vunit /= Null_Iir);
2718 Set_Field1 (Vunit, Name);
2726 return Get_Field2 (Vunit);
2734 Set_Field2 (Vunit, Chain);
2742 return Get_Field6 (Vunit);
2750 Set_Field6 (Vunit, Chain);
2766 Set_Field8 (Unit, Vunit);
2774 return Get_Field4 (Vunit);
[all …]
H A Dvhdl-nodes.ads7795 function Get_Hierarchical_Name (Vunit : Iir) return Iir;
7796 procedure Set_Hierarchical_Name (Vunit : Iir; Name : Iir);
7799 function Get_Inherit_Spec_Chain (Vunit : Iir) return Iir;
7800 procedure Set_Inherit_Spec_Chain (Vunit : Iir; Chain : Iir);
7803 function Get_Vunit_Item_Chain (Vunit : Iir) return Iir;
7804 procedure Set_Vunit_Item_Chain (Vunit : Iir; Chain : Iir);
7809 procedure Set_Bound_Vunit_Chain (Unit : Iir; Vunit : Iir);
7812 function Get_Verification_Block_Configuration (Vunit : Iir) return Iir;
7813 procedure Set_Verification_Block_Configuration (Vunit : Iir; Conf : Iir);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dtokens.py184 Vunit = 175 variable in Tok
/dports/cad/ghdl/ghdl-1.0.0/doc/
H A Dindex.rst82 * support of UVVM and Vunit
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/
H A Dstd_names.py126 Vunit = 368 variable in Name