OpenROAD icon indicating copy to clipboard operation
OpenROAD copied to clipboard

megaboom global placement takes 3 hours

Open oharboe opened this issue 1 year ago • 2 comments

Description

This is the megaboom test-case, in case it is useful...

untar https://drive.google.com/file/d/187o-cj4575guAmgYxNS4v7XYCVtmDcAd/view?usp=sharing

./run-me-BoomTile-asap7-base.sh
$ grep GPL_ vars-BoomTile-asap7-base.sh 
export GPL_ROUTABILITY_DRIVEN="0"
export GPL_TIMING_DRIVEN="1"

Suggested Solution

Make it faster...

Additional Context

No response

oharboe avatar Jul 30 '24 11:07 oharboe

Trying to disable timing driven placement here to see what happens... https://github.com/The-OpenROAD-Project/megaboom/pull/71

oharboe avatar Jul 30 '24 11:07 oharboe

Hi @oharboe, I noticed you disabled routability driven, it should not be a bottleneck anymore because now we use RUDY instead of fastroute. Although, I would expect timing driven to be slow because of rsz calls to repair design.

I am currently working on some changes in timing driven, but these changes should not reduce runtime, at least for now.

gudeh avatar Jul 30 '24 13:07 gudeh