aboutsummaryrefslogtreecommitdiffstats
path: root/machxo2/arch.cc
diff options
context:
space:
mode:
Diffstat (limited to 'machxo2/arch.cc')
-rw-r--r--machxo2/arch.cc6
1 files changed, 1 insertions, 5 deletions
diff --git a/machxo2/arch.cc b/machxo2/arch.cc
index 0a3f345f..431fcc88 100644
--- a/machxo2/arch.cc
+++ b/machxo2/arch.cc
@@ -116,7 +116,7 @@ BelId Arch::getBelByName(IdString name) const
return BelId();
}
-IdString Arch::getBelName(BelId bel) const { return bel; }
+IdString Arch::getBelName(BelId bel) const { return IdString(); }
Loc Arch::getBelLocation(BelId bel) const
{
@@ -154,10 +154,6 @@ CellInfo *Arch::getBoundBelCell(BelId bel) const { return nullptr; }
CellInfo *Arch::getConflictingBelCell(BelId bel) const { return nullptr; }
-const std::vector<BelId> &Arch::getBels() const { return bel_id_dummy; }
-
-IdString Arch::getBelType(BelId bel) const { return IdString(); }
-
const std::map<IdString, std::string> &Arch::getBelAttrs(BelId bel) const { return attrs_dummy; }
WireId Arch::getBelPinWire(BelId bel, IdString pin) const