chisel-tutorial icon indicating copy to clipboard operation
chisel-tutorial copied to clipboard

iotesters.Driver has deprecated in Chisel 3.5.3, should this tutorial changed to ChiselStage?

Open gerayking opened this issue 2 years ago • 0 comments

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)
  }
}

gerayking avatar Sep 10 '22 15:09 gerayking