summaryrefslogtreecommitdiff
path: root/src/main/scala/Chisel/testers
diff options
context:
space:
mode:
authorAndrew Waterman2015-08-11 16:42:14 -0700
committerAndrew Waterman2015-08-11 16:42:14 -0700
commit462480ce7551855d8203352c60d1f2e3fbb203fa (patch)
tree182c98c40cc8036a375a67fc9f19287a5c5dfba3 /src/main/scala/Chisel/testers
parent920302b5af4a9545a5c42fb01bfaf200ac167cd2 (diff)
Get tests closer to compiling
Diffstat (limited to 'src/main/scala/Chisel/testers')
-rw-r--r--src/main/scala/Chisel/testers/Driver.scala5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/scala/Chisel/testers/Driver.scala b/src/main/scala/Chisel/testers/Driver.scala
index 294c77c1..69fddb41 100644
--- a/src/main/scala/Chisel/testers/Driver.scala
+++ b/src/main/scala/Chisel/testers/Driver.scala
@@ -97,3 +97,8 @@ object TesterDriver {
}
}
+
+// This should go away.
+object chiselMainTest {
+ def apply[T <: Module](args: Array[String], gen: () => T)(tester: T => Tester[T]): T = ???
+}