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 29734acff..7bc517c04 100644
--- a/src/ghdldrv/ghdl_jit.adb
+++ b/src/ghdldrv/ghdl_jit.adb
@@ -19,6 +19,7 @@ with Ghdlprint;
with Ghdlrun;
with Ghdlvpi;
with Ghdlxml;
+with Ghdllib;
with Ghdlsynth_Maybe;
with Ortho_Jit;
@@ -34,6 +35,7 @@ begin
Ghdlvpi.Register_Commands;
Ghdlxml.Register_Commands;
Ghdlsynth_Maybe.Register_Commands;
+ Ghdllib.Register_Commands;
Ghdlmain.Register_Commands;
Ghdlmain.Main;
end Ghdl_Jit;