ecp5: Reduce cfg.criticalityExponent for now
Signed-off-by: David Shah <dave@ds0.me>
This commit is contained in:
parent
29adacf18e
commit
7ae64b9477
@ -512,7 +512,7 @@ bool Arch::place()
|
||||
|
||||
if (placer == "heap") {
|
||||
PlacerHeapCfg cfg(getCtx());
|
||||
cfg.criticalityExponent = 7;
|
||||
cfg.criticalityExponent = 4;
|
||||
cfg.ioBufTypes.insert(id_TRELLIS_IO);
|
||||
if (!placer_heap(getCtx(), cfg))
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user