Home
last modified time | relevance | path

Searched refs:Get_Instantiated_Unit (Results 1 – 15 of 15) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-configuration.adb239 Add_Design_Aspect (Get_Instantiated_Unit (Stmt), True);
573 Comp := Get_Instantiated_Unit (Inst);
927 Inst := Get_Instantiated_Unit (Stmt);
H A Dvhdl-utils.adb1533 case Get_Kind (Get_Instantiated_Unit (Inst)) is
1547 case Get_Kind (Get_Instantiated_Unit (Inst)) is
H A Dvhdl-sem_specs.adb1585 Get_Named_Entity (Get_Instantiated_Unit (El)) = Comp
1694 Inst_Unit := Get_Instantiated_Unit (Inst);
H A Dvhdl-canon.adb2054 Inst := Get_Instantiated_Unit (Stmt);
2678 and then Get_Named_Entity (Get_Instantiated_Unit (El)) = Comp
3165 Build_Reference_Name (Get_Instantiated_Unit (El)));
H A Dvhdl-sem_stmts.adb1843 Inst : constant Iir := Get_Instantiated_Unit (Stmt);
H A Dvhdl-nodes.ads8553 function Get_Instantiated_Unit (Target : Iir) return Iir; subprogspec
H A Dvhdl-nodes.adb5119 function Get_Instantiated_Unit (Target : Iir) return Iir is subprogram
5125 end Get_Instantiated_Unit;
H A Dvhdl-prints.adb3381 Component: constant Iir := Get_Instantiated_Unit (Stmt);
H A Dvhdl-nodes_meta.adb6265 return Get_Instantiated_Unit (N);
/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dsynth-insts.adb980 Aspect : constant Iir := Get_Instantiated_Unit (Stmt);
1013 Get_Named_Entity (Get_Instantiated_Unit (Stmt));
1047 Get_Named_Entity (Get_Instantiated_Unit (Stmt));
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/translate/
H A Dtrans-chap9.adb179 Get_Named_Entity (Get_Instantiated_Unit (Inst));
192 Ports := Get_Entity_From_Entity_Aspect (Get_Instantiated_Unit (Inst));
1063 Comp := Get_Instantiated_Unit (Stmt);
1153 (Get_Instantiated_Unit (Stmt)));
H A Dtrans-chap1.adb585 (Get_Instantiated_Unit (El)));
H A Dtrans-rtis.adb2204 Inst : constant Iir := Get_Instantiated_Unit (Stmt);
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/simulate/
H A Dsimul-elaboration.adb1635 Get_Named_Entity (Get_Instantiated_Unit (Stmt));
1663 Aspect : constant Iir := Get_Instantiated_Unit (Stmt);
2003 Get_Named_Entity (Get_Instantiated_Unit (Stmt));
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2434 Get_Instantiated_Unit = libghdl.vhdl__nodes__get_instantiated_unit variable