Skip to content

Conversation

@widlarizer
Copy link
Collaborator

This PR adds the sdc pass which implements the uninterpreted call graph and basic smart flattening with sdc -keep_hierarchy as described on Discourse by instrumenting an Tcl interpreter. The supported getter subset is get_pins, get_nets and get_ports that don't support wildcards or -of_objects. Non-getter commands are completely supported since they don't actually get interpreted. A simple test is included.

@widlarizer widlarizer requested a review from jix October 8, 2025 12:47
log(" Add keep_hierarchy attributes while retaining SDC validity.\n");
log("\n");
}
SdcPass() : Pass("sdc", "sniff at some SDC") { }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as funny as this is, perhaps you should change this before merging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants