aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/firrtl/Compiler.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/scala/firrtl/Compiler.scala')
-rw-r--r--src/main/scala/firrtl/Compiler.scala3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main/scala/firrtl/Compiler.scala b/src/main/scala/firrtl/Compiler.scala
index fc852208..b4629a2a 100644
--- a/src/main/scala/firrtl/Compiler.scala
+++ b/src/main/scala/firrtl/Compiler.scala
@@ -8,7 +8,6 @@ import java.io.Writer
import scala.collection.mutable
import scala.util.Try
import scala.util.control.NonFatal
-
import firrtl.annotations._
import firrtl.ir.Circuit
import firrtl.Utils.throwInternalError
@@ -420,7 +419,7 @@ trait Emitter extends Transform {
override def invalidates(a: Transform) = false
- @deprecated("Use emission annotations instead", "firrtl 1.0")
+ @deprecated("Use emission annotations instead", "FIRRTL 1.0")
def emit(state: CircuitState, writer: Writer): Unit
/** An output suffix to use if the output of this [[Emitter]] was written to a file */