DFBits

dfhdl.core.DFBits$package$.DFBits$
object DFBits

Attributes

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

Members list

Type members

Classlikes

object CompareCheck

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
trait CompareCheck[ValW <: Int, ArgW <: Int, Castle <: Boolean]()

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object Token

Attributes

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

Attributes

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

Types

type Token[W <: Int] = DFToken[DFBits[W]]

Value members

Concrete methods

def apply[W <: Int](width: Inlined[W])(using check: Check[W]): DFBits[W]
def apply[W <: Int & Singleton](using ValueOf[W])(using Check[W]): DFBits[W]

Givens

Givens

given bitsDFType[W <: Int](using ValueOf[W])(using Check[W]): DFBits[W]