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]
extension (inline lhs: DFValAny)
Selecting range of bits/cells.
Selecting range of bits/cells.
Value parameters
- idxLeft
-
For Bits, the most significant bit index. For Vectors, the least significant cell index.
- idxRight
-
For Bits, the least significant bit index. For Vectors, the most significant cell index.
Attributes
extension (inline lhs: SupportedValue)
extension (inline lhs: SupportedValue)
In this article