| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-06-08 | Rename packages to lowercase chisel, add compatibility layer | ducky | |
| 2016-04-26 | Scalastyle fixes and "ignores". - No functional changes. | Jim Lawson | |
| 2016-04-14 | Disallow Counters with negative n | Andrew Waterman | |
| One could make an argument for disallowing n=0, too, but HW generators will benefit from our leniency. Closes #107. Thanks @jackkoenig | |||
| 2016-04-01 | Reduce FIRRTL node count for Counter | Andrew Waterman | |
| This would ultimately get DCE'd, but it's easy enough to not generate the dead code in the first place. | |||
| 2015-12-11 | Fix Counter doc | ducky | |
| 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-11-02 | Break out Utils.scala into smaller portions | ducky | |
