From fa3e390e5fe07412a3cd29e740c5a90f323c75fb Mon Sep 17 00:00:00 2001 From: Eddie Hung Date: Tue, 20 Nov 2018 14:43:21 -0800 Subject: [PATCH] Add TODO --- xc7/arch.cc | 1 + 1 file changed, 1 insertion(+) 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 */);