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 Serializabletrait Annotationtrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article