Packages

package decode

Content Hierarchy
Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. case class DecodeTableAnnotation(target: ReferenceTarget, truthTable: String, minimizedTable: String) extends SingleTargetAnnotation[ReferenceTarget] with Product with Serializable

    DecodeTableAnnotation used to store a decode result for a specific TruthTable.

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

    target

    output wire of a decoder.

    truthTable

    input TruthTable encoded in a serialized TruthTable.

    minimizedTable

    minimized truthTable encoded in a serialized TruthTable.

    Note

    user should manage the correctness of minimizedTable.

  2. abstract class Minimizer extends AnyRef
  3. final class TruthTable extends AnyRef

Value Members

  1. object EspressoMinimizer extends Minimizer with LazyLogging
  2. case object EspressoNotFoundException extends Exception with Product with Serializable
  3. object QMCMinimizer extends Minimizer
  4. object TruthTable
  5. object decoder extends LazyLogging

Ungrouped