From 0abe425675ae0cc550194171f1f15ec4058a05d6 Mon Sep 17 00:00:00 2001 From: gatecat Date: Sun, 25 Apr 2021 11:53:21 +0100 Subject: [PATCH] nexus: Enable placeAllAtOnce Signed-off-by: gatecat --- nexus/arch.cc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/nexus/arch.cc b/nexus/arch.cc index f804cdd9..08a9a4c2 100644 --- a/nexus/arch.cc +++ b/nexus/arch.cc @@ -632,10 +632,7 @@ bool Arch::place() cfg.ioBufTypes.insert(id_SEIO33_CORE); cfg.ioBufTypes.insert(id_SEIO18_CORE); cfg.ioBufTypes.insert(id_OSC_CORE); - cfg.cellGroups.emplace_back(); - cfg.cellGroups.back().insert({id_OXIDE_COMB}); - cfg.cellGroups.back().insert({id_OXIDE_FF}); - + cfg.placeAllAtOnce = true; cfg.beta = 0.5; cfg.criticalityExponent = 7; if (!placer_heap(getCtx(), cfg))