mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-04-29 13:22:05 +00:00
compile fix
This commit is contained in:
@@ -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()); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user