chisel-tutorial
chisel-tutorial copied to clipboard
iotesters.Driver has deprecated in Chisel 3.5.3, should this tutorial changed to ChiselStage?
For example in file hello.scala
object Hello {
def main(args: Array[String]): Unit = {
if (!Driver(() => new Hello())(c => new HelloTests(c))) System.exit(1)
}
}