aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-context.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/synth-context.adb')
-rw-r--r--src/synth/synth-context.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/synth-context.adb b/src/synth/synth-context.adb
index e02059f9e..91f73b484 100644
--- a/src/synth/synth-context.adb
+++ b/src/synth/synth-context.adb
@@ -48,7 +48,7 @@ package body Synth.Context is
Res : Synth_Instance_Acc;
begin
Top_Module :=
- New_Design (New_Sname_Artificial (Get_Identifier ("top")));
+ New_Design (New_Sname_Artificial (Get_Identifier ("top"), No_Sname));
pragma Assert (Build_Context = null);
Build_Context := Build_Builders (Top_Module);