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 40c9e5d30..c29b44215 100644
--- a/src/synth/synthesis.adb
+++ b/src/synth/synthesis.adb
@@ -37,7 +37,7 @@ package body Synthesis is
Ctxt : Context_Acc;
begin
Top_Module :=
- New_Design (New_Sname_Artificial (Get_Identifier ("top"), No_Sname));
+ New_Design (New_Sname_Artificial (Get_Identifier ("top")));
Ctxt := Build_Builders (Top_Module);
Base := new Base_Instance_Type'(Builder => Ctxt,