aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/scala/firrtl/DependencyAPIMigration.scala4
1 files changed, 4 insertions, 0 deletions
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")