aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdlcomp.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/ghdldrv/ghdlcomp.ads')
-rw-r--r--src/ghdldrv/ghdlcomp.ads7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ghdldrv/ghdlcomp.ads b/src/ghdldrv/ghdlcomp.ads
index f803ca4fa..383d9b92d 100644
--- a/src/ghdldrv/ghdlcomp.ads
+++ b/src/ghdldrv/ghdlcomp.ads
@@ -64,4 +64,11 @@ package Ghdlcomp is
-- Register commands.
procedure Register_Commands;
+
+ -- Functionnal interface.
+ -- Must be first initialized by Compile_Init
+ procedure Compile_Analyze_Init (Load_Work : Boolean := True);
+ procedure Compile_Analyze_File (File : String);
+ procedure Compile_Elaborate (Unit_Name : String_Access);
+ procedure Compile_Run;
end Ghdlcomp;