diff options
-rw-r--r-- | src/ghdldrv/ghdl_simul.adb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ghdldrv/ghdl_simul.adb b/src/ghdldrv/ghdl_simul.adb index 57d5758fd..d28be1167 100644 --- a/src/ghdldrv/ghdl_simul.adb +++ b/src/ghdldrv/ghdl_simul.adb @@ -18,6 +18,7 @@ with Ghdlmain; with Ghdllocal; with Ghdlprint; +with Ghdlxml; with Ghdlsimul; with Ghdlsynth; @@ -31,6 +32,7 @@ begin Ghdlsynth.Register_Commands; Ghdllocal.Register_Commands; Ghdlprint.Register_Commands; + Ghdlxml.Register_Commands; Ghdlmain.Register_Commands; Ghdlmain.Main; end Ghdl_Simul; |