summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2016-05-04Multiple assign testerducky
2016-05-04Rewrite BlackBox IO contract, replace _clock|_resetStephen Twigg
2016-04-26Replace deprecated usage in tests. Issue #149Jim Lawson
2016-04-18Add whenever method to TblSpec forall to weed out invalid test values.Jim Lawson
2016-04-15Test FIRRTL string literals more aggressivelyAndrew Waterman
2016-04-14Disallow Counters with negative nAndrew Waterman
2016-03-18Add test for assertions in modules with pipedlined resetjackkoenig
2016-03-18Only randomize directory names during testingjackkoenig
2016-02-25Fixed comment punctuation and made it clearer that using an init() method for...chick
2016-02-24Remove the assignment statements in EnqIO and DeqIO Bundle constructors.chick
2016-02-24Create a test that breaks because of assignment statements in DeqIO and EnqIO...chick
2016-02-22Fixed improper apostrophe in it's in TesterDriverSpec commentschick
2016-02-10TesterDriverSpec is simpler and cleaner, extraneous circuit has been removed.chick
2016-02-10The TesterDriverSpec has been made stronger by altering circuit in finish methodchick
2016-02-10Added some comments describing potential use of the finish method hookchick
2016-02-09fixed test for finish method being put in the wrong placechick
2016-02-09Added support for finish method of BasicTester to be overridden in a subclass...chick
2016-02-08Added a simple tests that DeqIO and EnqIO get their directions right and are ...chick
2016-01-30Add BlackBox support and test, refactor execute => assertTesterPassesducky
2016-01-28Fixed NoneOptionBundleTester to actually instantiate a module without an inpu...azidar
2016-01-28Merge branch 'master' into modrefactorAndrew Waterman
2016-01-28Merge branch 'master' into scalastyleAndrew Waterman
2016-01-27Add unit test for module deduplicationducky
2016-01-16Add When test and fix when / elsewhen / otherwise behaviorducky
2016-01-06Don't silence legitimate warnings - these println()s should be controlled by ...Jim Lawson
2016-01-05Scalastyle fixes - whitespace or comments only.Jim Lawson
2015-12-11Refactor tests to use stop() and assert() instead of io.error/io.doneducky
2015-12-11Add stop() in BasicTester as a replacement for io.doneducky
2015-12-11Add support for printf and asserts, add testbench for asserts and printfducky
2015-12-11Merge pull request #64 from ucb-bar/optionablebundleAdam Izraelevitz
2015-12-10Add Option support in Bundleducky
2015-12-09Refactor testharness generation to create directories and have minimal APIducky
2015-12-09Extend TesterDriver to optionally take in additional Verilog sourcesducky
2015-12-06Split internal and FIRRTL packagesducky
2015-11-06Merge pull request #59 from ucb-bar/testing-improvementsJim Lawson
2015-11-06added elaboration tests for remaining old Chisel3 examplesHenry Cook
2015-11-06Fixed bug that created Vec(Reg(...)) instead of Reg(Vec(...))azidar
2015-11-06Fix counter testsHenry Cook
2015-11-04Merge pull request #56 from ucb-bar/stylefixJim Lawson
2015-11-04Style fixes for test code, so we can go back down to zero style errors for testsducky
2015-11-04Fix Tbl.ioHenry Cook
2015-11-04Use elaborate for elaboration tests, not executeHenry Cook
2015-11-04Supply smaller values for generatorDrivenConfig to reduce test time.Henry Cook
2015-11-04Remove Parameters library and refactor Driver.Henry Cook
2015-10-23Fix stylistic issues and document standard Chisel generatorsducky
2015-10-23Add Scalaland unit tests for Regducky
2015-10-23Whitespace scalastyle fixes for testsducky
2015-08-14more testsHenry Cook
2015-08-14VecShiftReg testHenry Cook
2015-08-14todoHenry Cook