1
0
rocket-chip/src/main/scala/groundtest/TestHarness.scala

8 lines
196 B
Scala
Raw Normal View History

package groundtest
import Chisel._
import cde.Parameters
// !!! TODO: Replace with a groundtest-specific test harness
2016-09-17 02:47:31 +02:00
class TestHarness(implicit p: Parameters) extends rocketchip.TestHarness(p)