ecp5: Reduce cfg.criticalityExponent for now

Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
David Shah 2019-06-21 10:20:46 +01:00
parent 29adacf18e
commit 7ae64b9477

View File

@ -512,7 +512,7 @@ bool Arch::place()
if (placer == "heap") { if (placer == "heap") {
PlacerHeapCfg cfg(getCtx()); PlacerHeapCfg cfg(getCtx());
cfg.criticalityExponent = 7; cfg.criticalityExponent = 4;
cfg.ioBufTypes.insert(id_TRELLIS_IO); cfg.ioBufTypes.insert(id_TRELLIS_IO);
if (!placer_heap(getCtx(), cfg)) if (!placer_heap(getCtx(), cfg))
return false; return false;