| Age | Commit message (Expand) | Author |
| 2016-06-21 | New Module, IO, Input/Output wrapping. | Jim Lawson |
| 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-06-06 | Changed deprecation warning for Data#toBits to recommend asUInt instead becau... | chick |
| 2016-06-01 | Fix a fairly serious bug whereby Vec's could incorrectly compare as equal (#204) | Wesley W. Terpstra |
| 2016-05-20 | Update BackendCompilationUtilities.verilogToCpp to specify top-module | jackkoenig |
| 2016-05-04 | Multiple assign tester | ducky |
| 2016-05-04 | Rewrite BlackBox IO contract, replace _clock|_reset | Stephen Twigg |
| 2016-04-26 | Replace deprecated usage in tests. Issue #149 | Jim Lawson |
| 2016-04-18 | Add whenever method to TblSpec forall to weed out invalid test values. | Jim Lawson |
| 2016-04-15 | Test FIRRTL string literals more aggressively | Andrew Waterman |
| 2016-04-14 | Disallow Counters with negative n | Andrew Waterman |
| 2016-03-18 | Add test for assertions in modules with pipedlined reset | jackkoenig |
| 2016-03-18 | Only randomize directory names during testing | jackkoenig |
| 2016-02-25 | Fixed comment punctuation and made it clearer that using an init() method for... | chick |
| 2016-02-24 | Remove the assignment statements in EnqIO and DeqIO Bundle constructors. | chick |
| 2016-02-24 | Create a test that breaks because of assignment statements in DeqIO and EnqIO... | chick |
| 2016-02-22 | Fixed improper apostrophe in it's in TesterDriverSpec comments | chick |
| 2016-02-10 | TesterDriverSpec is simpler and cleaner, extraneous circuit has been removed. | chick |
| 2016-02-10 | The TesterDriverSpec has been made stronger by altering circuit in finish method | chick |
| 2016-02-10 | Added some comments describing potential use of the finish method hook | chick |
| 2016-02-09 | fixed test for finish method being put in the wrong place | chick |
| 2016-02-09 | Added support for finish method of BasicTester to be overridden in a subclass... | chick |
| 2016-02-08 | Added a simple tests that DeqIO and EnqIO get their directions right and are ... | chick |
| 2016-01-30 | Add BlackBox support and test, refactor execute => assertTesterPasses | ducky |
| 2016-01-28 | Fixed NoneOptionBundleTester to actually instantiate a module without an inpu... | azidar |
| 2016-01-28 | Merge branch 'master' into modrefactor | Andrew Waterman |
| 2016-01-28 | Merge branch 'master' into scalastyle | Andrew Waterman |
| 2016-01-27 | Add unit test for module deduplication | ducky |
| 2016-01-16 | Add When test and fix when / elsewhen / otherwise behavior | ducky |
| 2016-01-06 | Don't silence legitimate warnings - these println()s should be controlled by ... | Jim Lawson |
| 2016-01-05 | Scalastyle fixes - whitespace or comments only. | Jim Lawson |
| 2015-12-11 | Refactor tests to use stop() and assert() instead of io.error/io.done | ducky |
| 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 |
| 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 |
| 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 |
| 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 |