Skip to content

Commit

Permalink
interchange: fix site-thru pip legality
Browse files Browse the repository at this point in the history
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
  • Loading branch information
acomodi committed May 6, 2021
1 parent ae8a910 commit a515193
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fpga_interchange/arch.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1811,6 +1811,8 @@ bool Arch::checkPipAvailForNet(PipId pip, NetInfo *net) const
auto &bel_data = bel_info(chip_info, user.cell->bel);
if (bel_data.site == pip_data.site) {
valid_pip = true;
} else {
valid_pip = false;
break;
}
}
Expand Down

0 comments on commit a515193

Please sign in to comment.