<@U018LA3KZCJ> <@U0268926L04> Hello!! The detail_p...
# openroad
p
@Matt Liberty @Vijayan Krishnan Hello!! The detail_place.tcl file in ORFS has a block of code where I could see -max_displacement this was passed to improve_placement. As per the Openroad documentation max_displacement is a variable passed to detail_placement. What is improve_placement and what does it do?
m
improve_placement takes a legalized placement and tries to move instances around while keeping it legalized and reducing wire length through various methods
p
Got it 👍