Skip to content

Commit

Permalink
Revert "nexus: Enable placeAllAtOnce"
Browse files Browse the repository at this point in the history
This reverts commit 0abe425.
  • Loading branch information
gatecat committed May 6, 2021
1 parent c322cda commit ae8a910
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nexus/arch.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit ae8a910

Please sign in to comment.