From ed1138eb9261e55b18a8801b234d4f64377dbe6c Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Thu, 7 Dec 2017 06:01:45 +0100 Subject: simul: support --file-to-xml --- 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 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; -- cgit v1.2.3