1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-04-29 13:22:05 +00:00

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