Packages

class UpdateAnnotations extends Transform with WrappedTransform with Translator[CircuitState, (CircuitState, CircuitState)]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UpdateAnnotations
  2. Translator
  3. WrappedTransform
  4. Transform
  5. DependencyAPI
  6. TransformLike
  7. LazyLogging
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UpdateAnnotations(underlying: Transform)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def aToB(a: CircuitState): (CircuitState, CircuitState)

    A method converting type A into type B

    A method converting type A into type B

    returns

    an object of type B

    Definition Classes
    UpdateAnnotationsTranslator
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def bToA(b: (CircuitState, CircuitState)): CircuitState

    A method converting type B back into type A

    A method converting type B back into type A

    returns

    an object of type A

    Definition Classes
    UpdateAnnotationsTranslator
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def execute(c: CircuitState): CircuitState

    Perform the transform, encode renaming with RenameMap, and can delete annotations Called by runTransform.

    Perform the transform, encode renaming with RenameMap, and can delete annotations Called by runTransform.

    returns

    A transformed Firrtl AST

    Definition Classes
    UpdateAnnotationsTransform
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def getLogger: Logger
    Definition Classes
    LazyLogging
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def inputForm: CircuitForm
    Definition Classes
    WrappedTransform
  15. def internalTransform(b: (CircuitState, CircuitState)): (CircuitState, CircuitState)

    A transform on an internal type

    A transform on an internal type

    b

    an object of type B

    returns

    an object of type B

    Definition Classes
    UpdateAnnotationsTranslator
  16. final def invalidates(b: Transform): Boolean
    Definition Classes
    WrappedTransform
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final val logger: Logger
    Attributes
    protected
    Definition Classes
    WrappedTransform
  19. final lazy val name: String
    Definition Classes
    WrappedTransform
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def optionalPrerequisiteOf: Seq[Dependency[Transform]]
    Definition Classes
    WrappedTransform
  24. def optionalPrerequisites: Seq[Dependency[Transform]]

    All transforms that, if a prerequisite of *another* transform, will run before this transform.

    All transforms that, if a prerequisite of *another* transform, will run before this transform.

    Definition Classes
    TransformDependencyAPI
    Note

    The use of a Seq here is to preserve input order. Internally, this will be converted to a private, ordered Set.

  25. def outputForm: CircuitForm
    Definition Classes
    WrappedTransform
  26. def prerequisites: Seq[Dependency[Transform]]
    Definition Classes
    WrappedTransform
  27. final def runTransform(state: CircuitState): CircuitState

    Perform the transform and update annotations.

    Perform the transform and update annotations.

    state

    Input Firrtl AST

    returns

    A transformed Firrtl AST

    Definition Classes
    Transform
  28. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def transform(a: CircuitState): CircuitState

    Convert the input object to the internal type, transform the internal type, and convert back to the original type

    Convert the input object to the internal type, transform the internal type, and convert back to the original type

    a

    an input object

    returns

    an output object of the same type

    Definition Classes
    TranslatorTransformLike
  31. final lazy val trueUnderlying: Transform

    Return the original firrtl.Transform if this wrapper is wrapping other wrappers.

    Return the original firrtl.Transform if this wrapper is wrapping other wrappers.

    Definition Classes
    WrappedTransform
  32. val underlying: Transform

    The underlying firrtl.Transform

    The underlying firrtl.Transform

    Definition Classes
    UpdateAnnotationsWrappedTransform
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def dependents: Seq[Dependency[Transform]]
    Definition Classes
    WrappedTransform
    Annotations
    @deprecated
    Deprecated

    (Since version FIRRTL 1.3) Due to confusion, 'dependents' is being renamed to 'optionalPrerequisiteOf'. Override the latter instead.

  2. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from WrappedTransform

Inherited from Transform

Inherited from DependencyAPI[Transform]

Inherited from TransformLike[CircuitState]

Inherited from LazyLogging

Inherited from AnyRef

Inherited from Any

Ungrouped