| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-03-14 | Merge pull request #119 from ucb-bar/scalastyle | Richard Lin | |
| Scalastyle cleanup - no functional differences. | |||
| 2016-03-14 | Scalastyle cleanup - no functional differences. | Jim Lawson | |
| 2016-03-10 | Merge pull request #117 from ucb-bar/readmechisel2compatibilitymode | Richard Lin | |
| Add pointer to Chisel3 compatibility on Chisel2 README. | |||
| 2016-03-10 | Undent Chisel2 compatibility mode reference. | Jim Lawson | |
| 2016-03-10 | Correct reference to Chisel3 compatibility mode. | Jim Lawson | |
| 2016-03-10 | Add pointer to Chisel3 compatibility on Chisel2 README. | Jim Lawson | |
| 2016-03-08 | Merge pull request #116 from ucb-bar/verilator-suppress-warnings | Jim Lawson | |
| Verilator suppress warnings | |||
| 2016-03-08 | Added -Wno-WIDTH and -Wno-STMTDLY warning suppressors to verilator command | chick | |
| show verilator command on starndard out Changed --Wno-fatal to -Wno-fatal (double dash became single dash) in accordance with verilator docs println the verilator command to the standard out, so it can be seen along with the various compiler calls | |||
| 2016-03-08 | Merge branch 'master' of https://github.com/ucb-bar/chisel3 | chick | |
| 2016-03-06 | Merge pull request #113 from ucb-bar/require-message | Andrew Waterman | |
| Print a better message on constant width failures | |||
| 2016-03-06 | Print a better message on constant width failures | Palmer Dabbelt | |
| I'm getting this error and the message is awful. | |||
| 2016-03-05 | Merge pull request #112 from ucb-bar/rocket-chip | Palmer Dabbelt | |
| Remove scalastyle test hook | |||
| 2016-03-05 | Actually parse "--targetDir" | Palmer Dabbelt | |
| I'm trying to get RocketChip to work with Chisel3 again, and we need to run in multiple directories. This fixes the workaround I made earlier to actually parse the passed command-line arguments so I can emit FIRRTL in the correct directory. | |||
| 2016-03-05 | Remove scalastyle test hook | Palmer Dabbelt | |
| I can't get this to work when Chisel 3 is installed as a submodule. | |||
| 2016-03-03 | Merge pull request #108 from ucb-bar/distribution-prep1 | Jim Lawson | |
| Distribution prep1 | |||
| 2016-02-29 | Merge branch 'master' of https://github.com/ucb-bar/chisel3 | chick | |
| 2016-02-26 | Merge pull request #109 from ucb-bar/Fix-init-in-DeqIO | Richard Lin | |
| Fix init in deq io | |||
| 2016-02-25 | Merge branch 'master' of https://github.com/ucb-bar/chisel3 | chick | |
| 2016-02-25 | Fill in instructions to add FIRRTL binary to PATH | Jack | |
| 2016-02-25 | Merge branch 'master' of https://github.com/ucb-bar/chisel3 | chick | |
| 2016-02-25 | Merge pull request #110 from ucb-bar/scalafirrtldocs | Andrew Waterman | |
| README instructions for installing with Scala FIRRTL | |||
| 2016-02-25 | README instructions for installing with Scala FIRRTL | ducky | |
| 2016-02-25 | Fixed comment punctuation and made it clearer that using an init() method ↵ | chick | |
| for DeqIO and EnqIO initialization is likely to change. | |||
| 2016-02-24 | Remove the assignment statements in EnqIO and DeqIO Bundle constructors. | chick | |
| Make the corresponding test run faster by giving it a Counter. | |||
| 2016-02-24 | Create a test that breaks because of assignment statements in DeqIO and ↵ | chick | |
| EnqIO bundles | |||
| 2016-02-24 | Merge branch 'master' of https://github.com/ucb-bar/chisel3 | chick | |
| 2016-02-24 | Merge pull request #106 from ucb-bar/fix-unknown-width | Jack Koenig | |
| Emit no width instead of <?> for unknown width UInt and SInt literals… | |||
| 2016-02-24 | sonatype repo will be using chisel3 as the base name | chick | |
| 2016-02-24 | changing build.sbt to prepare for chisel3 distribution | chick | |
| copied machinery from chisel2 build.sbt added a few intellij lines to gitignore | |||
| 2016-02-23 | Emit no width instead of <?> for unknown width UInt and SInt literals and types | jackkoenig | |
| 2016-02-23 | Merge branch 'master' of https://github.com/ucb-bar/chisel3 | chick | |
| 2016-02-22 | Merge pull request #99 from ucb-bar/chisel_tester_support | Richard Lin | |
| Chisel tester support | |||
| 2016-02-22 | Fixed improper apostrophe in it's in TesterDriverSpec comments | chick | |
| 2016-02-10 | Merge branch 'chisel_tester_support' | chick | |
| 2016-02-10 | TesterDriverSpec is simpler and cleaner, extraneous circuit has been removed. | chick | |
| Cleanup comment for finish method in BasicTester, and finishWrapper in TesterDriver. | |||
| 2016-02-10 | The TesterDriverSpec has been made stronger by altering circuit in finish method | chick | |
| 2016-02-10 | Added some comments describing potential use of the finish method hook | chick | |
| clean up the test example | |||
| 2016-02-09 | Added license and alpha version | azidar | |
| 2016-02-09 | Merge pull request #98 from ucb-bar/prettyassert | Andrew Waterman | |
| Separate assertion failure message from source locator line | |||
| 2016-02-09 | fixed test for finish method being put in the wrong place | chick | |
| 2016-02-09 | Added support for finish method of BasicTester to be overridden in a ↵ | chick | |
| subclass which allows tester to have clean up and other construction code executed after a user code executed during constructor of that subclass | |||
| 2016-02-08 | Merge pull request #95 from ucb-bar/flipped | Chick Markley | |
| Add Flipped trait; fix DeqIO, this fix looks good to go | |||
| 2016-02-08 | Added a simple tests that DeqIO and EnqIO get their directions right and are ↵ | chick | |
| clonable | |||
| 2016-02-08 | Separate assertion failure message from source locator line | ducky | |
| 2016-02-08 | Escape control characters in Printf string literals | Andrew Waterman | |
| If we end up generalizing Strings, this code should be moved elsewhere. Note FIRRTL doesn't handle this stuff right, so I'm not committing the companion test yet. | |||
| 2016-02-08 | Use Flipped trait to implement DeqIO | Andrew Waterman | |
| 2016-02-08 | Add Flipped trait that flips an Aggregate | Andrew Waterman | |
| 2016-02-04 | Merge branch 'blackbox't push origin master | Andrew Waterman | |
| 2016-02-03 | Merge branch 'master' into blackbox | Andrew Waterman | |
| 2016-02-03 | Merge pull request #76 from ucb-bar/assertmacro | Andrew Waterman | |
| Make assert failures more informative using macros | |||
