diff --git a/xc7/arch.cc b/xc7/arch.cc index 4ef66aa7..c47f7cc2 100644 --- a/xc7/arch.cc +++ b/xc7/arch.cc @@ -296,6 +296,7 @@ std::vector TorcInfo::construct_pip_to_arc(const std::vector &wir if (tw.isUndefined()) continue; arcs.clear(); + // TODO // const_cast(ddb).expandSegmentSources(tw, arcs, DDB::eExpandDirectionNone, false /* inUseTied */, true // /*inUseRegular */, true /* inUseIrregular */, false /* inUseRoutethrough */);