| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-12-11 | Add stop() in BasicTester as a replacement for io.done | ducky | |
| 2015-12-11 | Add support for printf and asserts, add testbench for asserts and printf | ducky | |
| 2015-12-11 | Merge pull request #64 from ucb-bar/optionablebundle | Adam Izraelevitz | |
| Add Option support in Bundle | |||
| 2015-12-10 | Add Option support in Bundle | ducky | |
| 2015-12-09 | Refactor testharness generation to create directories and have minimal API | ducky | |
| 2015-12-09 | Extend TesterDriver to optionally take in additional Verilog sources | ducky | |
| 2015-12-06 | Split internal and FIRRTL packages | ducky | |
| 2015-11-06 | Merge pull request #59 from ucb-bar/testing-improvements | Jim Lawson | |
| Further testing improvements | |||
| 2015-11-06 | added elaboration tests for remaining old Chisel3 examples | Henry Cook | |
| 2015-11-06 | Fixed bug that created Vec(Reg(...)) instead of Reg(Vec(...)) | azidar | |
| 2015-11-06 | Fix counter tests | Henry Cook | |
| 2015-11-04 | Merge pull request #56 from ucb-bar/stylefix | Jim Lawson | |
| Style fixes for test code | |||
| 2015-11-04 | Style fixes for test code, so we can go back down to zero style errors for tests | ducky | |
| 2015-11-04 | Fix Tbl.io | Henry Cook | |
| 2015-11-04 | Use elaborate for elaboration tests, not execute | Henry Cook | |
| 2015-11-04 | Supply smaller values for generatorDrivenConfig to reduce test time. | 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 | Fix stylistic issues and document standard Chisel generators | ducky | |
| 2015-10-23 | Add Scalaland unit tests for Reg | ducky | |
| 2015-10-23 | Whitespace scalastyle fixes for tests | ducky | |
| 2015-08-14 | more tests | Henry Cook | |
| 2015-08-14 | VecShiftReg test | Henry Cook | |
| 2015-08-14 | todo | Henry Cook | |
| 2015-08-14 | Add Vec tests. Do a better job of generating widths. | Henry Cook | |
| 2015-08-14 | added MulLookup and Tbl tests | Henry Cook | |
| 2015-08-13 | add decoder test | Henry Cook | |
| 2015-08-13 | Counter tests | Henry Cook | |
| 2015-08-13 | complexassign test | Henry Cook | |
| 2015-08-13 | testing improvements | Henry Cook | |
| 2015-08-13 | fun with ## | Henry Cook | |
| 2015-08-13 | minor tweaks | Henry Cook | |
| 2015-08-13 | Use chiselTests package; add copyright notice. | Jim Lawson | |
| 2015-08-13 | rename package (lowercase) | Jim Lawson | |
| 2015-08-12 | being to convert tests to scala-test; tests compile and run | Henry Cook | |
| 2015-08-11 | Get tests closer to compiling | Andrew Waterman | |
| 2015-08-02 | Make tests compile again | Henry Cook | |
| 2015-07-24 | Undo doCloneType; fix collectElts shenanigans | Andrew Waterman | |
| We now call collectElts when the module stack is popped, rather than having to do it all over the place. | |||
| 2015-07-24 | rename cloneType -> doCloneType | Jim Lawson | |
| 2015-07-24 | Restore Vec() factory signature; replace MInt with BitPat. | Jim Lawson | |
| 2015-07-24 | Incorporate chisel3-tests; update Makefile. | Jim Lawson | |
