aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdl_simul.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/ghdldrv/ghdl_simul.adb')
-rw-r--r--src/ghdldrv/ghdl_simul.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ghdldrv/ghdl_simul.adb b/src/ghdldrv/ghdl_simul.adb
index d28be1167..fa95ac5cb 100644
--- a/src/ghdldrv/ghdl_simul.adb
+++ b/src/ghdldrv/ghdl_simul.adb
@@ -21,7 +21,7 @@ with Ghdlprint;
with Ghdlxml;
with Ghdlsimul;
-with Ghdlsynth;
+with Ghdlsynth_Maybe;
procedure Ghdl_Simul is
begin
@@ -29,7 +29,7 @@ begin
-- used to display help).
Ghdlmain.Version_String := new String'("interpretation");
Ghdlsimul.Register_Commands;
- Ghdlsynth.Register_Commands;
+ Ghdlsynth_Maybe.Register_Commands;
Ghdllocal.Register_Commands;
Ghdlprint.Register_Commands;
Ghdlxml.Register_Commands;