nextpnr/gowin
gatecat c7c13cd95f Remove isValidBelForCell
This Arch API dates from when we were first working out how to
implement placement validity checking, and in practice is little used by
the core parts of placer1/HeAP and the Arch implementation involves a
lot of duplication with isBelLocationValid.

In the short term; placement validity checking is better served by the
combination of checkBelAvail and isValidBelForCellType before placement;
followed by isBelLocationValid after placement (potentially after
moving/swapping multiple cells).

Longer term, removing this API makes things a bit cleaner for a new
validity checking API.

Signed-off-by: gatecat <gatecat@ds0.me>
2021-02-16 13:31:36 +00:00
..
arch_pybindings.cc clangformat 2020-12-30 16:49:55 +00:00
arch_pybindings.h Gowin target (#542) 2020-12-30 14:59:55 +00:00
arch.cc Remove isValidBelForCell 2021-02-16 13:31:36 +00:00
arch.h Remove isValidBelForCell 2021-02-16 13:31:36 +00:00
archdefs.h Rename Partition -> BelBucket. 2021-02-02 07:34:56 -08:00
cells.cc clangformat 2020-12-30 16:49:55 +00:00
cells.h Gowin target (#542) 2020-12-30 14:59:55 +00:00
CMakeLists.txt Gowin: Add GW1N-4 support 2021-01-03 19:45:00 +01:00
constids.inc Gowin target (#542) 2020-12-30 14:59:55 +00:00
family.cmake Gowin target (#542) 2020-12-30 14:59:55 +00:00
main.cc clangformat 2020-12-30 16:49:55 +00:00
pack.cc clangformat 2020-12-30 16:49:55 +00:00