Decoder

chisel3.util.SparseVec.Lookup.Decoder
sealed trait Decoder extends Type

Attributes

Source
SparseVec.scala
Graph
Supertypes
trait Type
class Object
trait Matchable
class Any
Known subtypes
object Binary
object OneHot

Members list

Value members

Abstract methods

def encoding(index: Int, width: Int): UInt

Attributes

Source
SparseVec.scala
def lookup[A <: Data](index: UInt, values: VecLike[A])(implicit sourceinfo: SourceInfo): A

Attributes

Source
SparseVec.scala