kevinpt / symbolator

HDL symbol generator
https://kevinpt.github.io/symbolator
MIT License
175 stars 46 forks source link

VHDL is still case sensitive here (hdlparse on PyPI is not fully up-to-date) #15

Open gsmecher opened 3 years ago

gsmecher commented 3 years ago

It looks like hdlparse learned how to be case insensitive for VHDL code in 2018 (https://github.com/kevinpt/hdlparse/commits/master/hdlparse/vhdl_parser.py), but this version hasn't yet made it out to PyPI (https://pypi.org/project/hdlparse/).

Can you please push a 1.0.5 or equivalent release of hdlparse out to PyPI?