TCLP

dfhdl.core.DFVal.TCLP
trait TCLP

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object TC

Members list

Givens

Givens

transparent inline given errorDMZ[T <: DFTypeAny, R](using t: ShowType[T], r: ShowType[R]): TC[T, R]
given fromBubble[T <: DFTypeAny, V <: Bubble]: fromBubble[T, V]
given fromNOTHING[T <: DFTypeAny](using dt: DomainType)(using x$2: AssertGiven[(dt.type <:< DF) | (T <:< DFBit) | (T <:< DFType[DFBits, Args]), "`NOTHING` can only be assigned to either `Bits` or `Bit` DFHDL values outside of a dataflow (DF) domain."]): fromNOTHING[T]
transparent inline given fromOPEN[T <: DFTypeAny]: TC[T, OPEN]
given sameValType[T <: DFTypeAny, P, V <: DFValTP[T, P]]: sameValType[T, P, V]