aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/firrtlTests/CompilerUtilsSpec.scala
AgeCommit message (Collapse)Author
2016-11-04Refactor Compilers and Transformsjackkoenig
* Transform Ids now handled by Class[_ <: Transform] instead of magic numbers * Transforms define inputForm and outputForm * Custom transforms can be inserted at runtime into compiler or the Driver * Current "built-in" custom transforms handled via above mechanism * Verilog-specific passes moved to the Verilog emitter