Re-enable routing

This commit is contained in:
Eddie Hung 2018-09-03 22:24:59 -07:00
parent 3a5665c1cb
commit 2eeb59d9f1

View File

@ -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())); }
// -----------------------------------------------------------------------