summaryrefslogtreecommitdiff
path: root/translate/ghdldrv/ghdllocal.ads
diff options
context:
space:
mode:
authorTristan Gingold2014-07-23 20:13:49 +0200
committerTristan Gingold2014-07-23 20:13:49 +0200
commit777f73f67f0f2d18f73dc223a2d941ece31d0c9e (patch)
treed8bf9afda0d08fa40e0a47ec5bcf9356a21ae862 /translate/ghdldrv/ghdllocal.ads
parent694a4d2744f252b326121c37c2271133e0ec535f (diff)
downloadghdl-777f73f67f0f2d18f73dc223a2d941ece31d0c9e.tar.gz
ghdl-777f73f67f0f2d18f73dc223a2d941ece31d0c9e.tar.bz2
ghdl-777f73f67f0f2d18f73dc223a2d941ece31d0c9e.zip
Add parenthesis_Expression, --reprint and --compare-tokens commands.
Diffstat (limited to 'translate/ghdldrv/ghdllocal.ads')
-rw-r--r--translate/ghdldrv/ghdllocal.ads4
1 files changed, 0 insertions, 4 deletions
diff --git a/translate/ghdldrv/ghdllocal.ads b/translate/ghdldrv/ghdllocal.ads
index f197038..46eff1a 100644
--- a/translate/ghdldrv/ghdllocal.ads
+++ b/translate/ghdldrv/ghdllocal.ads
@@ -84,10 +84,6 @@ package Ghdllocal is
-- Setup standard libaries path. If LOAD is true, then load them now.
procedure Setup_Libraries (Load : Boolean);
- -- Analyze file FILE_NAME. Raise Compilation_Error in case of analysis
- -- error.
- function Analyze_One_File (File_Name : String) return Iir_Design_File;
-
-- Setup library, analyze FILES, and if SAVE_LIBRARY is set save the
-- work library only
procedure Analyze_Files (Files : Argument_List; Save_Library : Boolean);