summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2015-08-14Add Vec tests. Do a better job of generating widths.Henry Cook
2015-08-14added MulLookup and Tbl testsHenry Cook
2015-08-13add decoder testHenry Cook
2015-08-13Counter testsHenry Cook
2015-08-13complexassign testHenry Cook
2015-08-13testing improvementsHenry Cook
2015-08-13fun with ##Henry Cook
2015-08-13minor tweaksHenry Cook
2015-08-13Use chiselTests package; add copyright notice.Jim Lawson
2015-08-13rename package (lowercase)Jim Lawson
2015-08-12being to convert tests to scala-test; tests compile and runHenry Cook
2015-08-11Get tests closer to compilingAndrew Waterman
2015-08-02Make tests compile againHenry Cook
2015-07-24Undo doCloneType; fix collectElts shenanigansAndrew Waterman
2015-07-24rename cloneType -> doCloneTypeJim Lawson
2015-07-24Restore Vec() factory signature; replace MInt with BitPat.Jim Lawson
2015-07-24Incorporate chisel3-tests; update Makefile.Jim Lawson