summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-15flatten should return Seq[Bits], not Seq[UInt]Andrew Waterman
2016-01-12elaboration-time asserts should call Predef.assertAndrew Waterman
2016-01-12Catch yet another missing-cloneType caseAndrew Waterman
2016-01-11Merge pull request #88 from ucb-bar/mainAndrew Waterman
2016-01-11Add a dummy chiselMainPalmer Dabbelt
2016-01-04Merge pull request #83 from ucb-bar/bool-assertAndrew Waterman
2015-12-31Add assert(Boolean), assert(Boolean, String)Palmer Dabbelt
2015-12-31Merge pull request #82 from ucb-bar/not-equalsAndrew Waterman
2015-12-30Add '=/=' to bits, which does the same as '!='Palmer Dabbelt
2015-12-15Merge pull request #75 from ucb-bar/meaningfulerrorChick Markley
2015-12-15Merge pull request #73 from ucb-bar/nitsJim Lawson
2015-12-15Meaningful error when resource copy failsducky
2015-12-15Merge pull request #74 from ucb-bar/testprintChick Markley
2015-12-15Print test stdout/stderr to consoleducky
2015-12-15Fix some nits: add that line to .gitignore that keeps coming back, do paralle...ducky
2015-12-14Merge pull request #70 from ucb-bar/resourcepathsChick Markley
2015-12-14Modify TestDriver to take resource paths instead of Filesducky
2015-12-11Merge pull request #68 from ucb-bar/counterdocAndrew Waterman
2015-12-11Fix Counter docducky
2015-12-11Merge pull request #67 from ucb-bar/asserttestAdam Izraelevitz
2015-12-11Refactor tests to use stop() and assert() instead of io.error/io.doneducky
2015-12-11Merge pull request #66 from ucb-bar/stopAndrew Waterman
2015-12-11Add stop() in BasicTester as a replacement for io.doneducky
2015-12-11Merge pull request #65 from ucb-bar/assertsAdam Izraelevitz
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-10Merge pull request #61 from ucb-bar/multivtestAndrew Waterman
2015-12-10Add Option support in Bundleducky
2015-12-09Refactor testharness generation to create directories and have minimal APIducky
2015-12-09Optional additional Verilog sources to include in executeducky
2015-12-09Extend TesterDriver to optionally take in additional Verilog sourcesducky
2015-12-06Merge pull request #60 from ucb-bar/packsplitPalmer Dabbelt
2015-12-06Split internal and FIRRTL packagesducky
2015-12-06Merge pull request #55 from ucb-bar/vecdocPalmer Dabbelt
2015-12-06More design rationale for Vecducky
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-06return -1 on simulation timeoutHenry Cook
2015-11-04Merge pull request #57 from ucb-bar/stylechiselJim Lawson
2015-11-04Merge pull request #56 from ucb-bar/stylefixJim Lawson
2015-11-04Merge pull request #54 from ucb-bar/testing-improvementsHenry Cook
2015-11-04Fix new style errorsducky
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-11-03Merge pull request #52 from ucb-bar/makefilePalmer Dabbelt