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

Use LLVM for optimizing function calls #174

Closed WorldofKerry closed 11 months ago

WorldofKerry commented 11 months ago

Refer to #135 for potential solutions.

WorldofKerry commented 11 months ago

Might no be ideal, as "sequential" code could be optimized to "combinational".