aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-10-06 13:01:20 +0200
committerTristan Gingold <tgingold@free.fr>2019-10-06 13:01:20 +0200
commitd44e7227610913a14029ce050aceee887da914dd (patch)
tree14634a034969ddc28e7693c8b6c405d846549060 /src/synth/netlists.adb
parentfd7ce659ef9b61483dd40419552aa8036fa95bd0 (diff)
downloadghdl-d44e7227610913a14029ce050aceee887da914dd.tar.gz
ghdl-d44e7227610913a14029ce050aceee887da914dd.tar.bz2
ghdl-d44e7227610913a14029ce050aceee887da914dd.zip
netlists: remove get_name renaming for modules.
Diffstat (limited to 'src/synth/netlists.adb')
-rw-r--r--src/synth/netlists.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/netlists.adb b/src/synth/netlists.adb
index 079134b78..4d1516510 100644
--- a/src/synth/netlists.adb
+++ b/src/synth/netlists.adb
@@ -440,7 +440,7 @@ package body Netlists is
begin
-- Swap inputs and outputs; no parameters.
Res := New_Instance_Internal
- (M, M, Get_Name (M), Nbr_Outputs, Nbr_Inputs, 0);
+ (M, M, Get_Module_Name (M), Nbr_Outputs, Nbr_Inputs, 0);
Set_Outputs_Width_From_Desc
(Res, Nbr_Inputs, Get_Input_First_Desc (M));