aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-10-06 12:59:15 +0200
committerTristan Gingold <tgingold@free.fr>2019-10-06 12:59:15 +0200
commitfd7ce659ef9b61483dd40419552aa8036fa95bd0 (patch)
tree70c1e9e1bd750cbdfb0e48e7fe102d5a7ff5300c /src/synth/netlists.ads
parent874ee1a5fb4c40bfc5a0b64669dfa495a8c44736 (diff)
downloadghdl-fd7ce659ef9b61483dd40419552aa8036fa95bd0.tar.gz
ghdl-fd7ce659ef9b61483dd40419552aa8036fa95bd0.tar.bz2
ghdl-fd7ce659ef9b61483dd40419552aa8036fa95bd0.zip
netlists: Remove Get_Name renaming for instances.
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 49c9144db..bfe4522b3 100644
--- a/src/synth/netlists.ads
+++ b/src/synth/netlists.ads
@@ -246,7 +246,6 @@ package Netlists is
function Is_Self_Instance (I : Instance) return Boolean;
function Get_Module (Inst : Instance) return Module;
function Get_Instance_Name (Inst : Instance) return Sname;
- function Get_Name (Inst : Instance) return Sname renames Get_Instance_Name;
function Get_Instance_Parent (Inst : Instance) return Module;
function Get_Parent (Inst : Instance) return Module
renames Get_Instance_Parent;