aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/arch_pack_io.cc
diff options
context:
space:
mode:
authorKeith Rothman <537074+litghost@users.noreply.github.com>2021-02-16 09:45:43 -0800
committerKeith Rothman <537074+litghost@users.noreply.github.com>2021-02-17 12:03:16 -0800
commitc385321248c2bd181d42b7ce7a2f60baa365aa8d (patch)
treedfa19555d2bee253f20aff2b34cfdbe0bf624719 /fpga_interchange/arch_pack_io.cc
parenta7421399f776ed9aebfa7b940bbaf5f327244f17 (diff)
downloadnextpnr-c385321248c2bd181d42b7ce7a2f60baa365aa8d.tar.gz
nextpnr-c385321248c2bd181d42b7ce7a2f60baa365aa8d.tar.bz2
nextpnr-c385321248c2bd181d42b7ce7a2f60baa365aa8d.zip
Add initial site router.
This site router likely cannot handle the full problem space. It may need to be replaced with a more generalize approach as testing continues. Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
Diffstat (limited to 'fpga_interchange/arch_pack_io.cc')
-rw-r--r--fpga_interchange/arch_pack_io.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpga_interchange/arch_pack_io.cc b/fpga_interchange/arch_pack_io.cc
index cc1cfb93..16d0d05f 100644
--- a/fpga_interchange/arch_pack_io.cc
+++ b/fpga_interchange/arch_pack_io.cc
@@ -207,7 +207,7 @@ void Arch::pack_ports()
for (CellInfo *cell : placed_cells) {
NPNR_ASSERT(cell->bel != BelId());
- NPNR_ASSERT(isValidBelForCell(cell, cell->bel));
+ NPNR_ASSERT(isBelLocationValid(cell->bel));
}
}
}