compile fix

This commit is contained in:
Miodrag Milanovic 2018-08-04 16:27:33 +02:00
parent dc34d4c9ed
commit 7d5dba3ad3

View File

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