aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/arch_place.h
diff options
context:
space:
mode:
Diffstat (limited to 'ice40/arch_place.h')
-rw-r--r--ice40/arch_place.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ice40/arch_place.h b/ice40/arch_place.h
index 19b0635f..8f8ce806 100644
--- a/ice40/arch_place.h
+++ b/ice40/arch_place.h
@@ -26,6 +26,6 @@
// Whether or not a given cell can be placed at a given Bel
// This is not intended for Bel type checks, but finer-grained constraints
// such as conflicting set/reset signals, etc
-bool isValidBelForCell(Chip *chip, CellInfo *cell, BelId bel);
+bool isValidBelForCell(Design *design, CellInfo *cell, BelId bel);
#endif