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

LEF parser: MACRO corner case #570

Open
harrisonliew opened this issue Apr 11, 2020 · 1 comment
Open

LEF parser: MACRO corner case #570

harrisonliew opened this issue Apr 11, 2020 · 1 comment
Labels
beginner PR Good for newcomers bug low priority Easy workaround exists, regular QoL issue

Comments

@harrisonliew
Copy link
Contributor

There's a bug in the LEF parser in that it can't handle the word MACRO outside of the keyword MACRO. This error will manifest if some analog block was designed with its cell name containing the word MACRO, and then the user wants to generate a visualization, which runs the LEF parser.

@harrisonliew harrisonliew added bug low priority Easy workaround exists, regular QoL issue labels Apr 11, 2020
@colinschmidt
Copy link
Contributor

Resolution: Fix the parser and a unit test.

@colinschmidt colinschmidt added the beginner PR Good for newcomers label Oct 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beginner PR Good for newcomers bug low priority Easy workaround exists, regular QoL issue
Projects
None yet
Development

No branches or pull requests

2 participants