diff --git a/katana/src/KatanaEngine.cpp b/katana/src/KatanaEngine.cpp index 871990f1..97f584c1 100644 --- a/katana/src/KatanaEngine.cpp +++ b/katana/src/KatanaEngine.cpp @@ -473,7 +473,7 @@ namespace Katana { for ( size_t depth=0 ; depth<_routingPlanes.size() ; ++depth ) { RoutingPlane* rp = _routingPlanes[depth]; - if (rp->getLayerGauge()->getType() == Constant::PinOnly) continue; + if (rp->getLayerGauge()->getType() != Constant::Default) continue; if (rp->getLayerGauge()->getDepth() > getConfiguration()->getAllowedDepth()) continue; int elementCapacity = 1;