aboutsummaryrefslogtreecommitdiffstats
path: root/dummy/arch_place.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dummy/arch_place.cc')
-rw-r--r--dummy/arch_place.cc10
1 files changed, 2 insertions, 8 deletions
diff --git a/dummy/arch_place.cc b/dummy/arch_place.cc
index 07ff53ae..4e712f6d 100644
--- a/dummy/arch_place.cc
+++ b/dummy/arch_place.cc
@@ -21,14 +21,8 @@
NEXTPNR_NAMESPACE_BEGIN
-bool isValidBelForCell(Design *design, CellInfo *cell, BelId bel)
-{
- return true;
-}
+bool isValidBelForCell(Context *ctx, CellInfo *cell, BelId bel) { return true; }
-bool isBelLocationValid(Design *design, BelId bel)
-{
- return true;
-}
+bool isBelLocationValid(Context *ctx, BelId bel) { return true; }
NEXTPNR_NAMESPACE_END