DFToken

dfhdl.core.DFToken
See theDFToken companion object
final class DFToken[+T <: DFTypeAny](val value: DFTokenAny | DFError) extends AnyVal, Selectable

Attributes

Companion
object
Graph
Supertypes
trait Selectable
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

transparent inline def !=[R](inline that: R)(using DFC): DFBool <> TOKEN
transparent inline def ==[R](inline that: R)(using DFC): DFBool <> TOKEN
def data: Data
Extension method from DFToken
def dfType: T
Extension method from dfhdl.core
def selectDynamic(name: String): Any
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
def width(using w: Width[T]): Inlined[Out]
Extension method from dfhdl.core

Concrete fields

val value: DFTokenAny | DFError