place_sa: Tweak weighting given to timing
Signed-off-by: David Shah <davey1576@gmail.com>
This commit is contained in:
parent
d7939f96e6
commit
f86a0d6c8c
@ -355,7 +355,7 @@ class SAPlacer
|
|||||||
}
|
}
|
||||||
wirelength =
|
wirelength =
|
||||||
wirelen_t((((ymax - ymin) + (xmax - xmin)) *
|
wirelen_t((((ymax - ymin) + (xmax - xmin)) *
|
||||||
std::min(3.0, (1.0 + std::exp(-worst_slack / 10)))));
|
std::min(5.0, (1.0 + std::exp(-worst_slack / 5)))));
|
||||||
return wirelength;
|
return wirelength;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user