hammer icon indicating copy to clipboard operation
hammer copied to clipboard

LEF parser: MACRO corner case

Open harrisonliew opened this issue 5 years ago • 1 comments

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 avatar Apr 11 '20 05:04 harrisonliew

Resolution: Fix the parser and a unit test.

colinschmidt avatar Oct 06 '20 17:10 colinschmidt