From 2eeb59d9f13353fadbeb866b11938f04440b043f Mon Sep 17 00:00:00 2001 From: Eddie Hung Date: Mon, 3 Sep 2018 22:24:59 -0700 Subject: [PATCH] Re-enable routing --- xc7/arch.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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())); } // -----------------------------------------------------------------------