aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdlsimul.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-01-31 06:07:14 +0100
committerTristan Gingold <tgingold@free.fr>2017-01-31 20:22:09 +0100
commite7f093ccdfa452806172e12af3167bc84f571026 (patch)
treeb34d5b1391595c990ba1cb9e841820797e91e24b /src/ghdldrv/ghdlsimul.ads
parentb5009c3026b295d91ed5fc3d8682c700b67db4ab (diff)
downloadghdl-e7f093ccdfa452806172e12af3167bc84f571026.tar.gz
ghdl-e7f093ccdfa452806172e12af3167bc84f571026.tar.bz2
ghdl-e7f093ccdfa452806172e12af3167bc84f571026.zip
Add ghdlsynth in ghdl_simul
Diffstat (limited to 'src/ghdldrv/ghdlsimul.ads')
-rw-r--r--src/ghdldrv/ghdlsimul.ads5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ghdldrv/ghdlsimul.ads b/src/ghdldrv/ghdlsimul.ads
index 4345d1349..3423b1152 100644
--- a/src/ghdldrv/ghdlsimul.ads
+++ b/src/ghdldrv/ghdlsimul.ads
@@ -15,9 +15,14 @@
-- along with GCC; see the file COPYING. If not, write to the Free
-- Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-- 02111-1307, USA.
+
+with Iirs; use Iirs;
+
package Ghdlsimul is
procedure Register_Commands;
-- Functional interface.
procedure Compile_Init;
+
+ function Get_Top_Config return Iir;
end Ghdlsimul;