aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fpga_interchange/arch.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/fpga_interchange/arch.cc b/fpga_interchange/arch.cc
index 602f3913..ad4d90e8 100644
--- a/fpga_interchange/arch.cc
+++ b/fpga_interchange/arch.cc
@@ -1805,12 +1805,6 @@ bool Arch::checkPipAvailForNet(PipId pip, NetInfo *net) const
NPNR_ASSERT(src_wire_data.site == pip_data.site);
valid_pip = true;
}
-
- if (dst_wire_data.site == bel_data.site && src_wire_data.site == bel_data.site) {
- // This is site pip for the same site as the driver, allow
- // this site pip.
- valid_pip = true;
- }
}
}