aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'ice40/arch.h')
-rw-r--r--ice40/arch.h9
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;