summaryrefslogtreecommitdiff
path: root/src/test/scala/chiselTests/ConnectSpec.scala
AgeCommit message (Collapse)Author
2020-06-22Use ChiselStage in TestsSchuyler 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-04unbrokenducky
2017-12-19Properly invalidate submodule IOs in tests (#745)Jack Koenig
2017-05-25Update internal Pipe wiring - fixes #615" (#616)Jim Lawson
Replace ambiguous bi-connect ("<>") with mono-connect (":=") for internal Pipe wiring.
2017-05-04Connecting basic types wrong should error in chisel (#497)Chick Markley