=================================================================== Modification le : Fri Oct 19 20:07:05 CEST 2001 Par : xtof =================================================================== Update of /users/outil/alliance/cvsroot/alliance/sources/ocp/src In directory coltrane.lip6.fr:/users/cao/xtof/alliance/sources/ocp/src Modified Files: PPlacement.cpp Log Message: ameliorations: des messages d'erreur.... des détections d'erreurs .... cohérence logique /physique ... taille boite d'aboutement merci les étudiants .... =================================================================== Index: PPlacement.cpp =================================================================== RCS file: /users/outil/alliance/cvsroot/alliance/sources/ocp/src/PPlacement.cpp,v retrieving revision 1.37 retrieving revision 1.38 diff -r1.37 -r1.38 56a57,64 > // verification de la coherence figure logique / figure physique > if (ins->FIGNAME != pins->FIGNAME) > { > cerr << "ERROR: The logical figure and the physical figure are not coherent:" << endl > << "Logical Instance: " << (char*)ins->INSNAME << " -> logical model: "<< (char*)ins->FIGNAME << endl > << "Physical Instance: " << (char*)pins->INSNAME << " -> physical model: "<< (char*)pins->FIGNAME << endl; > exit(1); > } 331a340,345 > // set positions of connectors in case of no ioc file > if (_placeCons) GenerateConsPlacement(); > > // set positions of connectors when ioc file is given > if (_iocFile) SetPosIocFile(pconmap); > 410,411c424,425 < cerr << "Row Overflow" << endl; < cerr << "there are still " --- > cerr << " o The is no enough free space, I need a bigger abutment box ......" << endl; > cerr << " o There are still " 437,441d450 < // set positions of connectors in case of no ioc file < if (_placeCons) GenerateConsPlacement(); < < // set positions of connectors when ioc file is given < if (_iocFile) SetPosIocFile(pconmap); 1156,1157c1165,1166 < if (Width % 5 != 0) { < cout << "ERROR : abutment box's width must be a multiple of 5 lambda" --- > if (Width % PITCH != 0) { > cout << "ERROR : abutment box's width must be a multiple of 5 lambdas" 1162,1163c1171,1172 < if (Height % 50 != 0) { < cout << "ERROR : abutment box's height must be a multiple of 5 lambda" --- > if (Height % (PITCH * ROWHEIGHT) != 0) { > cout << "ERROR : abutment box's height must be a multiple of 50 lambdas" =================================================================== Ce message est envoyé au personnes abonnées à alliance-programmers Pour plus d'information sur cette mailling-list, visitez : http://www-asim.lip6.fr/alliance/mailing-lists/