diff options
Diffstat (limited to 'fpga_interchange/arch.h')
-rw-r--r-- | fpga_interchange/arch.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/fpga_interchange/arch.h b/fpga_interchange/arch.h index 1aa58761..638855cd 100644 --- a/fpga_interchange/arch.h +++ b/fpga_interchange/arch.h @@ -1357,17 +1357,6 @@ struct Arch : ArchAPI<ArchRanges> } } - // Whether or not a given cell can be placed at a given Bel - // This is not intended for Bel type checks, but finer-grained constraints - // such as conflicting set/reset signals, etc - bool isValidBelForCell(CellInfo *cell, BelId bel) const override - { - NPNR_ASSERT(isValidBelForCellType(cell->type, bel)); - - // FIXME: Implement this - return true; - } - // Return true whether all Bels at a given location are valid bool isBelLocationValid(BelId bel) const override { |