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.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ghdldrv/ghdl_jit.adb b/src/ghdldrv/ghdl_jit.adb
index 5da726e10..79d69c0e8 100644
--- a/src/ghdldrv/ghdl_jit.adb
+++ b/src/ghdldrv/ghdl_jit.adb
@@ -21,7 +21,7 @@ with Ghdlprint;
with Ghdlrun;
with Ghdlvpi;
with Ghdlxml;
--- with Ghdlsynth;
+with Ghdlsynth_Maybe;
with Ortho_Jit;
procedure Ghdl_Jit is
@@ -35,7 +35,7 @@ begin
Ghdlprint.Register_Commands;
Ghdlvpi.Register_Commands;
Ghdlxml.Register_Commands;
- -- Ghdlsynth.Register_Commands;
+ Ghdlsynth_Maybe.Register_Commands;
Ghdlmain.Register_Commands;
Ghdlmain.Main;
end Ghdl_Jit;