Home
last modified time | relevance | path

Searched refs:Get_Architecture (Results 1 – 17 of 17) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-nodes_gc.adb340 Arch_Name : constant Iir := Get_Architecture (El);
H A Dvhdl-configuration.adb312 Arch_Name := Get_Architecture (Aspect);
717 Name := Get_Architecture (Hier_Name);
H A Dvhdl-sem_psl.adb1136 Arch_Name := Get_Architecture (Hier_Name);
1172 Arch := Get_Architecture (Hier_Name);
H A Dvhdl-errors.adb396 Arch : constant Iir := Get_Architecture (Node);
H A Dvhdl-canon.adb2346 if Get_Architecture (Aspect) /= Null_Iir then
2447 and then Get_Architecture (Entity_Aspect) = Null_Iir
H A Dvhdl-utils.adb945 Free_Recursive (Get_Architecture (N));
H A Dvhdl-sem_specs.adb1287 Arch_Name := Get_Architecture (Aspect);
H A Dvhdl-sem.adb1095 Comp_Arch := Get_Architecture (Entity_Aspect);
H A Dvhdl-prints.adb3362 Arch := Get_Architecture (Aspect);
4448 Arch := Get_Architecture (Hier_Name);
H A Dvhdl-nodes.ads7714 function Get_Architecture (Target : Iir_Entity_Aspect_Entity) return Iir; subprogspec
H A Dvhdl-nodes.adb2464 function Get_Architecture (Target : Iir_Entity_Aspect_Entity) return Iir is subprogram
2470 end Get_Architecture;
H A Dvhdl-nodes_meta.adb6049 return Get_Architecture (N);
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/simulate/
H A Dsimul-elaboration.adb497 Library_Unit := Strip_Denoting_Name (Get_Architecture (Design));
1669 Arch := Get_Architecture (Aspect);
2066 if Get_Architecture (Aspect) /= Null_Iir then
2068 (Strip_Denoting_Name (Get_Architecture (Aspect)));
/dports/cad/ghdl/ghdl-1.0.0/src/
H A Dlibraries.adb865 if Get_Identifier (Get_Architecture (Dep))
898 Get_Identifier (Get_Architecture (Unit)));
/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dsynth-insts.adb988 Arch := Get_Architecture (Aspect);
1120 Arch := Get_Architecture (Aspect);
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/translate/
H A Dtrans-chap9.adb1932 Arch := Get_Architecture (Aspect);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py1942 Get_Architecture = libghdl.vhdl__nodes__get_architecture variable