diff options
Diffstat (limited to 'ecp5')
-rw-r--r-- | ecp5/arch.h | 12 |
1 files changed, 0 insertions, 12 deletions
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<ArchRanges> return id; } - std::vector<std::pair<IdString, std::string>> getBelAttrs(BelId) const override - { - std::vector<std::pair<IdString, std::string>> ret; - return ret; - } - WireId getBelPinWire(BelId bel, IdString pin) const override; BelPinRange getWireBelPins(WireId wire) const override @@ -704,12 +698,6 @@ struct Arch : ArchBase<ArchRanges> PipId getPipByName(IdStringList name) const override; IdStringList getPipName(PipId pip) const override; - std::vector<std::pair<IdString, std::string>> getPipAttrs(PipId) const - { - std::vector<std::pair<IdString, std::string>> ret; - return ret; - } - uint32_t getPipChecksum(PipId pip) const override { return pip.index; } void bindPip(PipId pip, NetInfo *net, PlaceStrength strength) override |