| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-10-21 | Add explicit types for public methods | ducky | |
| 2015-10-21 | Merge pull request #28 from ucb-bar/scalastyle-rest | Andrew Waterman | |
| Scalastyle fixes involving changing code | |||
| 2015-10-21 | Scalastyle fixes involving changing code | ducky | |
| 2015-10-20 | Merge pull request #26 from ucb-bar/scalastyle-braces | Palmer Dabbelt | |
| Make if / else braces style conformant to Scalastyle checker | |||
| 2015-10-20 | Make if / else braces style conformant to Scalastyle checker | ducky | |
| 2015-10-20 | Merge pull request #24 from ucb-bar/scalastyle-nonfunctional | Palmer Dabbelt | |
| Whitespace / comment style fixes | |||
| 2015-10-20 | Whitespace / comment style fixes | ducky | |
| 2015-10-20 | Merge pull request #25 from ucb-bar/scalastyleconf-operators | Palmer Dabbelt | |
| Add operators to Scalastyle configuration MethodNamesChecker ignore list | |||
| 2015-10-20 | Add operators to scalastyle configuration MethodNamesChecker ignore list | ducky | |
| 2015-10-19 | Merge pull request #23 from ucb-bar/120scalastyle | Palmer Dabbelt | |
| Change scalastyle checker to 120 cols limit | |||
| 2015-10-19 | Merge pull request #22 from ucb-bar/style-license | Palmer Dabbelt | |
| Change scalastyle to check for shorter RISC-V style license notice. | |||
| 2015-10-19 | Change scalastyle checker to 120 cols limit | ducky | |
| 2015-10-19 | Change scalastyle to check for shorter RISC-V style license notice. | ducky | |
| 2015-10-19 | Merge pull request #20 from ucb-bar/apidocs | Palmer Dabbelt | |
| Core.scala API documentation | |||
| 2015-10-19 | Core.scala API documentation | ducky | |
| 2015-10-16 | Merge pull request #21 from ucb-bar/remove-literal-object | Palmer Dabbelt | |
| Remove old Literal object; fold the parseLit into UInt | |||
| 2015-10-16 | Remove old Literal object; fold the parseLit into UInt | Andrew Waterman | |
| 2015-10-12 | Merge pull request #15 from ucb-bar/readme | Henry Cook | |
| Update README with Mem(seqRead) -> SeqMem() | |||
| 2015-10-08 | Merge pull request #18 from ucb-bar/exception | Andrew Waterman | |
| Handle IllegalArgumentExcetions that mean a cloneType is needed | |||
| 2015-10-08 | Handle IllegalArgumentExcetions that mean a cloneType is needed | Palmer Dabbelt | |
| When trying to cloneType() on classes that take a builtin (like Int), we get an IllegalArgumentException instead of a InvocationTargetException. This change prints a nice error message instead of a stack trace. | |||
| 2015-10-08 | Merge pull request #17 from ucb-bar/typehierdia | Jack Koenig | |
| Type hierarchy diagram -- looks good | |||
| 2015-10-08 | Remove flowed text | ducky | |
| 2015-10-07 | Link picture to README | ducky | |
| 2015-10-07 | Diagram improvements | ducky | |
| 2015-10-07 | Type hierarchy diagram attempt | ducky | |
| 2015-10-07 | Fix for getDump with empty parameters. | Jim Lawson | |
| Avoid: [error] (run-main-0) java.lang.UnsupportedOperationException: empty.reduceLeft java.lang.UnsupportedOperationException: empty.reduceLeft when invoked via chiselMain() with no Parameters. | |||
| 2015-10-01 | Update README with Mem(seqRead) -> SeqMem() | Christopher Celio | |
| 2015-10-01 | Merge pull request #14 from ucb-bar/mem-arg-order | Henry Cook | |
| Flip Mem/SeqMem argument order; deprecate old ordering | |||
| 2015-10-01 | Flip Mem/SeqMem argument order; deprecate old ordering | Andrew Waterman | |
| 2015-10-01 | Merge pull request #12 from ucb-bar/readme | Andrew Waterman | |
| Eliminate outdated parts of readme, add skeleton for new format | |||
| 2015-10-01 | Merge pull request #11 from ucb-bar/removemu | Adam Izraelevitz | |
| Remove unused emulator C++ headers | |||
| 2015-09-30 | Add documentation to publish local, expand document skeleton | ducky | |
| 2015-09-28 | Remove cross compilation targets (Chisel3 is Scala 2.11 or later). | Jim Lawson | |
| 2015-09-25 | Improve coverage of default cloneType method; add comments | Andrew Waterman | |
| 2015-09-24 | Add new-style Vec constructor; deprecate old version | ducky | |
| 2015-09-23 | Eliminate outdated parts of readme, add skeleton for new format | ducky | |
| 2015-09-23 | Remove unused files | ducky | |
| 2015-09-22 | Integrate Chisel2 Queue scaladoc and formatting changes. | Jim Lawson | |
| 2015-09-18 | Improve IR class hierarchy | Andrew Waterman | |
| - Rename Alias to Node to match FIRRTL notion - Remove poorly-named Immediate and replace root of hierarchy with Arg | |||
| 2015-09-18 | Correct some scaladoc comments | Andrew Waterman | |
| 2015-09-18 | Use FIRRTL idiom for SeqMem read-enables | Andrew Waterman | |
| Emit read-enables as mux(ren, addr, poison). | |||
| 2015-09-01 | Add scaladoc to UInt/SInt companion objects | Andrew Waterman | |
| 2015-09-01 | Disallow external use of Vec/UInt/SInt constructors | Andrew Waterman | |
| Use the companion objects instead. | |||
| 2015-08-31 | Fix val io = new Bundle{...}.flip | Andrew Waterman | |
| Now, we emit all I/Os inside a bundle named io. | |||
| 2015-08-31 | FIRRTL keywords don't need to be name-mangled, AFAICT | Andrew Waterman | |
| 2015-08-31 | Fix Namespace bug | Andrew Waterman | |
| A mangled name may itself conflict with another name. | |||
| 2015-08-31 | Refactor Namespace | Andrew Waterman | |
| No need for Option, since an empty Set can be used instead. | |||
| 2015-08-28 | Remove references to currently non-working test repos. | Jim Lawson | |
| 2015-08-28 | Use FIRRTL smem for SeqMem | Andrew Waterman | |
| Read enables and read-write ports aren't working yet. | |||
| 2015-08-28 | Add poison node | Andrew Waterman | |
