In AutoSegment::canMoveUp(), increase to 2 the added penalty under FlexLib.
This commit is contained in:
parent
decc4745d2
commit
79f5b3db08
|
@ -2104,7 +2104,7 @@ namespace Anabatic {
|
||||||
cdebug_log(159,0) << "AutoSegment::canMoveUp() " << flags
|
cdebug_log(159,0) << "AutoSegment::canMoveUp() " << flags
|
||||||
<< " (reserve:" << reserve << ") " << this << endl;
|
<< " (reserve:" << reserve << ") " << this << endl;
|
||||||
if (Session::getRoutingGauge()->getName() == "FlexLib")
|
if (Session::getRoutingGauge()->getName() == "FlexLib")
|
||||||
reserve += 1.0;
|
reserve += 2.0;
|
||||||
|
|
||||||
bool nLowDensity = true;
|
bool nLowDensity = true;
|
||||||
bool nLowUpDensity = true;
|
bool nLowUpDensity = true;
|
||||||
|
|
Loading…
Reference in New Issue