tenir compte de la version d'alliance

This commit is contained in:
Francois Donnet 2002-03-22 11:08:01 +00:00
parent 5c9917948c
commit 5e6fd44c5d
3 changed files with 3 additions and 3 deletions

View File

@ -251,7 +251,7 @@ extern int main (int argc, char* argv[])
bddenv(); /*for vhdlloadbefig() */ bddenv(); /*for vhdlloadbefig() */
alliancebanner_with_authors("BooG", VERSION " [2002/02/11]", "Binding and Optimizing On Gates", alliancebanner_with_authors("BooG", VERSION " [2002/02/11]", "Binding and Optimizing On Gates",
"2000", "5.0"/*ALLIANCE_VERSION*/, "François Donnet"); "2000", ALLIANCE_VERSION, "François Donnet");
/*alliance env: extension netlist file (vst or al)*/ /*alliance env: extension netlist file (vst or al)*/
fprintf(stdout," MBK_VDD : %s\n",VDD); fprintf(stdout," MBK_VDD : %s\n",VDD);

View File

@ -63,7 +63,7 @@ char *outputFile;
alliancebanner_with_authors("FlatBeh", VERSION " [2000/11/01]", "a netlist abstractor", "1993", alliancebanner_with_authors("FlatBeh", VERSION " [2000/11/01]", "a netlist abstractor", "1993",
"5.0", "François DONNET, Huu Nghia VUONG"); ALLIANCE_VERSION, "François DONNET, Huu Nghia VUONG");
if ((argc < 2) || (argc > 3)) if ((argc < 2) || (argc > 3))
{ {

View File

@ -254,7 +254,7 @@ extern int main (int argc, char* argv[])
alliancebanner_with_authors("LooN", VERSION " [2001/08/21]", "Local optimization on Nets", alliancebanner_with_authors("LooN", VERSION " [2001/08/21]", "Local optimization on Nets",
"2000", "5.0"/*alliance version*/, "François Donnet"); "2000", ALLIANCE_VERSION, "François Donnet");
/*set options*/ /*set options*/
set_param(argc,argv); set_param(argc,argv);