| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-22 | Use ChiselStage in Tests | Schuyler Eldridge | |
| This migrates the tests to Chisel 3.4/FIRRTL 1.4. This primarily involves removing usages of deprecated methods including: - Remove usages of Driver - Use ChiselStage methods instead of BackendCompilationUtilities methods - Use Dependency API for custom transforms - Use extractCause to unpack StackError Signed-off-by: Schuyler Eldridge <schuyler.eldridge@ibm.com> | |||
| 2019-09-11 | Move dontTouch, RawModule, and MultiIOModule out of experimental (#1162) | Jim Lawson | |
| * Move dontTouch out of experimental package. * Move RawModule, MultiIOModule out of experimental. * Respond to comments - Move LagacyModule from experimental to internal. *NOTE*: At some point, these module definitions (especially those in separate packages) should be moved to individual files at the appropriate location in the source tree. The current organization is purely to support comparison with prior versions. * Fix up a few more imports. | |||
| 2019-02-19 | Mainline Chisel multi-clock functionality (#1013) | edwardcwang | |
| Close #1009 | |||
| 2017-05-03 | Clear clock and reset scope for RawModule (#607) | Richard Lin | |
| 2017-04-13 | Module Hierarchy Refactor (#469) | Richard Lin | |
