From ff9d6b4f89c6b2d92326ce821d045cb1875a7999 Mon Sep 17 00:00:00 2001 From: David Shah Date: Tue, 26 Nov 2019 10:03:28 +0000 Subject: ice40: Make HeAP the default placer Signed-off-by: David Shah --- ice40/arch.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ice40/arch.cc b/ice40/arch.cc index cc50cb68..0f8e5969 100644 --- a/ice40/arch.cc +++ b/ice40/arch.cc @@ -1245,7 +1245,11 @@ void Arch::assignCellInfo(CellInfo *cell) } } +#ifdef WITH_HEAP +const std::string Arch::defaultPlacer = "heap"; +#else const std::string Arch::defaultPlacer = "sa"; +#endif const std::vector Arch::availablePlacers = {"sa", #ifdef WITH_HEAP -- cgit v1.2.3