Merge fixes
This commit is contained in:
parent
001806f317
commit
6d17810dde
13
xc7/arch.cc
13
xc7/arch.cc
@ -648,18 +648,9 @@ bool Arch::getBudgetOverride(const NetInfo *net_info, const PortRef &sink, delay
|
|||||||
|
|
||||||
// -----------------------------------------------------------------------
|
// -----------------------------------------------------------------------
|
||||||
|
|
||||||
bool Arch::place()
|
bool Arch::place() { return placer1(getCtx(), Placer1Cfg(getCtx())); }
|
||||||
{
|
|
||||||
Placer1Cfg cfg;
|
|
||||||
cfg.constraintWeight = placer_constraintWeight;
|
|
||||||
return placer1(getCtx(), cfg);
|
|
||||||
}
|
|
||||||
|
|
||||||
bool Arch::route()
|
bool Arch::route() { return router1(getCtx(), Router1Cfg(getCtx())); }
|
||||||
{
|
|
||||||
Router1Cfg cfg;
|
|
||||||
return router1(getCtx(), cfg);
|
|
||||||
}
|
|
||||||
|
|
||||||
// -----------------------------------------------------------------------
|
// -----------------------------------------------------------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user