spinal.core.internals

AnalogDriverBits

Related Doc: package internals

class AnalogDriverBits extends AnalogDriverBitVector

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AnalogDriverBits
  2. AnalogDriverBitVector
  3. Widthable
  4. WidthProvider
  5. ScalaLocated
  6. GlobalDataUser
  7. AnalogDriver
  8. Expression
  9. ExpressionContainer
  10. BaseNode
  11. AnyRef
  12. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AnalogDriverBits()

Type Members

  1. type T = Expression with WidthProvider

    Definition Classes
    AnalogDriverBitVectorAnalogDriver

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. var algoIncrementale: Int

    Definition Classes
    BaseNode
  5. var algoInt: Int

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

    Definition Classes
    Any
  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. var data: T

    Definition Classes
    AnalogDriver
  9. var enable: Expression

    Definition Classes
    AnalogDriver
  10. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def foreachDrivingExpression(func: (Expression) ⇒ Unit): Unit

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

    Definition Classes
    AnalogDriverExpressionContainer
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def getScalaLocationLong: String

    Definition Classes
    ScalaLocated
  17. def getScalaLocationShort: String

    Definition Classes
    ScalaLocated
  18. def getScalaTrace(): Throwable

    Definition Classes
    ScalaLocated
  19. def getTypeObject: TypeBits.type

    Definition Classes
    AnalogDriverBitsExpression
  20. def getWidth: Int

    Definition Classes
    WidthableWidthProvider
  21. val globalData: GlobalData

    Definition Classes
    GlobalDataUser
  22. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

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

    Definition Classes
    AnyRef
  25. def normalizeInputs: Unit

    Definition Classes
    ExpressionContainer
  26. final def notify(): Unit

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

    Definition Classes
    AnyRef
  28. def opName: String

    Definition Classes
    AnalogDriverBitsExpression
  29. def remapDrivingExpressions(func: (Expression) ⇒ Expression): Unit

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

    Definition Classes
    AnalogDriverExpressionContainer
  31. def setScalaLocated(source: ScalaLocated): AnalogDriverBits.this.type

    Definition Classes
    ScalaLocated
  32. def simplifyNode: Expression

    Definition Classes
    Expression
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def toString(): String

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

    Definition Classes
    AnalogDriverBaseNode
  36. final def wait(): Unit

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

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

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

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

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

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

    Definition Classes
    ExpressionContainer

Inherited from AnalogDriverBitVector

Inherited from Widthable

Inherited from WidthProvider

Inherited from ScalaLocated

Inherited from GlobalDataUser

Inherited from AnalogDriver

Inherited from Expression

Inherited from ExpressionContainer

Inherited from BaseNode

Inherited from AnyRef

Inherited from Any

Ungrouped