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

  5. def *(that: UInt): UInt

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

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

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

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

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

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

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

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

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

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

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

  17. def >(that: UInt): Bool

    Definition Classes
    UIntNum
  18. def >=(that: UInt): Bool

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

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

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

  22. def add(attribute: Attribute): Unit

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

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

    Definition Classes
    BaseTypeData
  25. def andR: Bool

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

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

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

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

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

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

    Definition Classes
    BitVector
  32. def asBits: Bits

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

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

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

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

    Definition Classes
    BaseTypeData
  37. def asSInt: SInt

  38. def assignDontCare(): Unit

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

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

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

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

  43. def clearAll(): Unit

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

    Definition Classes
    BitVectorBaseTypeData → AnyRef
  45. var component: Component

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

    Definition Classes
    Node
  47. var defaultValue: BaseType

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

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

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

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

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

    Definition Classes
    BitVector
  53. def finalize(): Unit

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

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

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

    Definition Classes
    Data
  57. def getBitsWidth: Int

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

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

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

    Definition Classes
    Data
  61. def getName(): String

    Definition Classes
    NameableByComponentNameable
  62. def getWidth: Int

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

    Definition Classes
    UIntData
  64. val globalData: GlobalData

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

    Definition Classes
    SpinalTagReady
  66. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  67. def high: Int

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

    Definition Classes
    Node
  69. def isDelay: Boolean

    Definition Classes
    BaseType
  70. def isDirectionLess: Boolean

    Definition Classes
    Data
  71. def isInput: Boolean

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

    Definition Classes
    Any
  73. def isNamed: Boolean

    Definition Classes
    Nameable
  74. def isOutput: Boolean

    Definition Classes
    Data
  75. def isReg: Boolean

    Definition Classes
    BaseTypeData
  76. def isUnnamed: Boolean

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

    Definition Classes
    Data
  78. def lsb: Bool

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

    Definition Classes
    Num
  80. def maxValue: BigInt

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

    Definition Classes
    Num
  82. def minValue: BigInt

    Definition Classes
    UIntMinMaxProvider
  83. def msb: Bool

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

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

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

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

    Definition Classes
    AnyRef
  88. def orR: Bool

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

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

    Definition Classes
    Data
  91. def range: Range

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

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

    Definition Classes
    Data
  94. def setAll(): Unit

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

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

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

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

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

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

    Definition Classes
    BitVector
  101. def simplifyNode: Unit

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

    Definition Classes
    AnyRef
  103. def toString(): String

    Definition Classes
    BaseTypeNameableNode → AnyRef → Any
  104. def unary_~(): UInt

  105. final def wait(): Unit

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

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

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

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