This commit is contained in:
Ludovic Jacomme 2004-09-04 21:45:47 +00:00
parent 021241e122
commit ad69040777
3 changed files with 741 additions and 890 deletions

File diff suppressed because it is too large Load Diff

View File

@ -22,7 +22,7 @@
*/ */
/* /*
* Tool : SCmap and Loon - parameter file * Tool : SCmap and Boog - parameter file
* Date : 1991,92 * Date : 1991,92
* Author : Luc Burgun * Author : Luc Burgun
* Modified by Czo <Olivier.Sirol@lip6.fr> 1996,97 * Modified by Czo <Olivier.Sirol@lip6.fr> 1996,97
@ -110,6 +110,13 @@ extern int getoptimlax __P (());
/* return 1 if lax matches with lofig */ /* return 1 if lax matches with lofig */
/* look if all referenced names are in lofig */ /* look if all referenced names are in lofig */
/***************************************************************************/ /***************************************************************************/
extern int coherencelax __P ((lofig_list* lofig)); extern int coherencelaxlofig __P ((lofig_list* lofig));
/***************************************************************************/
/* return 1 if lax matches with befig */
/* lokk if all referenced names are in befig */
/***************************************************************************/
extern int coherencelaxbefig __P ((befig_list* befig));
#endif #endif

View File

@ -298,7 +298,7 @@ extern int main (int argc, char* argv[])
/*check coherence between LAX and lofig*/ /*check coherence between LAX and lofig*/
if (lax_file) { if (lax_file) {
fprintf(stdout,"Controlling file '%s.lax'...\n",lax_file); fprintf(stdout,"Controlling file '%s.lax'...\n",lax_file);
if (!coherencelax(lofig)) exit(1); if (!coherencelaxlofig(lofig)) exit(1);
} }
/*read cell library*/ /*read cell library*/