aboutsummaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'src/main')
-rw-r--r--src/main/scala/firrtl/package.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/scala/firrtl/package.scala b/src/main/scala/firrtl/package.scala
index 844d84ec..67d5e52c 100644
--- a/src/main/scala/firrtl/package.scala
+++ b/src/main/scala/firrtl/package.scala
@@ -10,10 +10,10 @@ package object firrtl {
implicit def annoSeqToSeq(as: AnnotationSeq): Seq[Annotation] = as.toSeq
/* Options as annotations compatibility items */
- @deprecated("Use firrtl.stage.TargetDirAnnotation", "FIRRTL 1.2")
+ @deprecated("Use firrtl.options.TargetDirAnnotation", "FIRRTL 1.2")
type TargetDirAnnotation = firrtl.options.TargetDirAnnotation
- @deprecated("Use firrtl.stage.TargetDirAnnotation", "FIRRTL 1.2")
+ @deprecated("Use firrtl.options.TargetDirAnnotation", "FIRRTL 1.2")
val TargetDirAnnotation = firrtl.options.TargetDirAnnotation
type WRef = ir.Reference