Merge pull request #685 from YosysHQ/gatecat/nexus-routing

nexus: Enable placeAllAtOnce
This commit is contained in:
gatecat 2021-04-25 12:46:14 +01:00 committed by GitHub
commit b7bf7c11a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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))