diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-10-06 13:10:38 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-10-06 13:10:38 +0200 |
commit | dd00294b4e91f2f93c45e91d89be0223e74b94ea (patch) | |
tree | 6382efcdee6d001c66699bb8eb1d3294ca8f42b2 /src | |
parent | 7748a70eb1aa9da5b8033a8955d8827385893075 (diff) | |
download | ghdl-dd00294b4e91f2f93c45e91d89be0223e74b94ea.tar.gz ghdl-dd00294b4e91f2f93c45e91d89be0223e74b94ea.tar.bz2 ghdl-dd00294b4e91f2f93c45e91d89be0223e74b94ea.zip |
netlists: remove get_parent for instance.
Diffstat (limited to 'src')
-rw-r--r-- | src/synth/netlists.ads | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/synth/netlists.ads b/src/synth/netlists.ads index 18d0a7b83..4580edb89 100644 --- a/src/synth/netlists.ads +++ b/src/synth/netlists.ads @@ -246,8 +246,6 @@ package Netlists is function Get_Module (Inst : Instance) return Module; function Get_Instance_Name (Inst : Instance) return Sname; function Get_Instance_Parent (Inst : Instance) return Module; - function Get_Parent (Inst : Instance) return Module - renames Get_Instance_Parent; function Get_Output (Inst : Instance; Idx : Port_Idx) return Net; function Get_Input (Inst : Instance; Idx : Port_Idx) return Input; function Get_Next_Instance (Inst : Instance) return Instance; |