affichage du nombre de nets.
This commit is contained in:
parent
692294d504
commit
860cd7fd76
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue