parse.h

Go to the documentation of this file.
00001 #ifndef __PARSE_H__
00002 #define __PARSE_H__
00003 
00004 /*
00005  Copyright (c) 2006-2010 Trevor Williams
00006 
00007  This program is free software; you can redistribute it and/or modify
00008  it under the terms of the GNU General Public License as published by the Free Software
00009  Foundation; either version 2 of the License, or (at your option) any later version.
00010 
00011  This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
00012  without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
00013  See the GNU General Public License for more details.
00014 
00015  You should have received a copy of the GNU General Public License along with this program;
00016  if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
00017 */
00018 
00026 #include "defines.h"
00027 
00028 
00030 void parse_design(
00031   const char* top,
00032   const char* output_db
00033 );
00034 
00036 void parse_and_score_dumpfile(
00037   const char* db,
00038   const char* dump_file,
00039   int         dump_mode
00040 );
00041 
00042 #endif
00043 
Generated on Sun Nov 21 00:55:35 2010 for Covered by  doxygen 1.6.3