From f333a68753655a4ccf7da9a4da96e7fdd19f9d08 Mon Sep 17 00:00:00 2001 From: Sergiusz Bazanski Date: Sat, 14 Jul 2018 11:25:38 +0100 Subject: Add read/mutate context stubs for ECP5 --- ice40/arch.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ice40') diff --git a/ice40/arch.h b/ice40/arch.h index f41990c3..cdee92e4 100644 --- a/ice40/arch.h +++ b/ice40/arch.h @@ -345,7 +345,6 @@ class Arch : public BaseCtx friend class ArchReadMethods; private: - // All of the following... std::vector bel_to_cell; std::vector wire_to_net; std::vector pip_to_net; @@ -633,15 +632,12 @@ class ArchReadMethods : public BaseReadCtx ArchReadMethods(const ArchReadMethods &other) : ArchReadMethods(other.parent_) {} /// Perform placement validity checks, returning false on failure (all implemented in arch_place.cc) - // 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; - // Return true whether all Bels at a given location are valid bool isBelLocationValid(BelId bel) const; - // Helper function for above bool logicCellsCompatible(const std::vector &cells) const; -- cgit v1.2.3