firrtl icon indicating copy to clipboard operation
firrtl copied to clipboard

Work towards removing DependencyAPIMigration

Open seldridge opened this issue 4 years ago • 1 comments

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

seldridge avatar Aug 04 '21 04:08 seldridge

Sorry I was on vacation last week, I can continue work on this.

sequencer avatar Aug 08 '21 15:08 sequencer