UInt

chisel3.UInt
See theUInt companion class
object UInt extends UIntFactory

Attributes

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

Members list

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