chisel-circt
chisel-circt copied to clipboard
Library to compile Chisel circuits using LLVM/MLIR (CIRCT)
The currently used setup-scala action is not maintained. This project should move to another action for Scala compile. See: https://twitter.com/olafurpg/status/1449448553068339205
I don't get these error messages from firtool displayed on the command line, only an exception dump when I run my design through chisel-circt: ``` circuit AptosNode : ^ :1:1:...
The error message from firtool is drowned out. The line with the actual error message is an ```[info]``` line: ``` [info] Running CIRCT: 'firtool -format=fir -warn-on-unprocessed-annotations -verify-each=false --lowering-options=disallowPackedArrays --split-verilog --dedup...
That way chisel-circt versions would be idempotent: check out a given version of chisel-circt and you get an exact version of the firtool.... As it is today, I get errors...