DecodeField

chisel3.util.experimental.decode.DecodeField
trait DecodeField[T <: DecodePattern, D <: Data]

One output field of a decoder bundle

Type parameters

D

output type of this field

T

pattern this field should match

Attributes

Source
DecoderBundle.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait BoolDecodeField[T]

Members list

Value members

Abstract methods

def chiselType: D

Attributes

Source
DecoderBundle.scala
def genTable(op: T): BitPat

Attributes

Source
DecoderBundle.scala
def name: String

Attributes

Source
DecoderBundle.scala

Concrete methods

def dc: BitPat

Attributes

Source
DecoderBundle.scala

Attributes

Source
DecoderBundle.scala
final def width: Int

Attributes

Source
DecoderBundle.scala