* ./katabatic:
- New: In LoadGrByNet, display the design saturation (informative).
This commit is contained in:
parent
10de86a8dc
commit
660c4fde49
|
@ -2297,6 +2297,8 @@ namespace Katabatic {
|
||||||
{
|
{
|
||||||
cmess1 << " o Loading Nets global routing from Knik." << endl;
|
cmess1 << " o Loading Nets global routing from Knik." << endl;
|
||||||
|
|
||||||
|
cout << Dots::asDouble(" - Saturation",getMeasure<double>(getCell(),"Sat.")->getData()) << endl;
|
||||||
|
|
||||||
startMeasures ();
|
startMeasures ();
|
||||||
Session::open ( this );
|
Session::open ( this );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue