-
Notifications
You must be signed in to change notification settings - Fork 597
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
psm: add check for bterms option #6584
psm: add check for bterms option #6584
Conversation
Signed-off-by: Peter Gadfort <[email protected]>
Signed-off-by: Peter Gadfort <[email protected]>
clang-tidy review says "All clean, LGTM! 👍" |
Signed-off-by: Peter Gadfort <[email protected]>
Signed-off-by: Peter Gadfort <[email protected]>
Signed-off-by: Peter Gadfort <[email protected]>
clang-tidy review says "All clean, LGTM! 👍" |
@maliberty I switched the polarity of the flag so it will fail by default if bpins are not found. |
@@ -10,5 +10,5 @@ set voltage_file [make_result_file gcd_test_vdd-voltage.rpt] | |||
set_pdnsim_inst_power -inst _440_ -power 1e-5 | |||
set_pdnsim_inst_power -inst _829_ -power 1e-5 | |||
|
|||
check_power_grid -net VDD | |||
check_power_grid -net VDD -dont_require_terminals |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a way we could generate the terminals rather than using the switch?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pdngen can generate them if it's setup to do so, that is the correct place to do it, this is only a checker.
Adds:
check_power_grid