aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synthesis.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synthesis.adb')
-rw-r--r--src/synth/synthesis.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/synthesis.adb b/src/synth/synthesis.adb
index fadf6e69a..f847105aa 100644
--- a/src/synth/synthesis.adb
+++ b/src/synth/synthesis.adb
@@ -142,6 +142,6 @@ package body Synthesis is
raise Compilation_Error;
end if;
- M := Get_Module (Global_Instance);
+ M := Get_Instance_Module (Global_Instance);
end Synth_Design;
end Synthesis;