object OHMasking
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- OHMasking
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def first(that: Seq[Bool]): Vec[Bool]
- def first(that: Vec[Bool]): Vec[Bool]
- def first[T <: Data](that: T): T
returns an one hot encoded vector with only LSB of the word present
- def firstV2[T <: Data](that: T, firstOrder: Int = LutInputs.get): T
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def last[T <: Data](that: T): T
returns an one hot encoded vector with only MSB of the word present
- def lastV2[T <: Data](that: T, firstOrder: Int = LutInputs.get): T
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def roundRobin[T <: Data](requests: T, ohPriority: T): T
- def roundRobinMasked[T <: Data, T2 <: Data](requests: T, priority: T2): Bits
- def roundRobinMaskedFull[T <: Data, T2 <: Data](requests: T, priority: T2): Bits
- def roundRobinMaskedInvert[T <: Data, T2 <: Data](requests: T, priority: T2): Bits
- def roundRobinNext[T <: Data](requests: T, next: Bool): Bits
Easy to use round robin.
Easy to use round robin. Priorities are cleared as soon as there is no requests pending
- next
Move on to the next priority
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)