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 for default parameters #179

Open WorldofKerry opened 11 months ago

WorldofKerry commented 11 months ago

e.g.

def func(a, b = 10):