DFUInt

dfhdl.core.DFDecimal$package.DFUInt
object DFUInt

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
DFUInt.type

Members list

Type members

Classlikes

object Val

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Val.type

Value members

Concrete methods

def apply[W <: IntP](width: IntParam[W])(using DFC, CheckNUB[false, W]): DFUInt[W]
def apply[W <: Int](using dfc: DFC, dfType: => DFUInt[W]): DFUInt[W]
def max[V <: Int](max: Inlined[V])(using dfc: DFC, check: Check[V], info: IntInfo[V]): DFUInt[info.OutW]
def until[V <: Int](sup: Inlined[V])(using dfc: DFC, check: Check[V], info: IntInfo[V - 1]): DFUInt[info.OutW]