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. BaseType
  6. Data
  7. AttributeReady
  8. Assignable
  9. NameableByComponent
  10. Nameable
  11. Node
  12. SpinalTagReady
  13. ScalaLocated
  14. ContextUser
  15. GlobalDataUser
  16. AnyRef
  17. 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 %(that: UInt): UInt

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

  6. def *(that: UInt): UInt

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

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

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

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

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

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

    Definition Classes
    UIntNum
  13. def <=(that: 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 >(that: UInt): Bool

    Definition Classes
    UIntNum
  20. def >=(that: 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 ^(that: UInt): UInt

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

    Definition Classes
    BaseTypeDataAttributeReady
  26. def addTag(spinalTag: SpinalTag): UInt.this.type

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

    Definition Classes
    BaseTypeData
  28. def andR: Bool

    Definition Classes
    BitVector
  29. def apply(range: Range): UInt.this.type

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

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

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

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

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

    Definition Classes
    BitVector
  35. def asBits: Bits

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

    Definition Classes
    BitVector
  37. def asData: Data

    Definition Classes
    Data
  38. def asInput(): UInt.this.type

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

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

    Definition Classes
    BaseTypeData
  41. def asSInt: SInt

  42. def assignDontCare(): Unit

    Definition Classes
    BaseType
  43. def assignFromBits(bits: Bits, hi: Int, lo: Int): Unit

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

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

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

  47. def clearAll(): Unit

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

    Definition Classes
    BitVectorBaseTypeData → AnyRef
  49. var component: Component

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

    Definition Classes
    Node
  51. var defaultValue: BaseType

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

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

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

    Definition Classes
    AnyRef → Any
  55. def extract(offset: UInt, bitCount: BitCount): UInt.this.type

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

    Definition Classes
    BitVector
  57. def finalize(): Unit

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

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

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

    Definition Classes
    Data
  61. def getBitsWidth: Int

    Definition Classes
    BaseTypeData
  62. final def getClass(): Class[_]

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

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

    Definition Classes
    Data
  65. def getDisplayName(): String

    Definition Classes
    Nameable
  66. def getName(): String

    Definition Classes
    NameableByComponentNameable
  67. def getRootParent: Data

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

    Definition Classes
    SpinalTagReady
  69. def getWidth: Int

    Definition Classes
    Node
  70. def getWidthNoInferation: Int

    Definition Classes
    BitVector
  71. def getWidthStringNoInferation: String

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

    Definition Classes
    UIntData
  73. val globalData: GlobalData

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

    Definition Classes
    SpinalTagReady
  75. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  76. def high: Int

    Definition Classes
    BitVector
  77. val inputs: ArrayBuffer[Node]

    Definition Classes
    Node
  78. def isDelay: Boolean

    Definition Classes
    BaseType
  79. def isDirectionLess: Boolean

    Definition Classes
    Data
  80. def isInput: Boolean

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

    Definition Classes
    Any
  82. def isNamed: Boolean

    Definition Classes
    Nameable
  83. def isOutput: Boolean

    Definition Classes
    Data
  84. def isReg: Boolean

    Definition Classes
    BaseTypeData
  85. def isUnnamed: Boolean

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

    Definition Classes
    Data
  87. def lsb: Bool

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

    Definition Classes
    Num
  89. def maxValue: BigInt

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

    Definition Classes
    Num
  91. def minValue: BigInt

    Definition Classes
    UIntMinMaxProvider
  92. def msb: Bool

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

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

    Definition Classes
    AnyRef
  95. final def notify(): Unit

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

    Definition Classes
    AnyRef
  97. def orR: Bool

    Definition Classes
    BitVector
  98. var parent: Data

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

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

    Definition Classes
    Data
  101. def range: Range

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

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

    Definition Classes
    Data
  104. def setAll(): Unit

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

    Definition Classes
    BitVector
  106. def setCompositeName(nameable: Nameable): Unit

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

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

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

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

    Definition Classes
    BitVector
  111. def simplifyNode: Unit

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

    Definition Classes
    AnyRef
  113. def toString(): String

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

  115. def unary_~(): UInt

  116. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  119. def xorR: Bool

    Definition Classes
    BitVector
  120. def |(that: 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 BaseType

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