nexus: Enable placeAllAtOnce
Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
parent
3fd1ee7757
commit
0abe425675
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user