summaryrefslogtreecommitdiff
path: root/src/main/scala/Chisel/CoreUtil.scala
AgeCommit message (Collapse)Author
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 support for printf and asserts, add testbench for asserts and printfducky