1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-04-25 20:01:22 +00:00

Multiplier routing needs priority over clocks

This commit is contained in:
Lofty
2025-08-02 14:00:25 +01:00
parent 0810a9a243
commit fe7546fda5

View File

@@ -187,8 +187,8 @@ void GateMateImpl::postPlace() { repack(); }
void GateMateImpl::preRoute()
{
ctx->assignArchInfo();
route_clock();
route_mult();
route_clock();
}
void GateMateImpl::postRoute()