mirror of https://github.com/YosysHQ/nextpnr.git
debug message
This commit is contained in:
parent
9c60256668
commit
041253f70d
|
|
@ -429,7 +429,7 @@ void GateMateImpl::postRoute()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
log_info("%d MUX8s used for routing\n", num);
|
log_info("%d MUX8s used for routing (should be %d)\n", num, int(cpe_bridges.size()));
|
||||||
#else
|
#else
|
||||||
for (auto &net : ctx->nets) {
|
for (auto &net : ctx->nets) {
|
||||||
NetInfo *ni = net.second.get();
|
NetInfo *ni = net.second.get();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue