tag:github.com,2008:https://github.com/WorldofKerry/Python2Verilog/releases Tags from Python2Verilog 2023-10-23T00:01:04Z tag:github.com,2008:Repository/661580396/v0.4.2 2023-10-23T00:01:30Z Improved error messages <p>Reduced hardware usage with nested for loops (<a class="issue-link js-issue-link" href="https://github.com/WorldofKerry/Python2Verilog/pull/182">#182</a>)</p> <p>- Improved errors</p> WorldofKerry tag:github.com,2008:Repository/661580396/v0.4.1 2023-10-20T16:19:55Z Changed prefix of protocol signals and improved errors <p>Changed prefix of protocol signals (<a class="issue-link js-issue-link" href="https://github.com/WorldofKerry/Python2Verilog/pull/178">#178</a>)</p> <p>- Errors on using reserved names <br />- Removed MIT license disclaimer (as transpiled result has same license <br />as source)</p> WorldofKerry tag:github.com,2008:Repository/661580396/v0.4.0 2023-10-19T22:57:51Z Added for loop support without explicit instance variable WorldofKerry tag:github.com,2008:Repository/661580396/v0.3.0 2023-10-19T16:12:51Z Added support for non-generator functions <p>Added support for regular functions (<a class="issue-link js-issue-link" href="https://github.com/WorldofKerry/Python2Verilog/pull/172">#172</a>)</p> <p>- Added support for negative modulo <br />- Added support for `True` and `False`</p> WorldofKerry tag:github.com,2008:Repository/661580396/v0.2.10 2023-10-16T21:04:02Z Fixed potential bug with missing the done signal <p>Enhanced exclusive variables with exclusion group (<a class="issue-link js-issue-link" href="https://github.com/WorldofKerry/Python2Verilog/pull/168">#168</a>)</p> <p>- Exclusive variables now use an exclusion group (which can be shared <br />among exclusive variables)</p> WorldofKerry tag:github.com,2008:Repository/661580396/v0.2.9 2023-10-12T21:19:26Z Improved error messages <p>Improved error handling (<a class="issue-link js-issue-link" href="https://github.com/WorldofKerry/Python2Verilog/pull/165">#165</a>)</p> <p>- Type inference now more efficient (will only look at first value if <br />generator is not used) <br />- Better exceptions <br />- Hopefully removes matplotlib dependency</p> WorldofKerry tag:github.com,2008:Repository/661580396/v0.2.8 2023-10-11T21:09:15Z Added support for multi-target assign, `break` and `continue` statements WorldofKerry tag:github.com,2008:Repository/661580396/v0.2.6 2023-10-05T21:11:42Z Improved Optimizer <p>Remove Yield Node (<a class="issue-link js-issue-link" href="https://github.com/WorldofKerry/Python2Verilog/pull/159">#159</a>)</p> <p>- Improved optimizer, reducing cycles across the board</p> WorldofKerry tag:github.com,2008:Repository/661580396/v0.2.5 2023-10-04T18:17:50Z Fixed optimizer bug with optimizing function calls WorldofKerry tag:github.com,2008:Repository/661580396/v0.2.4 2023-10-03T16:18:27Z Fixed optimizer on nested for loops WorldofKerry