aboutsummaryrefslogtreecommitdiffstats
path: root/fpga_interchange/site_arch.cc
diff options
context:
space:
mode:
Diffstat (limited to 'fpga_interchange/site_arch.cc')
-rw-r--r--fpga_interchange/site_arch.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/fpga_interchange/site_arch.cc b/fpga_interchange/site_arch.cc
index 9cf7fa0c..cdb627ca 100644
--- a/fpga_interchange/site_arch.cc
+++ b/fpga_interchange/site_arch.cc
@@ -271,14 +271,6 @@ SiteArch::SiteArch(const SiteInformation *site_info) : ctx(site_info->ctx), site
}
}
-SiteWire SiteArch::getBelPinWire(BelId bel, IdString pin) const
-{
- WireId wire = ctx->getBelPinWire(bel, pin);
- return SiteWire::make(site_info, wire);
-}
-
-PortType SiteArch::getBelPinType(BelId bel, IdString pin) const { return ctx->getBelPinType(bel, pin); }
-
const char *SiteArch::nameOfWire(const SiteWire &wire) const
{
switch (wire.type) {