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

Check Verilog names/variables for keywords #72

Open WorldofKerry opened 1 year ago

WorldofKerry commented 1 year ago

Otherwise, hard-to-decipher errors may occur. E.g., you can't have a module named "default" as that is a reserved keyword.