diff options
| author | Jiuyang Liu | 2021-07-27 13:35:44 +0800 |
|---|---|---|
| committer | GitHub | 2021-07-27 13:35:44 +0800 |
| commit | 2630537cf956eea3768c5bd8e57de839f7d3700a (patch) | |
| tree | 7c052270bfd7a9015a8bbab8e7a888e0ccb45324 /src | |
| parent | cf5019e2d2208099445c1f7e0530a86abf0efabc (diff) | |
Deprecate DependencyAPIMigration. (#2303)
* deprecate DependencyAPIMigration.
Diffstat (limited to 'src')
| -rw-r--r-- | src/main/scala/firrtl/DependencyAPIMigration.scala | 4 |
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") |
