hdl / pyHDLParser

Simple Python parser for extracting HDL (VHDL or Verilog) documentation
https://HDL.github.io/pyHDLParser
MIT License
17 stars 10 forks source link

Zhelnio's Fork default param extraction fails on 3.10 #3

Closed michael-etzkorn closed 2 years ago

michael-etzkorn commented 2 years ago

Just making a note that a colleague was using my script based on zhelnio's hdlparse (which vvvvere's forks off of). He downloaded python 3.10 to run it and the default parameters for the verilog module were all None.

michael-etzkorn commented 2 years ago

Seems like all the more reason to have dropped python2.7 support. vvvverre's migration to python 3 fixes this.