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

Replace backend #130

Open WorldofKerry opened 1 year ago

WorldofKerry commented 1 year ago

Is your feature request related to a problem? Please describe. Maintaining a separate code generator is quite a bit of work.

Describe the solution you'd like Any of the below:

Describe alternatives you've considered Continue building off of the current backend until code generation features that are deemed too complex are required.

Additional context May be challenging to convert the IR expressions to a format supported by these tools.

WorldofKerry commented 1 year ago

Their ASTs do not include inline comments, or "comment" nodes.