aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdlcomp.ads
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2017-09-30 06:22:36 +0200
committerTristan Gingold <tgingold@free.fr>2017-10-02 20:49:37 +0200
commita546bd6c27f974b85ad2a36ac6b96fa5916b3be2 (patch)
tree406f79eb3bb89d163457706cf6dc158577e9f736 /src/ghdldrv/ghdlcomp.ads
parente2b71f93c9a6fda2d8450f1c096f5c9b8eec910c (diff)
downloadghdl-a546bd6c27f974b85ad2a36ac6b96fa5916b3be2.tar.gz
ghdl-a546bd6c27f974b85ad2a36ac6b96fa5916b3be2.tar.bz2
ghdl-a546bd6c27f974b85ad2a36ac6b96fa5916b3be2.zip
ghdlcomp: add compile_analyze_file2.
Diffstat (limited to 'src/ghdldrv/ghdlcomp.ads')
-rw-r--r--src/ghdldrv/ghdlcomp.ads2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ghdldrv/ghdlcomp.ads b/src/ghdldrv/ghdlcomp.ads
index 88e8af20f..487f70fc1 100644
--- a/src/ghdldrv/ghdlcomp.ads
+++ b/src/ghdldrv/ghdlcomp.ads
@@ -16,6 +16,7 @@
-- Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-- 02111-1307, USA.
with GNAT.OS_Lib; use GNAT.OS_Lib;
+with Iirs; use Iirs;
package Ghdlcomp is
-- This procedure is called at start of commands which call
@@ -72,6 +73,7 @@ package Ghdlcomp is
-- Must be first initialized by Compile_Init
procedure Compile_Analyze_Init (Load_Work : Boolean := True);
procedure Compile_Analyze_File (File : String);
+ function Compile_Analyze_File2 (File : String) return Iir;
procedure Compile_Elaborate (Unit_Name : String_Access);
procedure Compile_Run;
end Ghdlcomp;