aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ghdldrv/ghdl_simul.adb2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ghdldrv/ghdl_simul.adb b/src/ghdldrv/ghdl_simul.adb
index bfd6f20c8..fdef51a0e 100644
--- a/src/ghdldrv/ghdl_simul.adb
+++ b/src/ghdldrv/ghdl_simul.adb
@@ -18,6 +18,7 @@ with Ghdllocal;
with Ghdlprint;
with Ghdlxml;
with Ghdlsimul;
+with Ghdllib;
with Ghdlsynth_Maybe;
@@ -31,6 +32,7 @@ begin
Ghdllocal.Register_Commands;
Ghdlprint.Register_Commands;
Ghdlxml.Register_Commands;
+ Ghdllib.Register_Commands;
Ghdlmain.Register_Commands;
Ghdlmain.Main;
end Ghdl_Simul;