aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/synth-context.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-11-28 05:56:05 +0100
committerTristan Gingold <tgingold@free.fr>2019-11-28 05:56:05 +0100
commitc861fd507ef2261f1a0b8f3cdf1edcd4e61500ae (patch)
tree2ec8c2c6a7011a972d0d97737ede76243c8da57c /src/synth/synth-context.adb
parentbfa61a8886ec2d3ff20f55b6192eea5c808a07ea (diff)
downloadghdl-c861fd507ef2261f1a0b8f3cdf1edcd4e61500ae.tar.gz
ghdl-c861fd507ef2261f1a0b8f3cdf1edcd4e61500ae.tar.bz2
ghdl-c861fd507ef2261f1a0b8f3cdf1edcd4e61500ae.zip
synth: rework the sname API.
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);