From 15a31ff8d87aa496500446c1761c252855489650 Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Wed, 11 Jan 2023 20:11:18 +0100 Subject: ghdl_simul: add commands to use libghdl --- src/ghdldrv/ghdl_simul.adb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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; -- cgit v1.2.3