mirror of https://github.com/YosysHQ/nextpnr.git
Multiplier routing needs priority over clocks
This commit is contained in:
parent
0810a9a243
commit
fe7546fda5
|
|
@ -187,8 +187,8 @@ void GateMateImpl::postPlace() { repack(); }
|
|||
void GateMateImpl::preRoute()
|
||||
{
|
||||
ctx->assignArchInfo();
|
||||
route_clock();
|
||||
route_mult();
|
||||
route_clock();
|
||||
}
|
||||
|
||||
void GateMateImpl::postRoute()
|
||||
|
|
|
|||
Loading…
Reference in New Issue