Ops
dfhdl.core.DFVal.Ops
object Ops
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Ops.type
Members list
Extensions
Extensions
extension [T <: DFTypeAny, A, C, I, S <: Int, V](dfVal: DFVal[T, Modifier[A, C, I, Any]])
def prev(step: Inlined[S], init: InitValue[T])(using dfc: DFC, dfOnly: DFDomainOnly, check: Check[S]): DFValOf[T]
def prev(step: Inlined[S])(using dfc: DFC, dfOnly: DFDomainOnly, initCheck: PrevInitCheck[I], check: Check[S]): DFValOf[T]
def reg(step: Inlined[S])(using dfc: DFC, rtOnly: RTDomainOnly, initCheck: RegInitCheck[I], check: Check[S]): DFValOf[T]
def reg(step: Inlined[S], init: InitValue[T])(using dfc: DFC, rtOnly: RTDomainOnly, check: Check[S]): DFValOf[T]
In this article