Skip to content
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

yosys-filterlib misformats string values #4681

Closed
povik opened this issue Oct 23, 2024 · 0 comments · Fixed by #4728
Closed

yosys-filterlib misformats string values #4681

povik opened this issue Oct 23, 2024 · 0 comments · Fixed by #4728
Assignees
Labels
pending-verification This issue is pending verification and/or reproduction

Comments

@povik
Copy link
Member

povik commented Oct 23, 2024

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.

	date            : "Wed Feb 22 14:30:32 2023" ;
	comment         : "IHP Microelectronics GmbH, 2023" ;

Expected Behavior

The attribute roundtrips into parsable Liberty text

Actual Behavior

  date : Wed Feb 22 14:30:32 2023 ;
  comment : IHP Microelectronics GmbH, 2023 ;
@povik povik added the pending-verification This issue is pending verification and/or reproduction label Oct 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pending-verification This issue is pending verification and/or reproduction
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants