Home
last modified time | relevance | path

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

/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dsynth-insts.adb1467 Unit := Get_Bound_Vunit_Chain (Parent);
1470 Unit := Get_Bound_Vunit_Chain (Unit);
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-configuration.adb731 Set_Bound_Vunit_Chain (Vunit, Get_Bound_Vunit_Chain (Name));
H A Dvhdl-nodes.ads7808 function Get_Bound_Vunit_Chain (Unit : Iir) return Iir; subprogspec
H A Dvhdl-nodes.adb2753 function Get_Bound_Vunit_Chain (Unit : Iir) return Iir is subprogram
2759 end Get_Bound_Vunit_Chain;
H A Dvhdl-nodes_meta.adb6079 return Get_Bound_Vunit_Chain (N);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py1996 Get_Bound_Vunit_Chain = libghdl.vhdl__nodes__get_bound_vunit_chain variable