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 add(attribute: Attribute): Unit

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

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

    Definition Classes
    BaseTypeData
  27. def andR: Bool

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

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

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

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

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

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

    Definition Classes
    BitVector
  34. def asBits: Bits

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

    Definition Classes
    BitVector
  36. def asInput(): UInt.this.type

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

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

    Definition Classes
    BaseTypeData
  39. def asSInt: SInt

  40. def assignDontCare(): Unit

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

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

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

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

  45. def clearAll(): Unit

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

    Definition Classes
    BitVectorBaseTypeData → AnyRef
  47. var component: Component

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

    Definition Classes
    Node
  49. var defaultValue: BaseType

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

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

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

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

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

    Definition Classes
    BitVector
  55. def finalize(): Unit

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

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

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

    Definition Classes
    Data
  59. def getBitsWidth: Int

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

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

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

    Definition Classes
    Data
  63. def getDisplayName(): String

    Definition Classes
    Nameable
  64. def getName(): String

    Definition Classes
    NameableByComponentNameable
  65. def getWidth: Int

    Definition Classes
    Node
  66. def getZero: UInt.this.type

    Definition Classes
    UIntData
  67. val globalData: GlobalData

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

    Definition Classes
    SpinalTagReady
  69. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  70. def high: Int

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

    Definition Classes
    Node
  72. def isDelay: Boolean

    Definition Classes
    BaseType
  73. def isDirectionLess: Boolean

    Definition Classes
    Data
  74. def isInput: Boolean

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

    Definition Classes
    Any
  76. def isNamed: Boolean

    Definition Classes
    Nameable
  77. def isOutput: Boolean

    Definition Classes
    Data
  78. def isReg: Boolean

    Definition Classes
    BaseTypeData
  79. def isUnnamed: Boolean

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

    Definition Classes
    Data
  81. def lsb: Bool

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

    Definition Classes
    Num
  83. def maxValue: BigInt

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

    Definition Classes
    Num
  85. def minValue: BigInt

    Definition Classes
    UIntMinMaxProvider
  86. def msb: Bool

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

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

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

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

    Definition Classes
    AnyRef
  91. def orR: Bool

    Definition Classes
    BitVector
  92. def pull(): UInt.this.type

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

    Definition Classes
    Data
  94. def range: Range

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

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

    Definition Classes
    Data
  97. def setAll(): Unit

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

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

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

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

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

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

    Definition Classes
    BitVector
  104. def simplifyNode: Unit

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

    Definition Classes
    AnyRef
  106. def toString(): String

    Definition Classes
    BaseTypeNameableNode → AnyRef → Any
  107. def twoComplement(enable: Bool): SInt

  108. def unary_~(): UInt

  109. final def wait(): Unit

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

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

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

    Definition Classes
    BitVector
  113. 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