Revert "nexus: Enable placeAllAtOnce"

This reverts commit 0abe425675.
This commit is contained in:
gatecat 2021-05-06 15:51:54 +01:00
parent c322cda3f8
commit ae8a910339

View File

@ -632,7 +632,10 @@ bool Arch::place()
cfg.ioBufTypes.insert(id_SEIO33_CORE);
cfg.ioBufTypes.insert(id_SEIO18_CORE);
cfg.ioBufTypes.insert(id_OSC_CORE);
cfg.placeAllAtOnce = true;
cfg.cellGroups.emplace_back();
cfg.cellGroups.back().insert({id_OXIDE_COMB});
cfg.cellGroups.back().insert({id_OXIDE_FF});
cfg.beta = 0.5;
cfg.criticalityExponent = 7;
if (!placer_heap(getCtx(), cfg))