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

Improve User Experience #78

Closed WorldofKerry closed 1 year ago

WorldofKerry commented 1 year ago

Allow user to have the testbenches directly in the python file. That is they instantiate the generator. The parser then can get hints from the inputs. Perhaps look at decorators for forcing specific data types?