We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is how a macro's pdn is defined:
define_pdn_grid \ -macro \ -default \ -name macro \ -starts_with POWER \ -halo "$::env(FP_PDN_HORIZONTAL_HALO) $::env(FP_PDN_VERTICAL_HALO)" add_pdn_connect \ -grid macro \ -layers "$::env(FP_PDN_LOWER_LAYER) $::env(FP_PDN_UPPER_LAYER)"
A macro doesn't necessarily have it's own internal pdn on FP_PDN_LOWER_LAYER.
FP_PDN_LOWER_LAYER
Create a separate variable defining a macro's pdn layer.
The text was updated successfully, but these errors were encountered:
Became relevant here #1768
Sorry, something went wrong.
No branches or pull requests
Prompt
This is how a macro's pdn is defined:
A macro doesn't necessarily have it's own internal pdn on
FP_PDN_LOWER_LAYER
.Proposal
Create a separate variable defining a macro's pdn layer.
The text was updated successfully, but these errors were encountered: