Home
last modified time | relevance | path

Searched refs:Get_Block_Configuration (Results 1 – 19 of 19) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dsynthesis.adb52 (Get_Block_Specification (Get_Block_Configuration (Unit)));
H A Dsynth-insts.adb998 Arch := Get_Block_Specification (Get_Block_Configuration (Config));
1002 Config := Get_Block_Configuration (Config);
1133 Sub_Config := Get_Block_Configuration (Sub_Config);
1331 Config => Get_Block_Configuration (Config),
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/translate/
H A Dtrans-chap1.adb417 Block := Get_Block_Configuration (Cfg);
905 Get_Block_Configuration (Config);
925 Get_Block_Configuration (Config);
H A Dtrans-chap12.adb543 (Get_Block_Specification (Get_Block_Configuration (Config_Lib)));
H A Dtrans-chap9.adb1948 (Get_Block_Specification (Get_Block_Configuration (Config)));
1960 (Get_Block_Configuration (Config));
H A Dtranslation.adb333 (Get_Block_Configuration (Lib_Unit));
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/simulate/
H A Dsimul-elaboration.adb1681 (Get_Block_Configuration (Config));
1685 Config := Get_Block_Configuration (Config);
2054 Sub_Conf := Get_Block_Configuration (Conf);
2078 Sub_Conf := Get_Block_Configuration (Conf);
2127 Sub_Conf := Get_Block_Configuration (Get_Library_Unit (Sub_Conf));
3033 (Get_Block_Specification (Get_Block_Configuration (Unit)));
3066 Conf := Get_Block_Configuration (Get_Library_Unit (Conf_Unit));
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-configuration.adb159 Blk := Get_Block_Configuration (Lib_Unit);
609 Sub_Config := Get_Block_Configuration (Item);
H A Dvhdl-annotations.adb1177 Block : constant Iir := Get_Block_Configuration (Conf);
1220 Annotate_Block_Configuration (Get_Block_Configuration (Decl));
H A Dvhdl-errors.adb546 (Get_Block_Configuration (Node));
H A Dvhdl-sem.adb758 Sem_Block_Configuration (Get_Block_Configuration (Decl), Decl);
1339 Block := Get_Block_Configuration (Conf);
H A Dvhdl-canon.adb2442 Block := Get_Block_Configuration (Cfg);
3509 Canon_Block_Configuration (Unit, Get_Block_Configuration (El));
H A Dvhdl-utils.adb1779 (Get_Block_Specification (Get_Block_Configuration (Conf_Unit)));
H A Dvhdl-prints.adb4276 Block := Get_Block_Configuration (Conf);
4369 Disp_Block_Configuration (Ctxt, Get_Block_Configuration (Decl));
H A Dvhdl-nodes.ads7816 function Get_Block_Configuration (Target : Iir) return Iir; subprogspec
H A Dvhdl-nodes.adb2785 function Get_Block_Configuration (Target : Iir) return Iir is subprogram
2791 end Get_Block_Configuration;
H A Dvhdl-nodes_meta.adb6083 return Get_Block_Configuration (N);
/dports/cad/ghdl/ghdl-1.0.0/src/ghdldrv/
H A Dghdlcomp.adb349 (Get_Block_Specification (Get_Block_Configuration (Conf_Unit)));
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2002 Get_Block_Configuration = libghdl.vhdl__nodes__get_block_configuration variable