| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-05-05 | Move Chisel API into separate chiselFrontend compilation unit in preparation ↵ | ducky | |
| for source locator macros | |||
| 2016-05-04 | Remove dependences from Chisel core on Chisel utils | Andrew Waterman | |
| Partially resolves #164 | |||
| 2016-04-26 | Scalastyle fixes and "ignores". - No functional changes. | Jim Lawson | |
| 2016-04-05 | Make Wire(init = x) behave the same as Wire(t = x) := x | Andrew Waterman | |
| There's a separate debate to be had about whether we want to default-initialize Wires to invalid. This patch just fixes the implementation of the previous, unsafe approach, which was usually, but not always, defaulting to invalid. | |||
| 2016-01-24 | Disallow weak connect for Vec | Andrew Waterman | |
| 2016-01-23 | Implement first draft of new FIRRTL changes | Andrew Waterman | |
| 2016-01-23 | Don't use deprecated constructs | Andrew Waterman | |
| 2016-01-23 | Move firrtl subpackage to inside internal subpackage. | jackkoenig | |
| 2016-01-12 | Catch yet another missing-cloneType case | Andrew Waterman | |
| 2015-12-10 | Add Option support in Bundle | ducky | |
| 2015-12-06 | Split internal and FIRRTL packages | ducky | |
| 2015-12-06 | More design rationale for Vec | ducky | |
| 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 | Add documentation on some non-intuitive parts | ducky | |
| 2015-11-02 | Remove implementation details from scaladoc. | ducky | |
| You didn't want it, so Imma getting rid of it... | |||
| 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-10-26 | Break Core.scala into bite-sized pieces | ducky | |
