From 2630537cf956eea3768c5bd8e57de839f7d3700a Mon Sep 17 00:00:00 2001 From: Jiuyang Liu Date: Tue, 27 Jul 2021 13:35:44 +0800 Subject: Deprecate DependencyAPIMigration. (#2303) * deprecate DependencyAPIMigration.--- src/main/scala/firrtl/DependencyAPIMigration.scala | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/main/scala/firrtl/DependencyAPIMigration.scala b/src/main/scala/firrtl/DependencyAPIMigration.scala index b62b99c5..7e84dc5e 100644 --- a/src/main/scala/firrtl/DependencyAPIMigration.scala +++ b/src/main/scala/firrtl/DependencyAPIMigration.scala @@ -15,6 +15,10 @@ import firrtl.stage.TransformManager.TransformDependency * * For more information, see: https://bit.ly/2Voppre */ +@deprecated( + "Please remove DependencyAPIMigration from your Transform to be compatible with FIRRTL 1.6.", + "FIRRTL 1.5" +) trait DependencyAPIMigration { this: Transform => @deprecated("Use Dependency API methods for equivalent functionality. See: https://bit.ly/2Voppre", "FIRRTL 1.3") -- cgit v1.2.3