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.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dummy/arch_place.cc b/dummy/arch_place.cc
index 07ff53ae..4f3e2509 100644
--- a/dummy/arch_place.cc
+++ b/dummy/arch_place.cc
@@ -21,12 +21,12 @@
NEXTPNR_NAMESPACE_BEGIN
-bool isValidBelForCell(Design *design, CellInfo *cell, BelId bel)
+bool isValidBelForCell(Context *ctx, CellInfo *cell, BelId bel)
{
return true;
}
-bool isBelLocationValid(Design *design, BelId bel)
+bool isBelLocationValid(Context *ctx, BelId bel)
{
return true;
}