| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-03-08 | Deprecate old Reg with nulls constructor (#455) | Richard Lin | |
| 2016-11-21 | Fix all deprecations from new style | ducky | |
| 2016-11-21 | Restyle a lot of test code, mainly with regex | ducky | |
| 2016-06-20 | Rename "package", "import", and explicit references to "chisel3". | Jim Lawson | |
| 2016-06-08 | Move utils into utils | ducky | |
| 2016-06-08 | Rename Chisel -> chisel in tests | ducky | |
| 2016-04-14 | Disallow Counters with negative n | Andrew Waterman | |
| One could make an argument for disallowing n=0, too, but HW generators will benefit from our leniency. Closes #107. Thanks @jackkoenig | |||
| 2016-01-30 | Add BlackBox support and test, refactor execute => assertTesterPasses | ducky | |
| 2015-12-11 | Refactor tests to use stop() and assert() instead of io.error/io.done | ducky | |
| 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-11-06 | added elaboration tests for remaining old Chisel3 examples | Henry Cook | |
| 2015-11-06 | Fix counter tests | Henry Cook | |
| 2015-11-04 | Remove Parameters library and refactor Driver. | Henry Cook | |
| In addition to removing all the extraneous Driver invocations that created various top-level Parameters instances, this commit also lays the groundwork for stanza-firrtl/verilator based testing of Modules that extend BasicTester. The execution-based tests have been updated accordingly. They will only succeed if firrtl and verilator binaries have been installed. Further work is needed on individual tests to use assertions instead of .io.error. | |||
| 2015-10-23 | Whitespace scalastyle fixes for tests | ducky | |
| 2015-08-13 | Counter tests | Henry Cook | |
