summaryrefslogtreecommitdiff
path: root/src/test/scala/chiselTests/Stop.scala
AgeCommit message (Collapse)Author
2017-03-08Deprecate old Reg with nulls constructor (#455)Richard Lin
2017-01-10Make stop() immediately end simulation for Verilator tests (#434)Jack Koenig
2016-06-20Rename "package", "import", and explicit references to "chisel3".Jim Lawson
2016-06-08Rename Chisel -> chisel in testsducky
2016-01-30Add BlackBox support and test, refactor execute => assertTesterPassesducky
2015-12-11Refactor tests to use stop() and assert() instead of io.error/io.doneducky
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
2015-12-11Add stop() in BasicTester as a replacement for io.doneducky