| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2015-11-02 | Merge pull request #48 from ucb-bar/corestyle | Palmer Dabbelt | |
| Scalastyle ignore ## and printlns in Error.scala | |||
| 2015-11-02 | Scalastyle ignore ## and printlns in Error.scala | ducky | |
| 2015-11-02 | Merge pull request #42 from ucb-bar/corevec | Palmer Dabbelt | |
| Deprecations and better documentation for Aggregate.scala | |||
| 2015-11-02 | Remove "generates {,no} logic" comments | Palmer Dabbelt | |
| At least one of these is incorrect. | |||
| 2015-11-02 | Deprecations and better documentation for Aggregate.scala | ducky | |
| 2015-11-02 | Merge pull request #37 from ucb-bar/utilsplit | Palmer Dabbelt | |
| Break out Utils.scala into smaller portions | |||
| 2015-11-02 | Break out Utils.scala into smaller portions | ducky | |
| 2015-10-30 | Merge pull request #47 from ucb-bar/corebitsfix | Andrew Waterman | |
| Fix whitespace in Bits | |||
| 2015-10-30 | Merge pull request #46 from ucb-bar/corecat | Andrew Waterman | |
| Move Cat into utils | |||
| 2015-10-30 | Fix whitespace | ducky | |
| 2015-10-30 | Move Cat into utils | ducky | |
| 2015-10-30 | Merge pull request #45 from ucb-bar/corebits | Andrew Waterman | |
| Resolve some review todos in Bits | |||
| 2015-10-30 | Resolve some review todos in Bits | ducky | |
| 2015-10-29 | Merge pull request #43 from ucb-bar/corebitpat | Andrew Waterman | |
| Fix review todos in BitPat.scala | |||
| 2015-10-29 | Fix review todos in BitPat.scala | ducky | |
| 2015-10-29 | Merge pull request #44 from ucb-bar/coredata | Andrew Waterman | |
| Resolve review todos for Data.scala | |||
| 2015-10-29 | Resolve review todos for Data.scala | ducky | |
| 2015-10-28 | Merge pull request #38 from ucb-bar/internalsplit | Jim Lawson | |
| Move internal files into their own directories | |||
| 2015-10-26 | Merge pull request #39 from ucb-bar/coresplit | Andrew Waterman | |
| Break Core.scala into bite-sized pieces | |||
| 2015-10-26 | Merge pull request #40 from ucb-bar/noflo | Andrew Waterman | |
| Remove (broken) floating point data types | |||
| 2015-10-26 | Remove (broken) floating point data types | ducky | |
| 2015-10-26 | Break Core.scala into bite-sized pieces | ducky | |
| 2015-10-26 | Move internal files into their own directories | ducky | |
| 2015-10-26 | Merge pull request #35 from ucb-bar/styleignore | Palmer Dabbelt | |
| Add scalastyle ignore comments | |||
| 2015-10-26 | Add scalastyle ignore comments | ducky | |
| 2015-10-26 | Merge pull request #34 from ucb-bar/stylemagic | Palmer Dabbelt | |
| Ignore 8,10,16 as magic number constants | |||
| 2015-10-26 | Ignore 8,10,16 as magic number constants | ducky | |
| 2015-10-26 | Merge pull request #36 from ucb-bar/log2-bigint | Palmer Dabbelt | |
| Make all the log2 functions take BigInt (in addition to Int) | |||
| 2015-10-26 | Make all the log2 functions take BigInt (in addition to Int) | Andrew Waterman | |
| 2015-10-24 | Merge pull request #33 from ucb-bar/teststyle | Palmer Dabbelt | |
| Fix stylistic issues and document standard Chisel generators for test code | |||
| 2015-10-23 | Fix stylistic issues and document standard Chisel generators | ducky | |
| 2015-10-23 | Merge pull request #32 from ucb-bar/teststyle-config | Palmer Dabbelt | |
| Add test-specific scalastyle config | |||
| 2015-10-23 | Add test-specific scalastyle config | ducky | |
| 2015-10-23 | Merge pull request #30 from ucb-bar/scalatest-reg | Palmer Dabbelt | |
| Add Scala-land unit tests for Reg | |||
| 2015-10-23 | Add Scalaland unit tests for Reg | ducky | |
| 2015-10-23 | Merge pull request #31 from ucb-bar/scalastyle-tests | Palmer Dabbelt | |
| Whitespace scalastyle fixes for tests | |||
| 2015-10-23 | Whitespace scalastyle fixes for tests | ducky | |
| 2015-10-22 | Merge pull request #29 from ucb-bar/scalastyle-lastif | Palmer Dabbelt | |
| Add curly braces around that one last if block | |||
| 2015-10-22 | Make that one last if block scalastyle compliant by making it ternary-like | ducky | |
| 2015-10-21 | Merge pull request #27 from ucb-bar/scalastyle-types | Palmer Dabbelt | |
| Add explicit types for public methods | |||
