spinal.core.Operator.BitVector

ShiftRightByUInt

Related Doc: package BitVector

abstract class ShiftRightByUInt extends BinaryOperatorWidthableInputs with Widthable

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ShiftRightByUInt
  2. Widthable
  3. WidthProvider
  4. BinaryOperatorWidthableInputs
  5. BinaryOperator
  6. Operator
  7. Modifier
  8. Node
  9. SpinalTagReady
  10. ScalaLocated
  11. ContextUser
  12. GlobalDataUser
  13. AnyRef
  14. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ShiftRightByUInt()

Type Members

  1. type T = Node with WidthProvider

Abstract Value Members

  1. abstract def opName: String

    Definition Classes
    Modifier

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. def addTag(spinalTag: SpinalTag): ShiftRightByUInt.this.type

    Definition Classes
    SpinalTagReady
  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def calcWidth(): Int

    Definition Classes
    ShiftRightByUIntWidthable
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. var component: Component

    Definition Classes
    ContextUser
  9. val consumers: ArrayBuffer[Node]

    Definition Classes
    Node
  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  14. def getInput(id: Int): Node

    Definition Classes
    BinaryOperatorNode
  15. def getInputs: Iterator[Node]

    Definition Classes
    BinaryOperatorNode
  16. def getInputsCount: Int

    Definition Classes
    BinaryOperatorNode
  17. def getScalaLocationLong: String

    Definition Classes
    ScalaLocated
  18. def getScalaLocationShort: String

    Definition Classes
    ScalaLocated
  19. def getTag[T <: SpinalTag](clazz: Class[T]): Option[T]

    Definition Classes
    SpinalTagReady
  20. def getWidth: Int

    Definition Classes
    WidthableWidthProvider
  21. val globalData: GlobalData

    Definition Classes
    GlobalDataUser
  22. def hasTag(spinalTag: SpinalTag): Boolean

    Definition Classes
    SpinalTagReady
  23. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  24. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  25. var left: T

    Definition Classes
    BinaryOperator
  26. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. def nonRecursiveToString(): String

    Definition Classes
    ModifierNode
  28. def normalizeInputs: Unit

    Definition Classes
    ShiftRightByUIntNode
  29. final def notify(): Unit

    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  31. def onEachInput(doThat: (Node) ⇒ Unit): Unit

    Definition Classes
    BinaryOperatorNode
  32. def onEachInput(doThat: (Node, Int) ⇒ Unit): Unit

    Definition Classes
    BinaryOperatorNode
  33. var right: T

    Definition Classes
    BinaryOperator
  34. def setInput(id: Int, node: Node): Unit

    Definition Classes
    BinaryOperatorNode
  35. def simplifyNode: Unit

    Definition Classes
    ShiftRightByUIntNode
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. def toString(): String

    Definition Classes
    ModifierNode → AnyRef → Any
  38. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Widthable

Inherited from WidthProvider

Inherited from BinaryOperator

Inherited from Operator

Inherited from Modifier

Inherited from Node

Inherited from SpinalTagReady

Inherited from ScalaLocated

Inherited from ContextUser

Inherited from GlobalDataUser

Inherited from AnyRef

Inherited from Any

Ungrouped