WorldofKerry / Python2Verilog

Transpiles a subset of Python functions into synthesizable SystemVerilog.
https://worldofkerry.github.io/Python2Verilog/
GNU General Public License v3.0
1 stars 0 forks source link

Support parsing of comments in the Python code #150

Closed WorldofKerry closed 9 months ago

WorldofKerry commented 9 months ago

Currently, the front-end throws an error.

WorldofKerry commented 9 months ago

Added in #151