- idem
This commit is contained in:
parent
021241e122
commit
ad69040777
File diff suppressed because it is too large
Load Diff
|
@ -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
|
||||||
|
|
|
@ -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*/
|
||||||
|
|
Loading…
Reference in New Issue