affichage du nombre de nets.

This commit is contained in:
Christophe Alexandre 2002-06-28 13:25:56 +00:00
parent 692294d504
commit 860cd7fd76
1 changed files with 1 additions and 0 deletions

View File

@ -331,6 +331,7 @@ PPlacement::Init(lofig* fig, int NbRows)
cout << " o Number total of instances is .... " << _fixedInss.size()+ _toPlaceInss.size() << endl; cout << " o Number total of instances is .... " << _fixedInss.size()+ _toPlaceInss.size() << endl;
cout << " o Number of instances to place is .... " << _toPlaceInss.size() << endl; cout << " o Number of instances to place is .... " << _toPlaceInss.size() << endl;
cout << " o Number of instances already placed is .... " << _fixedInss.size() << endl; cout << " o Number of instances already placed is .... " << _fixedInss.size() << endl;
cout << " o Number of nets is .... " << _nets.size() << endl;
} }
// getting NetList Caracteristics // getting NetList Caracteristics