aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdl_simul.adb
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/ghdl_simul.adb
parentb5009c3026b295d91ed5fc3d8682c700b67db4ab (diff)
downloadghdl-e7f093ccdfa452806172e12af3167bc84f571026.tar.gz
ghdl-e7f093ccdfa452806172e12af3167bc84f571026.tar.bz2
ghdl-e7f093ccdfa452806172e12af3167bc84f571026.zip
Add ghdlsynth in ghdl_simul
Diffstat (limited to 'src/ghdldrv/ghdl_simul.adb')
-rw-r--r--src/ghdldrv/ghdl_simul.adb3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ghdldrv/ghdl_simul.adb b/src/ghdldrv/ghdl_simul.adb
index d4d0abd7a..57d5758fd 100644
--- a/src/ghdldrv/ghdl_simul.adb
+++ b/src/ghdldrv/ghdl_simul.adb
@@ -20,12 +20,15 @@ with Ghdllocal;
with Ghdlprint;
with Ghdlsimul;
+with Ghdlsynth;
+
procedure Ghdl_Simul is
begin
-- Manual elaboration so that the order is known (because it is the order
-- used to display help).
Ghdlmain.Version_String := new String'("interpretation");
Ghdlsimul.Register_Commands;
+ Ghdlsynth.Register_Commands;
Ghdllocal.Register_Commands;
Ghdlprint.Register_Commands;
Ghdlmain.Register_Commands;