aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-dump.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/netlists-dump.adb')
-rw-r--r--src/synth/netlists-dump.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/netlists-dump.adb b/src/synth/netlists-dump.adb
index 7b7c6615c..effb5949d 100644
--- a/src/synth/netlists-dump.adb
+++ b/src/synth/netlists-dump.adb
@@ -81,7 +81,7 @@ package body Netlists.Dump is
procedure Dump_Input_Name (I : Input; With_Id : Boolean := False)
is
- Inst : constant Instance := Get_Parent (I);
+ Inst : constant Instance := Get_Input_Parent (I);
Idx : constant Port_Idx := Get_Port_Idx (I);
begin
Dump_Name (Get_Instance_Name (Inst));