aboutsummaryrefslogtreecommitdiffstats
path: root/ecp5/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'ecp5/arch.h')
-rw-r--r--ecp5/arch.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/ecp5/arch.h b/ecp5/arch.h
index 8c7e13e4..ecf653fc 100644
--- a/ecp5/arch.h
+++ b/ecp5/arch.h
@@ -886,15 +886,6 @@ struct Arch : BaseCtx
return range;
}
- PipRange getWireAliases(WireId wire) const
- {
- PipRange range;
- NPNR_ASSERT(wire != WireId());
- range.b.cursor = nullptr;
- range.e.cursor = nullptr;
- return range;
- }
-
std::string getPipTilename(PipId pip) const
{
auto &tileloc = chip_info->tile_info[pip.location.y * chip_info->width + pip.location.x];