remove scale factor

This commit is contained in:
Miodrag Milanovic 2024-07-08 10:11:49 +02:00
parent ca214d4d5d
commit bcb2a4a7df

View File

@ -391,8 +391,6 @@ void NgUltraImpl::postRoute()
void NgUltraImpl::configurePlacerHeap(PlacerHeapCfg &cfg)
{
cfg.hpwl_scale_x = 2;
cfg.hpwl_scale_y = 1;
cfg.beta = 0.5;
cfg.placeAllAtOnce = true;
}