mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-02-19 22:15:45 +00:00
Merge pull request #685 from YosysHQ/gatecat/nexus-routing
nexus: Enable placeAllAtOnce
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user