aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/chip.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ice40/chip.cc')
-rw-r--r--ice40/chip.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ice40/chip.cc b/ice40/chip.cc
index 0caabe0c..3a79d65f 100644
--- a/ice40/chip.cc
+++ b/ice40/chip.cc
@@ -97,7 +97,7 @@ Chip::Chip(ChipArgs args) : args(args)
bel_to_cell.resize(chip_info.num_bels);
wire_to_net.resize(chip_info.num_wires);
pip_to_net.resize(chip_info.num_pips);
- pips_locked.resize(chip_info.num_pips);
+ switches_locked.resize(chip_info.num_switches);
}
// -----------------------------------------------------------------------