-
Notifications
You must be signed in to change notification settings - Fork 51
Strip escaped bus feature #345
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
base: master
Are you sure you want to change the base?
Strip escaped bus feature #345
Conversation
|
Most of the changes have little to do with the title of the PR. |
include/sta/Variables.hh
Outdated
| bool stripEscapedBus() const { return strip_escaped_bus_; } | ||
| void setStripEscapedBus(bool enable) { strip_escaped_bus_ = enable; } | ||
|
|
||
| >>>>>>> b140a217 (SDC strip escaped bus indices) |
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.
Looks like there's some merge artifacts that need to be removed as well.
|
It is still unclear what problem this is trying to solve, but I am pretty certain SdcNetwork is where the escaping issues belong, not in PatternMatch, and not with a varaiable to control them. |
Adds support for stripping escaped characters from bus indices in SDC files.
Features: