aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/synth/netlists.ads')
-rw-r--r--src/synth/netlists.ads7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/synth/netlists.ads b/src/synth/netlists.ads
index 7d2b2824d..08297a9f2 100644
--- a/src/synth/netlists.ads
+++ b/src/synth/netlists.ads
@@ -56,10 +56,9 @@ package Netlists is
-- There is no unification: these routines always create a new name. There
-- is no check that the name already exists, so these routines may create
-- a duplicate name. Callers must ensure they create uniq names.
- function New_Sname_User (Id : Name_Id) return Sname;
- function New_Sname_Artificial (Id : Name_Id) return Sname;
- function New_Sname (Prefix : Sname; Suffix : Name_Id) return Sname;
- function New_Sname_Version (Prefix : Sname; Ver : Uns32) return Sname;
+ function New_Sname_User (Id : Name_Id; Prefix : Sname) return Sname;
+ function New_Sname_Artificial (Id : Name_Id; Prefix : Sname) return Sname;
+ function New_Sname_Version (Ver : Uns32; Prefix : Sname) return Sname;
-- Read the content of an Sname.
function Get_Sname_Kind (Name : Sname) return Sname_Kind;