hammer
hammer copied to clipboard
LEF parser: MACRO corner case
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.
Resolution: Fix the parser and a unit test.