firrtl
firrtl copied to clipboard
Work towards removing DependencyAPIMigration
WIP on removing DependencyAPIMigration.
The following tests are currently failing and need to get migrated. This is primarily stemming from them trying to use deprecated things in LoweringCompilers.scala which do not have their dependencies specified correctly. The tests should just be updated to not use LoweringCompilers.scala classes.
Currently failing:
[error] firrtlTests.InferReadWriteSpec
[error] firrtlTests.VerilogEmitterSpec
[error] firrtlTests.transforms.CombineCatsSpec
[error] firrtlTests.OpsLowFirrtlOptimizationTest
[error] firrtlTests.CustomTransformSpec
[error] firrtlTests.ConstantPropagationIntegrationSpec
[error] firrtlTests.SimplifyMemsSpec
[error] firrtlTests.CInferMDirSpec
[error] firrtlTests.ReplSeqMemSpec
Sorry I was on vacation last week, I can continue work on this.