diff options
Diffstat (limited to 'ice40/arch.h')
-rw-r--r-- | ice40/arch.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ice40/arch.h b/ice40/arch.h index 0af0a5dd..02519252 100644 --- a/ice40/arch.h +++ b/ice40/arch.h @@ -782,15 +782,6 @@ struct Arch : BaseCtx return range; } - PipRange getWireAliases(WireId wire) const - { - PipRange range; - NPNR_ASSERT(wire != WireId()); - range.b.cursor = nullptr; - range.e.cursor = nullptr; - return range; - } - BelId getPackagePinBel(const std::string &pin) const; std::string getBelPackagePin(BelId bel) const; |