summaryrefslogtreecommitdiff
path: root/src/test/scala/chiselTests/ModuleExplicitResetSpec.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>
2017-04-26Deprecate fromBits and clock/reset constructors (#583)Richard Lin
2016-11-21Restyle a lot of test code, mainly with regexducky
2016-10-04Add CompileOptions implicits to all Module constructors - fix #310. (#311)Jim Lawson