Skip to content

Question about Automation #2172

Answered by donn
Pxx-X asked this question in Q&A
Discussion options

You must be logged in to vote

You can probably script it quite easily by modifying the flow but I think you need an X11 setup of some kind as OpenROAD dumps the heatmap from the GUI itself (@maliberty sanity check?)


With regards to the fixing of standard cell positions, there are sizing changes and buffer insertions from timing optimizations and design repair and those require re-legalization, so cells will most likely move. You may disable them by setting all of:

  • GLB_RESIZER_TIMING_OPTIMIZATIONS
  • GLB_RESIZER_DESIGN_OPTIMIZATIONS

to "0". However, this will likely not entirely alleviate the issue as re-legalization is performed after antenna insertion. We currently have no function to freeze the placements at any poi…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Pxx-X
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2170 on November 23, 2024 09:52.