Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move analyze_power_grid to the end of the flow #1247

Closed
maliberty opened this issue Aug 2, 2022 · 0 comments · Fixed by #1255
Closed

move analyze_power_grid to the end of the flow #1247

maliberty opened this issue Aug 2, 2022 · 0 comments · Fixed by #1255
Labels
enhancement New feature or request

Comments

@maliberty
Copy link
Member

Description

analyze_power_grid should be called at the end of the flow. Currently it is called in pdn.tcl when no instances have been placed and generates meaningless results.

Environment

Latest version

Reproduction Material

Run any design, e.g. 'make test'

Expected behavior

A meaningful IR drop report

Logs

from 'make test'

[WARNING PSM-0071] Instance _506_ is not placed. Therefore, the power drawn by this instance is not considered for IR  drop estimation. Please run analyze_power_grid after instances are placed.
[INFO PSM-0064] Number of voltage sources = 1.
[INFO PSM-0040] All PDN stripes on net VPWR are connected.
########## IR report #################
Worstcase voltage: 1.80e+00 V
Average IR drop  : 1.04e-10 V
Worstcase IR drop: 2.59e-10 V
######################################
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants