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

Added support for multi-target assign #162

Closed WorldofKerry closed 12 months ago

WorldofKerry commented 12 months ago
WorldofKerry commented 12 months ago

Not sure if I should make CodegenConfig apart of Context class. Currently only the default CodegenConfig should be used by end users.

Haxrox commented 12 months ago

Not sure if I should make CodegenConfig apart of Context class. Currently only the default CodegenConfig should be used by end users.

I'm assuming CodegenConfig is something you pass into the Context class to configure optimizations, variable names, etc.

If Context is not being used by end users, I would keep them separated.