aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdllocal.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2019-06-29 03:38:15 +0200
committerTristan Gingold <tgingold@free.fr>2019-06-29 03:38:15 +0200
commite11afef1e7ffbf22bf0aaac0a7166b0aeee9fd2f (patch)
tree728b3fb552a982205563bb36242fc1f7aecfcfa0 /src/ghdldrv/ghdllocal.adb
parentec43db0fb7543b62ab9d326e978cceb70defe58e (diff)
downloadghdl-e11afef1e7ffbf22bf0aaac0a7166b0aeee9fd2f.tar.gz
ghdl-e11afef1e7ffbf22bf0aaac0a7166b0aeee9fd2f.tar.bz2
ghdl-e11afef1e7ffbf22bf0aaac0a7166b0aeee9fd2f.zip
ghdldrv: refactoring - share more code, isolate ghdlsynth from ghdlsimul.
Diffstat (limited to 'src/ghdldrv/ghdllocal.adb')
-rw-r--r--src/ghdldrv/ghdllocal.adb12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/ghdldrv/ghdllocal.adb b/src/ghdldrv/ghdllocal.adb
index fa2525112..93516d60b 100644
--- a/src/ghdldrv/ghdllocal.adb
+++ b/src/ghdldrv/ghdllocal.adb
@@ -21,19 +21,19 @@ with GNAT.Directory_Operations;
with Simple_IO; use Simple_IO;
with Types; use Types;
-with Libraries;
-with Vhdl.Sem_Lib;
-with Vhdl.Std_Package;
with Flags;
with Name_Table;
with Std_Names;
-with Vhdl.Prints;
with Default_Paths;
-with Vhdl.Scanner;
with Errorout;
-with Vhdl.Configuration;
with Files_Map;
+with Libraries;
+with Vhdl.Sem_Lib;
+with Vhdl.Std_Package;
+with Vhdl.Scanner;
+with Vhdl.Configuration;
with Vhdl.Utils; use Vhdl.Utils;
+with Vhdl.Prints;
package body Ghdllocal is
-- Version of the IEEE library to use. This just change paths.