From e11afef1e7ffbf22bf0aaac0a7166b0aeee9fd2f Mon Sep 17 00:00:00 2001 From: Tristan Gingold Date: Sat, 29 Jun 2019 03:38:15 +0200 Subject: ghdldrv: refactoring - share more code, isolate ghdlsynth from ghdlsimul. --- src/ghdldrv/ghdllocal.adb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/ghdldrv/ghdllocal.adb') 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. -- cgit v1.2.3