mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-01-11 23:53:21 +00:00
add comment
This commit is contained in:
parent
1c332436c7
commit
44d2c3b755
@ -470,6 +470,7 @@ void GateMateImpl::postRoute()
|
||||
if (cell->getPort(port)) {
|
||||
NetInfo *net = cell->getPort(port);
|
||||
WireId src = ctx->getBelPinWire(cell->bel, port);
|
||||
// In current chip db real CPE input is max 4 pips away
|
||||
for (int i = 0; i < 4; i++) {
|
||||
if (net->wires.count(src)) {
|
||||
auto &p = net->wires.at(src);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user