DecodeTableAnnotation

chisel3.util.experimental.decode.DecodeTableAnnotation
case class DecodeTableAnnotation(target: ReferenceTarget, truthTable: String, minimizedTable: String) extends SingleTargetAnnotation[ReferenceTarget]

DecodeTableAnnotation used to store a decode result for a specific TruthTable. This is useful for saving large TruthTable during a elaboration time.

Value parameters

minimizedTable

minimized truthTable encoded in a serialized TruthTable.

target

output wire of a decoder.

truthTable

input TruthTable encoded in a serialized TruthTable.

Attributes

Note

user should manage the correctness of minimizedTable.

Source
DecodeTableAnnotation.scala
Graph
Supertypes
trait Serializable
trait Annotation
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Create another instance of this Annotation

Create another instance of this Annotation

Attributes

Definition Classes
Source
DecodeTableAnnotation.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def serialize: String

Optional pretty print

Optional pretty print

Attributes

Note

rarely used

Inherited from:
Annotation
Source
Annotation.scala
def update(renames: RenameMap): Seq[Annotation]

Update the target based on how signals are renamed

Update the target based on how signals are renamed

Attributes

Inherited from:
SingleTargetAnnotation
Source
Annotation.scala