DFVal

dfhdl.core.DFVal
See theDFVal companion object
trait DFVal[+T <: DFTypeAny, +M <: ModifierAny]()

Attributes

Companion
object
Graph
Supertypes
trait Selectable
trait DFMember[DFVal]
class Any

Members list

Value members

Concrete methods

transparent inline def !=[R](inline that: R)(using DFC): DFValTP[DFBool, Any]
transparent inline def ==[R](inline that: R)(using DFC): DFValTP[DFBool, Any]
def dfType: T
Extension method from dfhdl.core
def selectDynamic(name: String)(using DFC): Any
def widthInt(using dfc: DFC, w: Width[T]): Inlined[w.OutI]
Extension method from dfhdl.core
def widthIntParam(using dfc: DFC, w: Width[T]): IntParam[w.Out]
Extension method from dfhdl.core

Inherited methods

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
DFMember -> Any
Inherited from:
DFMember

Inherited fields

val irValue: DFVal | DFError

Attributes

Inherited from:
DFMember