aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-10-06 13:10:00 +0200
committerTristan Gingold <tgingold@free.fr>2019-10-06 13:10:00 +0200
commit7748a70eb1aa9da5b8033a8955d8827385893075 (patch)
tree85738f420b4b0255b229bba96b01bbfad215527e /src/synth/netlists.ads
parent3d35074b10658634d0e1a280575fa6af0b08730f (diff)
downloadghdl-7748a70eb1aa9da5b8033a8955d8827385893075.tar.gz
ghdl-7748a70eb1aa9da5b8033a8955d8827385893075.tar.bz2
ghdl-7748a70eb1aa9da5b8033a8955d8827385893075.zip
netlists: remove get_parent renaming for input.
Diffstat (limited to 'src/synth/netlists.ads')
-rw-r--r--src/synth/netlists.ads1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/synth/netlists.ads b/src/synth/netlists.ads
index def0e12b8..18d0a7b83 100644
--- a/src/synth/netlists.ads
+++ b/src/synth/netlists.ads
@@ -257,7 +257,6 @@ package Netlists is
-- Input
function Get_Input_Parent (I : Input) return Instance;
- function Get_Parent (I : Input) return Instance renames Get_Input_Parent;
function Get_Port_Idx (I : Input) return Port_Idx;
function Get_Driver (I : Input) return Net;
function Get_Next_Sink (I : Input) return Input;