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:
@@ -187,8 +187,8 @@ void GateMateImpl::postPlace() { repack(); }
|
||||
void GateMateImpl::preRoute()
|
||||
{
|
||||
ctx->assignArchInfo();
|
||||
route_clock();
|
||||
route_mult();
|
||||
route_clock();
|
||||
}
|
||||
|
||||
void GateMateImpl::postRoute()
|
||||
|
||||
Reference in New Issue
Block a user