aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdlsimul.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2016-05-07 17:43:03 +0200
committerTristan Gingold <tgingold@free.fr>2016-05-07 17:43:03 +0200
commit8574c1ae9bf66e3520985e0277a3847b1a210e2e (patch)
treef7d0f45aaf5524a8aab7e07bdcd37d5bf83cf383 /src/ghdldrv/ghdlsimul.ads
parent6488ea75a11475f4820b27cf7a919fb2b8235912 (diff)
downloadghdl-8574c1ae9bf66e3520985e0277a3847b1a210e2e.tar.gz
ghdl-8574c1ae9bf66e3520985e0277a3847b1a210e2e.tar.bz2
ghdl-8574c1ae9bf66e3520985e0277a3847b1a210e2e.zip
ghdldrv: add functionnal API to compile.
Diffstat (limited to 'src/ghdldrv/ghdlsimul.ads')
-rw-r--r--src/ghdldrv/ghdlsimul.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ghdldrv/ghdlsimul.ads b/src/ghdldrv/ghdlsimul.ads
index 264cbf8c6..4345d1349 100644
--- a/src/ghdldrv/ghdlsimul.ads
+++ b/src/ghdldrv/ghdlsimul.ads
@@ -17,4 +17,7 @@
-- 02111-1307, USA.
package Ghdlsimul is
procedure Register_Commands;
+
+ -- Functional interface.
+ procedure Compile_Init;
end Ghdlsimul;