BoolDecodeField

chisel3.util.experimental.decode.BoolDecodeField
trait BoolDecodeField[T <: DecodePattern] extends DecodeField[T, Bool]

Special case when output type is a single Bool

Type parameters

T

pattern this field should match

Attributes

Source
DecoderBundle.scala
Graph
Supertypes
trait DecodeField[T, Bool]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

Attributes

Source
DecoderBundle.scala
def n: BitPat

Attributes

Source
DecoderBundle.scala
def y: BitPat

Attributes

Source
DecoderBundle.scala

Inherited methods

def dc: BitPat

Attributes

Inherited from:
DecodeField
Source
DecoderBundle.scala

Attributes

Inherited from:
DecodeField
Source
DecoderBundle.scala
final def width: Int

Attributes

Inherited from:
DecodeField
Source
DecoderBundle.scala

Inherited and Abstract methods

def genTable(op: T): BitPat

Attributes

Inherited from:
DecodeField
Source
DecoderBundle.scala
def name: String

Attributes

Inherited from:
DecodeField
Source
DecoderBundle.scala