aboutsummaryrefslogtreecommitdiffstats
path: root/gowin/arch.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gowin/arch.cc')
-rw-r--r--gowin/arch.cc10
1 files changed, 1 insertions, 9 deletions
diff --git a/gowin/arch.cc b/gowin/arch.cc
index 1629d653..042e7a62 100644
--- a/gowin/arch.cc
+++ b/gowin/arch.cc
@@ -2341,17 +2341,9 @@ bool Arch::isBelLocationValid(BelId bel, bool explain_invalid) const
return cellsCompatible(cells.data(), int(cells.size()));
}
-#ifdef WITH_HEAP
const std::string Arch::defaultPlacer = "heap";
-#else
-const std::string Arch::defaultPlacer = "sa";
-#endif
-const std::vector<std::string> Arch::availablePlacers = {"sa",
-#ifdef WITH_HEAP
- "heap"
-#endif
-};
+const std::vector<std::string> Arch::availablePlacers = {"sa", "heap"};
const std::string Arch::defaultRouter = "router1";
const std::vector<std::string> Arch::availableRouters = {"router1", "router2"};