| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 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 | |
| 2015-08-27 | Redefine masked Mem writes for Mem[Vec] | Andrew Waterman | |
| 2015-08-27 | Fix bug where flipping top-level I/O had no effect | Andrew Waterman | |
| The fix is to propagate the flip to the fields in the bundle. | |||
| 2015-08-27 | Vec.apply is for types; Vec.fill is for rvalues | Andrew Waterman | |
| 2015-08-27 | Expose ChiselExceptions | Andrew Waterman | |
| 2015-08-27 | Removed reference to filter. | Jim Lawson | |
| 2015-08-27 | Merge pull request #10 from ucb-bar/scaladoc | Jim Lawson | |
| Scaladoc - 'when' and Utils | |||
| 2015-08-27 | Add chisel2 scaladoc for 'when'. | Jim Lawson | |
| 2015-08-27 | Add chisel2 scaladoc for 'library' code. | Jim Lawson | |
| 2015-08-26 | Remove Mem from Data hierarchy | Andrew Waterman | |
| Just like Reg, state elements are not Data. | |||
| 2015-08-26 | Simplify Module internal data structures | Andrew Waterman | |
| 2015-08-26 | Simplify I/O zero-initialization | Andrew Waterman | |
