Home
last modified time | relevance | path

Searched refs:Get_Component_Configuration (Results 1 – 10 of 10) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dsynth-insts.adb1048 Config : constant Node := Get_Component_Configuration (Stmt);
1061 pragma Assert (Get_Component_Configuration (Stmt) /= Null_Node);
1433 (Get_Component_Configuration (Inst) = Null_Node);
H A Dsynth-stmts.adb3573 Get_Component_Configuration (Stmt);
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/
H A Dvhdl-canon.adb2648 if Get_Component_Configuration (Instance) = Conf_Spec then
2680 Comp_Conf := Get_Component_Configuration (El);
2715 Comp_Conf := Get_Component_Configuration (El);
3154 Comp_Conf := Get_Component_Configuration (El);
3191 if Get_Component_Configuration (Inst) = Comp_Conf
H A Dvhdl-sem_specs.adb1538 Prev_Conf := Get_Component_Configuration (Comp);
1588 or else Get_Component_Configuration (El) = Null_Iir)
H A Dvhdl-sem_stmts.adb1910 if Get_Component_Configuration (Stmt) = Null_Iir
H A Dvhdl-sem.adb1212 and then Get_Component_Configuration (Inst) = Conf
H A Dvhdl-nodes.ads8573 function Get_Component_Configuration (Target : Iir) return Iir; subprogspec
H A Dvhdl-nodes.adb5183 function Get_Component_Configuration (Target : Iir) return Iir is subprogram
5189 end Get_Component_Configuration;
H A Dvhdl-nodes_meta.adb6273 return Get_Component_Configuration (N);
/dports/cad/ghdl/ghdl-1.0.0/pyGHDL/libghdl/vhdl/
H A Dnodes.py2446 Get_Component_Configuration = libghdl.vhdl__nodes__get_component_configuration variable