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

Redesign IR to use adjacency list #176

Open WorldofKerry opened 11 months ago

WorldofKerry commented 11 months ago

Makes traversal easier. In particular, being able to view the parents of nodes.