From 47eeda40bce5b520f1c5aafb52f5b4c11b799d60 Mon Sep 17 00:00:00 2001 From: David Shah Date: Tue, 12 Jun 2018 13:45:59 +0200 Subject: Implement the placement validity checker Signed-off-by: David Shah --- ice40/arch_place.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ice40') 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 -- cgit v1.2.3