You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the process of translating a top-level DFCxx kernel is hidden behind .compile-method. All optimizations, as well as scheduling, cannot be accessed without calling .compile-method.
In #22 it was proposed to add more output formats, so DFCxx -> SystemVerilog translation pipeline has to be either fragmented or parametrizable to produce different artifacts.
The text was updated successfully, but these errors were encountered:
ssmolov
changed the title
Fragment or parametrize DFCxx -> SystemVerilog translation pipeline
Fragment or parameterize DFCxx -> SystemVerilog translation pipeline
Jul 1, 2024
Currently the process of translating a top-level DFCxx kernel is hidden behind
.compile
-method. All optimizations, as well as scheduling, cannot be accessed without calling.compile
-method.In #22 it was proposed to add more output formats, so DFCxx -> SystemVerilog translation pipeline has to be either fragmented or parametrizable to produce different artifacts.
The text was updated successfully, but these errors were encountered: