ApplyRange

dfhdl.core.DFVal.Alias.ApplyRange
object ApplyRange

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ApplyRange.type

Members list

Value members

Concrete methods

def apply[W <: IntP, M <: ModifierAny, H <: IntP, L <: IntP](relVal: DFVal[DFBits[W], M], idxHigh: IntParam[H], idxLow: IntParam[L])(using DFC): DFVal[DFBits[(H - L) + 1], M]
def applyVector[T <: DFTypeAny, M <: ModifierAny, H <: IntP, L <: IntP](relVal: DFVal[DFVector[T, Tuple1[_]], M], idxHigh: IntParam[H], idxLow: IntParam[L])(using DFC): DFVal[DFVector[T, Tuple1[(H - L) + 1]], M]
def forced[H <: IntP, L <: IntP](relVal: DFVal, idxHigh: IntParam[H], idxLow: IntParam[L])(using DFC): DFVal