aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdl_jit.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-03-22 19:40:15 +0100
committerTristan Gingold <tgingold@free.fr>2022-03-22 19:40:37 +0100
commit98b2cfe1367dcc9f847add559d713272d3f27183 (patch)
tree44c29b3e7ee538010d1ec9963545697e2751c137 /src/ghdldrv/ghdl_jit.adb
parentf06253fa91cbb6d086db1b937c38c56fa5f5178c (diff)
downloadghdl-98b2cfe1367dcc9f847add559d713272d3f27183.tar.gz
ghdl-98b2cfe1367dcc9f847add559d713272d3f27183.tar.bz2
ghdl-98b2cfe1367dcc9f847add559d713272d3f27183.zip
ghdldrv: extract ghdllib from ghdlsynth
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;