I noticed theres some nice SSA utils.
https://github.com/dominikh/go-tools/tree/master/ssa I am new to SSA, and was wondering if someone can advice me a bit on if i can use SSA to codegen ?? I am writing a FPGA generator, so that you can write golang code and have it execute on an FPGA. There are 2 or 3 libraries out there to help. synflow http://cx-lang.org/ https://github.com/synflow - the language is very similar to golang. - Unfortunately the communications code is closes: https://www.synflow.com/marketplace. It used to be open - The have abandoned the project too: http://cx-lang.org/roadmap Migen There is also the fantastic Migen, which is Python --> FHDL --> Verilog https://m-labs.hk/gateware.html https://github.com/m-labs/migen https://sourcegraph.com/github.com/m-labs/migen@master/-/blob/migen/build/__init__.py - this is more open. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.