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.adb6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/synth/netlists-dump.adb b/src/synth/netlists-dump.adb
index 1848f2f82..385d72f22 100644
--- a/src/synth/netlists-dump.adb
+++ b/src/synth/netlists-dump.adb
@@ -140,7 +140,7 @@ package body Netlists.Dump is
Put_Trim (Instance'Image (Inst));
Put ('}');
Put (": ");
- Dump_Name (Get_Name (Get_Module (Inst)));
+ Dump_Name (Get_Module_Name (Get_Module (Inst)));
New_Line;
if Get_Nbr_Params (Inst) > 0 then
@@ -198,7 +198,7 @@ package body Netlists.Dump is
Put ("module {m");
Put_Trim (Module'Image (M));
Put ("} ");
- Dump_Name (Get_Name (M));
+ Dump_Name (Get_Module_Name (M));
New_Line;
-- Parameters.
@@ -405,7 +405,7 @@ package body Netlists.Dump is
end case;
end if;
- Dump_Name (Get_Name (M));
+ Dump_Name (Get_Module_Name (M));
if True then
Put ('@');