From 79f5b3db0810f336080e7a6a23742e5d642708f8 Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Sat, 24 Apr 2021 12:55:47 +0200 Subject: [PATCH] In AutoSegment::canMoveUp(), increase to 2 the added penalty under FlexLib. --- anabatic/src/AutoSegment.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anabatic/src/AutoSegment.cpp b/anabatic/src/AutoSegment.cpp index 55dcadc7..82e354ea 100644 --- a/anabatic/src/AutoSegment.cpp +++ b/anabatic/src/AutoSegment.cpp @@ -2104,7 +2104,7 @@ namespace Anabatic { cdebug_log(159,0) << "AutoSegment::canMoveUp() " << flags << " (reserve:" << reserve << ") " << this << endl; if (Session::getRoutingGauge()->getName() == "FlexLib") - reserve += 1.0; + reserve += 2.0; bool nLowDensity = true; bool nLowUpDensity = true;