The following function call syntax is now supported
python
instance = create_generator(in0, in1)
for out0, out1 in instance:
yield out0
yield out1
What's Changed
* Improved comments in generated code by WorldofKerry in https://github.com/WorldofKerry/Python2Verilog/pull/133
* Implemented Function Call by WorldofKerry in https://github.com/WorldofKerry/Python2Verilog/pull/131
* Improved testing infastructure by WorldofKerry in https://github.com/WorldofKerry/Python2Verilog/pull/137
* Corrected function calls (performance hit) by WorldofKerry in https://github.com/WorldofKerry/Python2Verilog/pull/141
* Fixed optimizer on function calls and for loops by WorldofKerry in https://github.com/WorldofKerry/Python2Verilog/pull/143
**Full Changelog**: https://github.com/WorldofKerry/Python2Verilog/compare/v0.2.0...v0.2.1