Bits

chisel3.Bits
See theBits companion class
object Bits extends UIntFactory

Attributes

Companion
class
Source
Bits.scala
Graph
Supertypes
trait UIntFactory
class Object
trait Matchable
class Any
Self type
Bits.type

Members list

Type members

Classlikes

implicit class ConnectableBitsDefault[T <: Bits](consumer: T) extends ConnectableBitsOperators[T]

Provides :%= for Bits (UInt/SInt)

Provides :%= for Bits (UInt/SInt)

Attributes

Source
Bits.scala
Supertypes
class Object
trait Matchable
class Any

Value members

Inherited methods

def apply(width: Width): UInt

Create a UInt port with specified width.

Create a UInt port with specified width.

Attributes

Inherited from:
UIntFactory
Source
UIntFactory.scala
def apply(): UInt

Create a UInt type with inferred width.

Create a UInt type with inferred width.

Attributes

Inherited from:
UIntFactory
Source
UIntFactory.scala

Implicits

Implicits

final implicit def ConnectableBitsDefault[T <: Bits](consumer: T): ConnectableBitsDefault[T]

Provides :%= for Bits (UInt/SInt)

Provides :%= for Bits (UInt/SInt)

Attributes

Source
Bits.scala