aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-10-06 13:08:09 +0200
committerTristan Gingold <tgingold@free.fr>2019-10-06 13:08:09 +0200
commit3d35074b10658634d0e1a280575fa6af0b08730f (patch)
tree6e8ec3eac749da9855c98740b02746f0fd87f7e0 /src/synth/netlists.ads
parentd44e7227610913a14029ce050aceee887da914dd (diff)
downloadghdl-3d35074b10658634d0e1a280575fa6af0b08730f.tar.gz
ghdl-3d35074b10658634d0e1a280575fa6af0b08730f.tar.bz2
ghdl-3d35074b10658634d0e1a280575fa6af0b08730f.zip
netlists: remove renaming of Get_Parent for Net.
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 8fa1d3fad..def0e12b8 100644
--- a/src/synth/netlists.ads
+++ b/src/synth/netlists.ads
@@ -264,7 +264,6 @@ package Netlists is
-- Net (Output)
function Get_Net_Parent (O : Net) return Instance;
- function Get_Parent (O : Net) return Instance renames Get_Net_Parent;
function Get_Port_Idx (O : Net) return Port_Idx;
function Get_First_Sink (O : Net) return Input;
function Get_Width (N : Net) return Width;