diff options
author | Tristan Gingold <tgingold@free.fr> | 2019-06-29 03:59:12 +0200 |
---|---|---|
committer | Tristan Gingold <tgingold@free.fr> | 2019-06-29 08:36:31 +0200 |
commit | 5fc2b23c0a27e281d3c1f1927379aa1fd9300df0 (patch) | |
tree | 1c1f16096d2cd01ce54e61b4e6e8ffb186a2d8fb /src/ghdldrv | |
parent | 655866865db5d5c259a87105807dc7aed0d857d7 (diff) | |
download | ghdl-5fc2b23c0a27e281d3c1f1927379aa1fd9300df0.tar.gz ghdl-5fc2b23c0a27e281d3c1f1927379aa1fd9300df0.tar.bz2 ghdl-5fc2b23c0a27e281d3c1f1927379aa1fd9300df0.zip |
ghdl_jit: almost add ghdlsynth
Diffstat (limited to 'src/ghdldrv')
-rw-r--r-- | src/ghdldrv/ghdl_jit.adb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ghdldrv/ghdl_jit.adb b/src/ghdldrv/ghdl_jit.adb index d17e7fad4..5da726e10 100644 --- a/src/ghdldrv/ghdl_jit.adb +++ b/src/ghdldrv/ghdl_jit.adb @@ -21,6 +21,7 @@ with Ghdlprint; with Ghdlrun; with Ghdlvpi; with Ghdlxml; +-- with Ghdlsynth; with Ortho_Jit; procedure Ghdl_Jit is @@ -34,6 +35,7 @@ begin Ghdlprint.Register_Commands; Ghdlvpi.Register_Commands; Ghdlxml.Register_Commands; + -- Ghdlsynth.Register_Commands; Ghdlmain.Register_Commands; Ghdlmain.Main; end Ghdl_Jit; |