spinal.core

UInt

Related Doc: package core

class UInt extends BitVector with Num[UInt] with MinMaxProvider

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. UInt
  2. MinMaxProvider
  3. Num
  4. BitVector
  5. CheckWidth
  6. Widthable
  7. WidthProvider
  8. BaseType
  9. AssignementTreePart
  10. Data
  11. AttributeReady
  12. Assignable
  13. NameableByComponent
  14. Nameable
  15. Node
  16. SpinalTagReady
  17. ScalaLocated
  18. ContextUser
  19. GlobalDataUser
  20. AnyRef
  21. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UInt()

Value Members

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

    Definition Classes
    AnyRef → Any
  2. def ##(right: Data): Bits

    Definition Classes
    Data
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def %(right: UInt): UInt

    Definition Classes
    UIntNum
  5. def &(right: UInt): UInt

  6. def *(right: UInt): UInt

    Definition Classes
    UIntNum
  7. def +(right: UInt): UInt

    Definition Classes
    UIntNum
  8. def -(right: UInt): UInt

    Definition Classes
    UIntNum
  9. def /(right: UInt): UInt

    Definition Classes
    UIntNum
  10. def <(right: UInt): Bool

    Definition Classes
    UIntNum
  11. def <<(that: UInt): UInt

  12. def <<(that: Int): UInt

    Definition Classes
    UIntNum
  13. def <=(right: UInt): Bool

    Definition Classes
    UIntNum
  14. def =/=(that: MaskedLiteral): Bool

  15. def =/=(that: UInt): Bool

  16. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  17. def ===(that: MaskedLiteral): Bool

  18. def ===(that: UInt): Bool

  19. def >(right: UInt): Bool

    Definition Classes
    UIntNum
  20. def >=(right: UInt): Bool

    Definition Classes
    UIntNum
  21. def >>(that: UInt): UInt

  22. def >>(that: Int): UInt

    Definition Classes
    UIntNum
  23. def @@(that: UInt): UInt

  24. def ^(right: UInt): UInt

  25. def addAttribute(attribute: Attribute): UInt.this.type

    Definition Classes
    BaseTypeDataAttributeReady
  26. def addAttribute(name: String, value: String): UInt.this.type

    Definition Classes
    AttributeReady
  27. def addAttribute(name: String): UInt.this.type

    Definition Classes
    AttributeReady
  28. def addTag(spinalTag: SpinalTag): UInt.this.type

    Definition Classes
    SpinalTagReady
  29. def allowSimplifyIt(): UInt.this.type

    Definition Classes
    BaseTypeData
  30. def andR: Bool

    Definition Classes
    BitVector
  31. def apply(offset: UInt, bitCount: BitCount): UInt.this.type

    Definition Classes
    UIntBitVector
  32. def apply(offset: Int, bitCount: BitCount): UInt.this.type

    Definition Classes
    UIntBitVector
  33. def apply(bitId: UInt): Bool

    Definition Classes
    UIntBitVector
  34. def apply(bitId: Int): Bool

    Definition Classes
    UIntBitVector
  35. def apply(range: Range): UInt.this.type

    Definition Classes
    BitVector
  36. def apply(hi: Int, lo: Int): UInt.this.type

    Definition Classes
    BitVector
  37. def asBits: Bits

    Definition Classes
    UIntData
  38. def asBools: Vec[Bool]

    Definition Classes
    BitVector
  39. def asData: Data

    Definition Classes
    Data
  40. def asDirectionLess(): UInt.this.type

    Definition Classes
    BaseTypeData
  41. def asInput(): UInt.this.type

    Definition Classes
    BaseTypeData
  42. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  43. def asOutput(): UInt.this.type

    Definition Classes
    BaseTypeData
  44. def asSInt: SInt

  45. def assignDontCare(): UInt.this.type

    Definition Classes
    BitVectorBaseTypeData
  46. def assignFromBits(bits: Bits, hi: Int, lo: Int): Unit

    Definition Classes
    UIntData
  47. def assignFromBits(bits: Bits): Unit

    Definition Classes
    UIntData
  48. def assignFromBits(bits: Bits, offset: Int, bitCount: BitCount): Unit

    Definition Classes
    Data
  49. def assignMask(maskedLiteral: MaskedLiteral): Unit

  50. var assignementThrowable: Throwable

    Definition Classes
    BaseType
  51. def clearAll(): Unit

    Definition Classes
    BitVector
  52. def clone(): UInt.this.type

    Definition Classes
    BitVectorBaseTypeData → AnyRef
  53. var component: Component

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

    Definition Classes
    Node
  55. var defaultValue: BaseType

    Definition Classes
    BaseType
  56. def dontSimplifyIt(): UInt.this.type

    Definition Classes
    BaseTypeData
  57. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  60. def flatten: Seq[BaseType]

    Definition Classes
    BaseTypeData
  61. def flattenLocalName: Seq[String]

    Definition Classes
    BaseTypeData
  62. def flip(): UInt.this.type

    Definition Classes
    Data
  63. def forEachNameables(doThat: (Any) ⇒ Unit): Unit

    Definition Classes
    Nameable
  64. def genIf(cond: Boolean): UInt.this.type

    Definition Classes
    Data
  65. def getAssignementContext(id: Int): Throwable

    Definition Classes
    BaseTypeAssignementTreePart
  66. def getBitsWidth: Int

    Definition Classes
    BitVectorData
  67. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  68. def getComponent(): Component

    Definition Classes
    DataNameableByComponent
  69. def getComponents(): Seq[Component]

    Definition Classes
    Data
  70. def getDisplayName(): String

    Definition Classes
    Nameable
  71. def getDrivingReg: UInt.this.type

    Definition Classes
    BaseType
  72. def getInput(id: Int): Node

    Definition Classes
    BaseTypeNode
  73. def getInputs: Iterator[Node]

    Definition Classes
    BaseTypeNode
  74. def getInputsCount: Int

    Definition Classes
    BaseTypeNode
  75. def getName(): String

    Definition Classes
    NameableByComponentNameable
  76. def getRootParent: Data

    Definition Classes
    Data
  77. def getScalaLocationLong: String

    Definition Classes
    ScalaLocated
  78. def getScalaLocationShort: String

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

    Definition Classes
    SpinalTagReady
  80. def getWidth: Int

    Definition Classes
    WidthableWidthProvider
  81. def getWidthNoInferation: Int

    Definition Classes
    BitVector
  82. def getWidthStringNoInferation: String

    Definition Classes
    BitVector
  83. def getZero: UInt.this.type

    Definition Classes
    UIntData
  84. def getZeroUnconstrained(): UInt.this.type

    Definition Classes
    UIntBitVector
  85. val globalData: GlobalData

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

    Definition Classes
    SpinalTagReady
  87. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  88. def high: Int

    Definition Classes
    BitVector
  89. var input: Node

    Definition Classes
    BaseType
  90. def isDelay: Boolean

    Definition Classes
    BaseType
  91. def isDirectionLess: Boolean

    Definition Classes
    Data
  92. def isInput: Boolean

    Definition Classes
    Data
  93. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  94. def isNamed: Boolean

    Definition Classes
    Nameable
  95. def isOutput: Boolean

    Definition Classes
    Data
  96. def isReg: Boolean

    Definition Classes
    BaseTypeData
  97. def isUnnamed: Boolean

    Definition Classes
    Nameable
  98. def keep(): UInt.this.type

    Definition Classes
    Data
  99. def lsb: Bool

    Definition Classes
    BitVector
  100. def max(right: UInt): UInt

    Definition Classes
    Num
  101. def maxValue: BigInt

    Definition Classes
    UIntMinMaxProvider
  102. def min(right: UInt): UInt

    Definition Classes
    Num
  103. def minValue: BigInt

    Definition Classes
    UIntMinMaxProvider
  104. def msb: Bool

    Definition Classes
    BitVector
  105. def nameChangeEvent(weak: Boolean): Unit

    Attributes
    protected
    Definition Classes
    Nameable
  106. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  107. def newExtract(offset: UInt, size: Int, extract: ExtractBitsVectorFloating): UInt.this.type

    Definition Classes
    BitVector
  108. def newExtract(hi: Int, lo: Int, extract: ExtractBitsVectorFixed): UInt.this.type

    Definition Classes
    BitVector
  109. def newExtract(bitId: UInt, extract: ExtractBoolFloating): Bool

    Definition Classes
    BitVector
  110. def newExtract(bitId: Int, extract: ExtractBoolFixed): Bool

    Definition Classes
    BitVector
  111. final def notify(): Unit

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

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

    Definition Classes
    BaseTypeNode
  114. def onEachInput(doThat: (Node, Int) ⇒ Unit): Unit

    Definition Classes
    BaseTypeNode
  115. def orR: Bool

    Definition Classes
    BitVector
  116. var parent: Data

    Definition Classes
    Data
  117. def pull(): UInt.this.type

    Definition Classes
    Data
  118. def randBoot(): UInt.this.type

    Definition Classes
    Data
  119. def range: Range

    Definition Classes
    BitVector
  120. def resize(width: Int): UInt.this.type

    Definition Classes
    UIntBitVector
  121. def resized: UInt.this.type

    Definition Classes
    Data
  122. def setAll(): Unit

    Definition Classes
    BitVector
  123. def setAllTo(value: Boolean): Unit

    Definition Classes
    BitVector
  124. def setAssignementContext(id: Int, that: Throwable): Unit

    Definition Classes
    BaseTypeAssignementTreePart
  125. def setCompositeName(nameable: Nameable): Unit

    Definition Classes
    Nameable
  126. def setInput(id: Int, node: Node): Unit

    Definition Classes
    BaseTypeNode
  127. def setName(name: String, weak: Boolean = false): UInt.this.type

    Definition Classes
    Nameable
  128. def setName(nameable: Nameable): Unit

    Definition Classes
    Nameable
  129. def setWeakName(name: String): Nameable

    Definition Classes
    Nameable
  130. def setWidth(width: Int): UInt.this.type

    Definition Classes
    BitVector
  131. def simplifyNode: Unit

    Definition Classes
    Node
  132. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  133. def toString(): String

    Definition Classes
    BitVectorBaseTypeNameableNode → AnyRef → Any
  134. def twoComplement(enable: Bool): SInt

  135. def unary_~(): UInt

  136. def unused: Unit

    Definition Classes
    Data
  137. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  140. def wrapCast[T <: BaseType](result: T, node: Cast): T

    Definition Classes
    BaseType
  141. def xorR: Bool

    Definition Classes
    BitVector
  142. def |(right: UInt): UInt

Deprecated Value Members

  1. def autoResize(): UInt.this.type

    Definition Classes
    Data
    Annotations
    @deprecated
    Deprecated

    Use resized instead

Inherited from MinMaxProvider

Inherited from Num[UInt]

Inherited from BitVector

Inherited from CheckWidth

Inherited from Widthable

Inherited from WidthProvider

Inherited from BaseType

Inherited from AssignementTreePart

Inherited from Data

Inherited from AttributeReady

Inherited from Assignable

Inherited from NameableByComponent

Inherited from Nameable

Inherited from Node

Inherited from SpinalTagReady

Inherited from ScalaLocated

Inherited from ContextUser

Inherited from GlobalDataUser

Inherited from AnyRef

Inherited from Any

Ungrouped