Class

spinal.core.internals

BitVectorRangedAccessFloating

Related Doc: package internals

Permalink

abstract class BitVectorRangedAccessFloating extends SubAccess with WidthProvider

Base class for accessing a range of bits in a bitvector with a floating range

When used offset.dontSimplifyIt() Because it can appear at multiple location (o+bc-1 downto o)

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

Instance Constructors

  1. new BitVectorRangedAccessFloating()

    Permalink

Abstract Value Members

  1. abstract def bitVectorRangedAccessFixedFactory: BitVectorRangedAccessFixed

    Permalink
  2. abstract def getTypeObject: Any

    Permalink
    Definition Classes
    Expression
  3. abstract def opName: String

    Permalink
    Definition Classes
    Expression

Concrete Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. var algoIncrementale: Int

    Permalink
    Definition Classes
    BaseNode
  5. var algoInt: Int

    Permalink
    Definition Classes
    BaseNode
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. def foreachDrivingExpression(func: (Expression) ⇒ Unit): Unit

    Permalink
    Definition Classes
    ExpressionContainer
  11. def foreachExpression(func: (Expression) ⇒ Unit): Unit

    Permalink
  12. def getBitVector: Expression

    Permalink
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  14. def getScalaLocationLong: String

    Permalink
    Definition Classes
    ScalaLocated
  15. def getScalaLocationShort: String

    Permalink
    Definition Classes
    ScalaLocated
  16. def getScalaTrace(): Throwable

    Permalink
    Definition Classes
    ScalaLocated
  17. def getWidth: Int

    Permalink
  18. val globalData: GlobalData

    Permalink
    Definition Classes
    GlobalDataUser
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. def normalizeInputs: Unit

    Permalink
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  25. var offset: Expression with WidthProvider

    Permalink
  26. def remapDrivingExpressions(func: (Expression) ⇒ Expression): Unit

    Permalink
    Definition Classes
    ExpressionContainer
  27. def remapExpressions(func: (Expression) ⇒ Expression): Unit

    Permalink
  28. var scalaTrace: Throwable

    Permalink
    Definition Classes
    ScalaLocated
  29. def setScalaLocated(source: ScalaLocated): BitVectorRangedAccessFloating.this.type

    Permalink
    Definition Classes
    ScalaLocated
  30. def simplifyNode: Expression

    Permalink
  31. var size: Int

    Permalink
  32. var source: Expression with WidthProvider

    Permalink
  33. def stabilized(func: (Expression) ⇒ Expression, seed: Expression): Expression

    Permalink
    Definition Classes
    ExpressionContainer
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  35. def toString(): String

    Permalink
    Definition Classes
    Expression → AnyRef → Any
  36. def toStringMultiLine(): String

    Permalink
    Definition Classes
    BaseNode
  37. def toStringRec(level: Int = 1): String

    Permalink
    Definition Classes
    Expression
  38. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. def walkDrivingExpressions(func: (Expression) ⇒ Unit): Unit

    Permalink
    Definition Classes
    ExpressionContainer
  42. def walkExpression(func: (Expression) ⇒ Unit): Unit

    Permalink
    Definition Classes
    ExpressionContainer
  43. def walkExpressionPostorder(func: (Expression) ⇒ Unit): Unit

    Permalink
    Definition Classes
    ExpressionContainer
  44. def walkRemapDrivingExpressions(func: (Expression) ⇒ Expression): Unit

    Permalink
    Definition Classes
    ExpressionContainer
  45. def walkRemapExpressions(func: (Expression) ⇒ Expression): Unit

    Permalink
    Definition Classes
    ExpressionContainer

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    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