FEATURE: Add set_disable_clock_gating_check for cells, instances, and pins#465
Open
akashlevy wants to merge 2 commits into
Open
FEATURE: Add set_disable_clock_gating_check for cells, instances, and pins#465akashlevy wants to merge 2 commits into
set_disable_clock_gating_check for cells, instances, and pins#465akashlevy wants to merge 2 commits into
Conversation
Extends inferred clock-gating disable to Liberty cells, keeps set_disable_inferred_clock_gating as a compatibility alias, and writes the disables via write_sdc. Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
Author
|
Will add docs at the end. |
Co-authored-by: Cursor <cursoragent@cursor.com>
set_disable_clock_gating_check for cells, instances, and pins
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
set_disable_clock_gating_check/unset_disable_clock_gating_checkaccepting Liberty cells, instances, ports, and pins.set_disable_inferred_clock_gatingas a compatibility alias.write_sdc.disable_clock_gating_checkregression.Motivation
Inferred clock-gating check disables previously only covered instances/pins and were not named consistently with SDC-style
set_disable_clock_gating_check. Cell-level disable is needed when all instances of a clock-gating cell should skip the check.Notes
Test plan
./regression disable_clock_gating_check(local)Made with Cursor