diff --git a/xc7/arch.cc b/xc7/arch.cc index 055f91c8..1c4bc99e 100644 --- a/xc7/arch.cc +++ b/xc7/arch.cc @@ -654,7 +654,7 @@ bool Arch::getBudgetOverride(const NetInfo *net_info, const PortRef &sink, delay bool Arch::place() { return placer1(getCtx(), Placer1Cfg(getCtx())); } -bool Arch::route() { return /*router1(getCtx(), Router1Cfg(getCtx()))*/ true; } +bool Arch::route() { return router1(getCtx(), Router1Cfg(getCtx())); } // -----------------------------------------------------------------------