aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'ice40/arch.h')
-rw-r--r--ice40/arch.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ice40/arch.h b/ice40/arch.h
index 74a1efcc..07c2582b 100644
--- a/ice40/arch.h
+++ b/ice40/arch.h
@@ -692,11 +692,6 @@ struct Arch : BaseCtx
bool checkPipAvail(PipId pip) const
{
assert(pip != PipId());
- if (args.type == ArchArgs::UP5K) {
- int x = chip_info->pip_data[pip.index].x;
- if (x == 0 || x == (chip_info->width - 1))
- return false;
- }
return switches_locked[chip_info->pip_data[pip.index].switch_index] ==
IdString();
}