From dbd072172f6312893e1922e48ed768ae0fab9a89 Mon Sep 17 00:00:00 2001 From: ducky Date: Fri, 11 Dec 2015 14:25:42 -0800 Subject: Refactor tests to use stop() and assert() instead of io.error/io.done Gate assert, printf, stop by reset Fix testbenches that never worked Change simulation prints to display cycle at which test was signaled to end, not when simulator stops Better documentation for Counter --- src/test/scala/chiselTests/Stop.scala | 1 - 1 file changed, 1 deletion(-) (limited to 'src/test/scala/chiselTests/Stop.scala') diff --git a/src/test/scala/chiselTests/Stop.scala b/src/test/scala/chiselTests/Stop.scala index 7ce9461b..4c1db1d6 100644 --- a/src/test/scala/chiselTests/Stop.scala +++ b/src/test/scala/chiselTests/Stop.scala @@ -7,7 +7,6 @@ import Chisel._ import Chisel.testers.BasicTester class StopTester() extends BasicTester { - io.done := Bool(false) stop() } -- cgit v1.2.3