Skip to content

Conversation

@nataliakokoromyti
Copy link

Adds support for stripping escaped characters from bus indices in SDC files.

Features:

  • Properly handles escaped brackets in bus specifications
  • Cleans up bus parsing
  • Improves compatibility with different bus naming conventions

Based on Silimate/OpenSTA implementation with upstream integration.

@jjcherry56
Copy link
Collaborator

Most of the changes have little to do with the title of the PR.
Remove those changes and provide a test case or example of what problem this is solving.

bool stripEscapedBus() const { return strip_escaped_bus_; }
void setStripEscapedBus(bool enable) { strip_escaped_bus_ = enable; }

>>>>>>> b140a217 (SDC strip escaped bus indices)
Copy link
Contributor

Choose a reason for hiding this comment

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

Looks like there's some merge artifacts that need to be removed as well.

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.

4 participants