| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-05-05 | Move Chisel API into separate chiselFrontend compilation unit in preparation ↵ | ducky | |
| for source locator macros | |||
| 2016-04-26 | Scalastyle fixes and "ignores". - No functional changes. | Jim Lawson | |
| 2016-04-14 | Don't eagerly evaluate assertion failure strings | Andrew Waterman | |
| Users should assume it's OK to make them expensive to evaluate. | |||
| 2016-03-28 | Allow invocation of printf without applying reset | Andrew Waterman | |
| For internal purposes only. Avoids redundant code emission for assertions. | |||
| 2016-03-28 | Apply DeMorgan's law to improve assert code readability | Andrew Waterman | |
| 2016-02-08 | Separate assertion failure message from source locator line | ducky | |
| 2016-01-28 | Add macros so assert prints prettier | ducky | |
| 2016-01-23 | Move firrtl subpackage to inside internal subpackage. | jackkoenig | |
| 2016-01-12 | elaboration-time asserts should call Predef.assert | Andrew Waterman | |
| 2015-12-31 | Add assert(Boolean), assert(Boolean, String) | Palmer Dabbelt | |
| This overload exists for Chisel 2 compatibility (Rocket uses it). I tried to just add a single extra method ('apply(Boolean, String="")') but Scala complained about having overloads with implicit arguments. Instead I just went ahead and added 4 overloads that do the same thing as the implicit arguments, just a bit less cleanly. | |||
| 2015-12-11 | Refactor tests to use stop() and assert() instead of io.error/io.done | ducky | |
| Gate assert, printf, stop by reset Fix testbenches that never worked Change simulation prints to display cycle at which test was signaled to end, not when simulator stops Better documentation for Counter | |||
| 2015-12-11 | Add support for printf and asserts, add testbench for asserts and printf | ducky | |
