| 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> | |||
| 2018-07-04 | unbroken | ducky | |
| 2017-12-19 | Properly invalidate submodule IOs in tests (#745) | Jack Koenig | |
| 2017-05-25 | Update internal Pipe wiring - fixes #615" (#616) | Jim Lawson | |
| Replace ambiguous bi-connect ("<>") with mono-connect (":=") for internal Pipe wiring. | |||
| 2017-05-04 | Connecting basic types wrong should error in chisel (#497) | Chick Markley | |
