aboutsummaryrefslogtreecommitdiffstats
path: root/generic/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/arch.h')
-rw-r--r--generic/arch.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/generic/arch.h b/generic/arch.h
index e650906d..a77dca68 100644
--- a/generic/arch.h
+++ b/generic/arch.h
@@ -148,8 +148,6 @@ struct Arch : BaseCtx
BelType getBelType(BelId bel) const;
WireId getBelPinWire(BelId bel, PortPin pin) const;
PortType getBelPinType(BelId bel, PortPin pin) const;
- BelPin getBelPinUphill(WireId wire) const NPNR_DEPRECATED;
- const std::vector<BelPin> &getBelPinsDownhill(WireId wire) const NPNR_DEPRECATED;
std::vector<PortPin> getBelPins(BelId bel) const;
WireId getWireByName(IdString name) const;