aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/netlists-builders.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-07-05 18:37:32 +0200
committerTristan Gingold <tgingold@free.fr>2019-07-06 07:18:48 +0200
commita4cfca32777b128f6f5eb9d7cd56daca65f576ef (patch)
treed4a9ac9af761c13564bb622ec7ab08f124f9dbd4 /src/synth/netlists-builders.ads
parentaef7921f6c3b375a881945e21e55453d761303a3 (diff)
downloadghdl-a4cfca32777b128f6f5eb9d7cd56daca65f576ef.tar.gz
ghdl-a4cfca32777b128f6f5eb9d7cd56daca65f576ef.tar.bz2
ghdl-a4cfca32777b128f6f5eb9d7cd56daca65f576ef.zip
synth: handle simple user function calls.
Diffstat (limited to 'src/synth/netlists-builders.ads')
-rw-r--r--src/synth/netlists-builders.ads2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/synth/netlists-builders.ads b/src/synth/netlists-builders.ads
index e34baa8ad..85d31a248 100644
--- a/src/synth/netlists-builders.ads
+++ b/src/synth/netlists-builders.ads
@@ -24,6 +24,8 @@ package Netlists.Builders is
type Context is private;
type Context_Acc is access Context;
+ function New_Internal_Name (Ctxt : Context_Acc) return Sname;
+
-- Create a builder for Design. Must be called once.
function Build_Builders (Design : Module) return Context_Acc;