Packages

c

spinal.core.internals

UIntRangedAccessFixed

class UIntRangedAccessFixed extends BitVectorRangedAccessFixed

UInt range access with a fix range

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UIntRangedAccessFixed
  2. BitVectorRangedAccessFixed
  3. WidthProvider
  4. SubAccess
  5. Modifier
  6. Expression
  7. ExpressionContainer
  8. BaseNode
  9. ScalaLocated
  10. GlobalDataUser
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UIntRangedAccessFixed()

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. val algoIncrementale: Int
    Definition Classes
    BaseNode
  5. val algoInt: Int
    Definition Classes
    BaseNode
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def checkHiLo: Unit
    Definition Classes
    BitVectorRangedAccessFixed
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def foreachDrivingExpression(func: (Expression) ⇒ Unit): Unit
    Definition Classes
    ExpressionContainer
  12. def foreachExpression(func: (Expression) ⇒ Unit): Unit
  13. def getBitVector: Expression
    Definition Classes
    BitVectorRangedAccessFixedSubAccess
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def getScalaLocationLong: String
    Definition Classes
    ScalaLocated
  16. def getScalaLocationShort: String
    Definition Classes
    ScalaLocated
  17. def getScalaTrace(): Throwable
    Definition Classes
    ScalaLocated
  18. def getTypeObject: TypeUInt.type
    Definition Classes
    UIntRangedAccessFixedExpression
  19. def getWidth: Int
  20. val globalData: GlobalData
    Definition Classes
    GlobalDataUser
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. var hi: Int
    Definition Classes
    BitVectorRangedAccessFixed
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. var lo: Int
    Definition Classes
    BitVectorRangedAccessFixed
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def normalizeInputs: Unit
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def opName: String
    Definition Classes
    UIntRangedAccessFixedExpression
  30. def remapDrivingExpressions(func: (Expression) ⇒ Expression): Unit
    Definition Classes
    ExpressionContainer
  31. def remapExpressions(func: (Expression) ⇒ Expression): Unit
  32. def setScalaLocated(source: ScalaLocated): UIntRangedAccessFixed.this.type
    Definition Classes
    ScalaLocated
  33. def simplifyNode: Expression
    Definition Classes
    Expression
  34. var source: Expression with WidthProvider
    Definition Classes
    BitVectorRangedAccessFixed
  35. def stabilized(func: (Expression) ⇒ Expression, seed: Expression): Expression
    Definition Classes
    ExpressionContainer
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    Expression → AnyRef → Any
  38. def toStringMultiLine(): String
    Definition Classes
    BaseNode
  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
    @native() @throws( ... )
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def walkDrivingExpressions(func: (Expression) ⇒ Unit): Unit
    Definition Classes
    ExpressionContainer
  43. def walkExpression(func: (Expression) ⇒ Unit): Unit
    Definition Classes
    ExpressionContainer
  44. def walkRemapDrivingExpressions(func: (Expression) ⇒ Expression): Unit
    Definition Classes
    ExpressionContainer
  45. def walkRemapExpressions(func: (Expression) ⇒ Expression): Unit
    Definition Classes
    ExpressionContainer

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from WidthProvider

Inherited from SubAccess

Inherited from Modifier

Inherited from Expression

Inherited from ExpressionContainer

Inherited from BaseNode

Inherited from ScalaLocated

Inherited from GlobalDataUser

Inherited from AnyRef

Inherited from Any

Ungrouped