UIntFactory

chisel3.UIntFactory
trait UIntFactory

Attributes

Source
UIntFactory.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Bits
object UInt

Members list

Value members

Concrete methods

def apply(): UInt

Create a UInt type with inferred width.

Create a UInt type with inferred width.

Attributes

Source
UIntFactory.scala
def apply(width: Width): UInt

Create a UInt port with specified width.

Create a UInt port with specified width.

Attributes

Source
UIntFactory.scala