Chisel Debug Tests
A collection of small standalone Chisel generators to end-to-end test CIRCT's debug info emission.
- Use
sbt runto run all generators and produce output files inbuild/. - Set the
FIRTOOL_BINenvironment variable to specify a custom installation location offirtool; otherwise just looks forfirtoolin yourPATH. - The main function that executes all tests is in
src/main/scala/main.scala.