From ed8e3c83d97d775f912266c701ebf17e416cc50b Mon Sep 17 00:00:00 2001 From: "D. Shah" Date: Thu, 4 Feb 2021 11:21:16 +0000 Subject: Add default implementation of some range-returning functions Signed-off-by: D. Shah --- ecp5/arch.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'ecp5') diff --git a/ecp5/arch.h b/ecp5/arch.h index 705a9ebb..5ea5206b 100644 --- a/ecp5/arch.h +++ b/ecp5/arch.h @@ -602,12 +602,6 @@ struct Arch : ArchBase return id; } - std::vector> getBelAttrs(BelId) const override - { - std::vector> ret; - return ret; - } - WireId getBelPinWire(BelId bel, IdString pin) const override; BelPinRange getWireBelPins(WireId wire) const override @@ -704,12 +698,6 @@ struct Arch : ArchBase PipId getPipByName(IdStringList name) const override; IdStringList getPipName(PipId pip) const override; - std::vector> getPipAttrs(PipId) const - { - std::vector> ret; - return ret; - } - uint32_t getPipChecksum(PipId pip) const override { return pip.index; } void bindPip(PipId pip, NetInfo *net, PlaceStrength strength) override -- cgit v1.2.3