Re-enable routing
This commit is contained in:
parent
3a5665c1cb
commit
2eeb59d9f1
@ -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())); }
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user