Can Dynamatic be used for generating Verilog? #75
-
Hi everyone, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi! Thanks for reaching out! We have plans to support Verilog in the near future yes. I am in fact currently working on a new RTL backend that will be able to produce the "glue" RTL code (i.e., the "top-level netlist" connecting standard dataflow components with dataflow channels to implement the compiled kernel) in both VHDL and Verilog. Then we will port our standard dataflow components' Verilog implementations from the LLVM-IR-based version of Dynamatic. This will allow us to produce dataflow circuits fully in Verilog :) |
Beta Was this translation helpful? Give feedback.
Hi! Thanks for reaching out!
We have plans to support Verilog in the near future yes. I am in fact currently working on a new RTL backend that will be able to produce the "glue" RTL code (i.e., the "top-level netlist" connecting standard dataflow components with dataflow channels to implement the compiled kernel) in both VHDL and Verilog. Then we will port our standard dataflow components' Verilog implementations from the LLVM-IR-based version of Dynamatic. This will allow us to produce dataflow circuits fully in Verilog :)