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

Function return value type hints #84

Closed Haxrox closed 1 year ago

Haxrox commented 1 year ago

In addition to #83 , add type hints for values returned by functions

WorldofKerry commented 1 year ago

Will be done for future functions and added to old functions on an as-needed basis.