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
Yosys 0.46+124 (git sha1 8c2d1a1, clang++ 11.1.0 -fPIC -O3)
macOS
Run yosys-filterlib on a .lib file containing a string-valued attribute, and use a rule set which doesn't filter said attribute away.
.lib
e.g.
date : "Wed Feb 22 14:30:32 2023" ; comment : "IHP Microelectronics GmbH, 2023" ;
The attribute roundtrips into parsable Liberty text
date : Wed Feb 22 14:30:32 2023 ; comment : IHP Microelectronics GmbH, 2023 ;
The text was updated successfully, but these errors were encountered:
widlarizer
Successfully merging a pull request may close this issue.
Version
Yosys 0.46+124 (git sha1 8c2d1a1, clang++ 11.1.0 -fPIC -O3)
On which OS did this happen?
macOS
Reproduction Steps
Run yosys-filterlib on a
.lib
file containing a string-valued attribute, and use a rule set which doesn't filter said attribute away.e.g.
Expected Behavior
The attribute roundtrips into parsable Liberty text
Actual Behavior
The text was updated successfully, but these errors were encountered: