aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdl_jit.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/ghdldrv/ghdl_jit.adb')
-rw-r--r--src/ghdldrv/ghdl_jit.adb2
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;