| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-12-30 | Add '=/=' to bits, which does the same as '!=' | Palmer Dabbelt | |
| It looks like this is in Chisel2 now, and some stuff in uncore is using it. IIRC, we decided that this was the correct thing to do for some Scala style reasons. | |||
| 2015-12-21 | Update README with more architecture details and new testing flow | Ducky | |
| 2015-12-15 | Merge pull request #75 from ucb-bar/meaningfulerror | Chick Markley | |
| Meaningful error when resource copy fails. Seems like this is exposing some deeper error with sbt and external libraries/jars. Sometimes this error message makes sometimes the entire JVM and sbt dump with SEG fault, I don't think this is a chisel problem | |||
| 2015-12-15 | Merge pull request #73 from ucb-bar/nits | Jim Lawson | |
| Fix some nits: add that line to .gitignore that keeps coming back, do parallel testing by default | |||
| 2015-12-15 | Meaningful error when resource copy fails | ducky | |
| 2015-12-15 | Merge pull request #74 from ucb-bar/testprint | Chick Markley | |
| Print test stdout/stderr to console, works for my use cases | |||
| 2015-12-15 | Print test stdout/stderr to console | ducky | |
| 2015-12-15 | Fix some nits: add that line to .gitignore that keeps coming back, do ↵ | ducky | |
| parallel testing by default | |||
| 2015-12-14 | Merge pull request #70 from ucb-bar/resourcepaths | Chick Markley | |
| Modify TestDriver to take resource paths instead of Files Tested in chisel3:new_unit_tester Tested in chisel-tutorial:chisel3prep | |||
| 2015-12-14 | Modify TestDriver to take resource paths instead of Files | ducky | |
| 2015-12-11 | Merge pull request #68 from ucb-bar/counterdoc | Andrew Waterman | |
| Fix Counter doc | |||
| 2015-12-11 | Fix Counter doc | ducky | |
| 2015-12-11 | Merge pull request #67 from ucb-bar/asserttest | Adam Izraelevitz | |
| Refactor tests to use stop() and assert() instead of io.error/io.done | |||
| 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 | Merge pull request #66 from ucb-bar/stop | Andrew Waterman | |
| Add stop() in BasicTester as a replacement for io.done | |||
| 2015-12-11 | Add stop() in BasicTester as a replacement for io.done | ducky | |
| 2015-12-11 | Merge pull request #65 from ucb-bar/asserts | Adam Izraelevitz | |
| Add support for printf and asserts, add testbench for asserts and printf | |||
| 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 | Merge pull request #61 from ucb-bar/multivtest | Andrew Waterman | |
| Refactor test code generation, add support for additional .v files | |||
| 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 | Optional additional Verilog sources to include in execute | ducky | |
| 2015-12-09 | Extend TesterDriver to optionally take in additional Verilog sources | ducky | |
| 2015-12-06 | Merge pull request #60 from ucb-bar/packsplit | Palmer Dabbelt | |
| Split internal and FIRRTL packages | |||
| 2015-12-06 | Split internal and FIRRTL packages | ducky | |
| 2015-12-06 | Merge pull request #55 from ucb-bar/vecdoc | Palmer Dabbelt | |
| More design rationale for Vec | |||
| 2015-12-06 | More design rationale for Vec | 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-06 | return -1 on simulation timeout | Henry Cook | |
| 2015-11-04 | Merge pull request #57 from ucb-bar/stylechisel | Jim Lawson | |
| Fix new style errors | |||
| 2015-11-04 | Merge pull request #56 from ucb-bar/stylefix | Jim Lawson | |
| Style fixes for test code | |||
| 2015-11-04 | Merge pull request #54 from ucb-bar/testing-improvements | Henry Cook | |
| Testing improvements fixing 4 broken tests and reducing runtime | |||
| 2015-11-04 | Fix new style errors | ducky | |
| 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-11-03 | Merge pull request #52 from ucb-bar/makefile | Palmer Dabbelt | |
| Add compile and checkstyle make targets. | |||
| 2015-11-03 | Add compile and checkstyle make targets. | Jim Lawson | |
| 2015-11-03 | Merge pull request #51 from ucb-bar/faq | Palmer Dabbelt | |
| Add documentation on some non-intuitive parts | |||
| 2015-11-03 | Add documentation on some non-intuitive parts | ducky | |
| 2015-11-02 | Merge pull request #50 from ucb-bar/nocost | Andrew Waterman | |
| Remove implementation details from scaladoc. | |||
| 2015-11-02 | Remove implementation details from scaladoc. | ducky | |
| You didn't want it, so Imma getting rid of it... | |||
| 2015-11-02 | Merge pull request #49 from ucb-bar/stylecolon | Palmer Dabbelt | |
| Add Scalastyle rule to check for lines ending with ; and fix some instances | |||
| 2015-11-02 | Add Scalastyle rule to check lines ending with a ;, fix some instances | ducky | |
