Multiplier routing needs priority over clocks

This commit is contained in:
Lofty 2025-08-02 14:00:25 +01:00
parent 0810a9a243
commit fe7546fda5
1 changed files with 1 additions and 1 deletions

View File

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