From 860cd7fd76d2530ee96e9e73adc6c884cf064879 Mon Sep 17 00:00:00 2001 From: Christophe Alexandre Date: Fri, 28 Jun 2002 13:25:56 +0000 Subject: [PATCH] affichage du nombre de nets. --- alliance/src/ocp/src/placer/PPlacement.cpp | 1 + 1 file changed, 1 insertion(+) 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