aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-12-07 06:01:45 +0100
committerTristan Gingold <tgingold@free.fr>2017-12-07 06:01:45 +0100
commited1138eb9261e55b18a8801b234d4f64377dbe6c (patch)
tree030b83b820502aa908d08d818340530743d4742c /src
parentdd9836c89f15039137442ad0d882a403b96d89ff (diff)
downloadghdl-ed1138eb9261e55b18a8801b234d4f64377dbe6c.tar.gz
ghdl-ed1138eb9261e55b18a8801b234d4f64377dbe6c.tar.bz2
ghdl-ed1138eb9261e55b18a8801b234d4f64377dbe6c.zip
simul: support --file-to-xml
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 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;