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
chipsalliance/chisel#3466 implements a new converter directly input Chisel IR from Scala to CIRCT by Java Panama framework.
Panama requires linking against CIRCT and MLIR libraries to work. For local, we can compile CIRCT ourselves, but for the CI test of Chisel, I think the best solution is download the binaries from somewhere, e.g. from the GitHub Release Page.
We can modify the CI script to compiling and uploading the static libraries, just like the firtool binary now.
The text was updated successfully, but these errors were encountered:
chipsalliance/chisel#3466 implements a new converter directly input Chisel IR from Scala to CIRCT by Java Panama framework.
Panama requires linking against CIRCT and MLIR libraries to work. For local, we can compile CIRCT ourselves, but for the CI test of Chisel, I think the best solution is download the binaries from somewhere, e.g. from the GitHub Release Page.
We can modify the CI script to compiling and uploading the static libraries, just like the
firtool
binary now.The text was updated successfully, but these errors were encountered: