Packages

c

firrtl.annotations

UnserializeableAnnotation

case class UnserializeableAnnotation(error: String, content: String) extends NoTargetAnnotation with Product with Serializable

Wrapper Annotation for Annotations that cannot be serialized

Annotations
@deprecated
Deprecated

(Since version Chisel 7.0.0) All APIs in package firrtl are deprecated.

Source
JsonProtocol.scala
Linear Supertypes
Serializable, NoTargetAnnotation, Annotation, Product, Equals, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UnserializeableAnnotation
  2. Serializable
  3. NoTargetAnnotation
  4. Annotation
  5. Product
  6. Equals
  7. AnyRef
  8. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new UnserializeableAnnotation(error: String, content: String)

Value Members

  1. val content: String
  2. val error: String
  3. def productElementNames: Iterator[String]
    Definition Classes
    Product
  4. def serialize: String

    Optional pretty print

    Optional pretty print

    Definition Classes
    Annotation
    Note

    rarely used

  5. def update(renames: RenameMap): Seq[NoTargetAnnotation]

    Update the target based on how signals are renamed

    Update the target based on how signals are renamed

    Definition Classes
    NoTargetAnnotationAnnotation