From a4cfca32777b128f6f5eb9d7cd56daca65f576ef Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Fri, 5 Jul 2019 18:37:32 +0200 Subject: synth: handle simple user function calls. --- src/synth/netlists-builders.ads | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/synth/netlists-builders.ads') 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; -- cgit v1.2.3