diff --git a/alliance/src/ocp/src/placer/PPlacement.cpp b/alliance/src/ocp/src/placer/PPlacement.cpp index 5ff6a161..9f330f26 100644 --- a/alliance/src/ocp/src/placer/PPlacement.cpp +++ b/alliance/src/ocp/src/placer/PPlacement.cpp @@ -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 of instances to place is .... " << _toPlaceInss.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