Home
last modified time | relevance | path

Searched refs:Get_Instance_Parent (Results 1 – 2 of 2) sorted by relevance

/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dnetlists.adb723 function Get_Instance_Parent (Inst : Instance) return Module is subprogram
727 end Get_Instance_Parent;
1206 M : constant Module := Get_Instance_Parent (Inst);
1245 M : constant Module := Get_Instance_Parent (Inst);
H A Dnetlists.ads283 function Get_Instance_Parent (Inst : Instance) return Module; subprogspec