compile fix
This commit is contained in:
parent
dc34d4c9ed
commit
7d5dba3ad3
@ -412,7 +412,7 @@ delay_t Arch::getBudgetOverride(const NetInfo *net_info, const PortRef &sink, de
|
|||||||
|
|
||||||
// ---------------------------------------------------------------
|
// ---------------------------------------------------------------
|
||||||
|
|
||||||
bool Arch::place() { return placer1(getCtx()\, Placer1Cfg()); }
|
bool Arch::place() { return placer1(getCtx(), Placer1Cfg()); }
|
||||||
|
|
||||||
bool Arch::route() { return router1(getCtx(), Router1Cfg()); }
|
bool Arch::route() { return router1(getCtx(), Router1Cfg()); }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user