spinal.core

Data

Related Docs: object Data | package core

trait Data extends ContextUser with NameableByComponent with Assignable with SpinalTagReady with GlobalDataUser with ScalaLocated with OwnableRef

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Data
  2. ScalaLocated
  3. SpinalTagReady
  4. Assignable
  5. NameableByComponent
  6. Nameable
  7. OwnableRef
  8. ContextUser
  9. GlobalDataUser
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. abstract type RefOwnerType

    Definition Classes
    OwnableRef

Abstract Value Members

  1. abstract def asBits: Bits

  2. abstract def assignFromBits(bits: Bits, hi: Int, low: Int): Unit

  3. abstract def assignFromBits(bits: Bits): Unit

  4. abstract def flatten: Seq[BaseType]

  5. abstract def flattenLocalName: Seq[String]

  6. abstract def getBitsWidth: Int

  7. abstract def getZero: Data.this.type

Concrete Value Members

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

    Definition Classes
    AnyRef → Any
  2. def ##(right: Data): Bits

  3. final def ##(): Int

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

    Definition Classes
    AnyRef → Any
  5. var _spinalTags: Set[SpinalTag]

    Definition Classes
    SpinalTagReady
  6. def addAttribute(attribute: Attribute): Data.this.type

    Definition Classes
    DataSpinalTagReady
  7. def addAttribute(name: String, value: String): Data.this.type

    Definition Classes
    SpinalTagReady
  8. def addAttribute(name: String): Data.this.type

    Definition Classes
    SpinalTagReady
  9. def addTag(spinalTag: SpinalTag): Data.this.type

    Definition Classes
    SpinalTagReady
  10. def addTags(tags: Iterable[SpinalTag]): Data.this.type

    Definition Classes
    SpinalTagReady
  11. def allowDirectionLessIo: Data.this.type

  12. def allowOverride: Data.this.type

  13. def allowPruning(): Unit

  14. def allowSimplifyIt(): Data.this.type

  15. def allowUnsetRegToAvoidLatch: Data.this.type

  16. def asData: Data

  17. def asDirectionLess(): Data.this.type

  18. def asInOut(): Data.this.type

  19. def asInput(): Data.this.type

  20. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  21. def asOutput(): Data.this.type

  22. def assignDontCare(): Data.this.type

  23. final def assignFrom(that: AnyRef, target: AnyRef = this): Unit

  24. def assignFromBits(bits: Bits, offset: Int, bitCount: BitCount): Unit

  25. def clone(): Data

    Definition Classes
    Data → AnyRef
  26. def component: Component

    Definition Classes
    ContextUser
  27. final def compositAssignFrom(that: AnyRef, target: AnyRef, kind: AnyRef): Unit

    Definition Classes
    Assignable
  28. var compositeAssign: Assignable

    Definition Classes
    Assignable
  29. def dirString(): String

  30. def dontSimplifyIt(): Data.this.type

  31. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  33. def existsTag(cond: (SpinalTag) ⇒ Boolean): Boolean

    Definition Classes
    SpinalTagReady
  34. def filterTag(cond: (SpinalTag) ⇒ Boolean): Iterable[SpinalTag]

    Definition Classes
    SpinalTagReady
  35. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  36. def findTag(cond: (SpinalTag) ⇒ Boolean): Option[SpinalTag]

    Definition Classes
    SpinalTagReady
  37. def flip(): Data.this.type

  38. def foreachReflectableNameables(doThat: (Any) ⇒ Unit): Unit

    Definition Classes
    Nameable
  39. def genIf(cond: Boolean): Data.this.type

  40. final def getClass(): Class[_]

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

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

  43. def getDisplayName(): String

    Definition Classes
    Nameable
  44. def getInstanceCounter: Int

    Definition Classes
    ContextUser
  45. def getName(): String

    Definition Classes
    NameableByComponentNameable
  46. def getName(default: String): String

    Definition Classes
    Nameable
  47. def getRealSource: Any

    Definition Classes
    Assignable
  48. def getRealSourceNoRec: Any

    Definition Classes
    DataAssignable
  49. def getRefOwnersChain(): List[Any]

    Definition Classes
    OwnableRef
  50. def getRootParent: Data

  51. def getScalaLocationLong: String

    Definition Classes
    ScalaLocated
  52. def getScalaLocationShort: String

    Definition Classes
    ScalaLocated
  53. def getTag[T <: SpinalTag](clazz: Class[T]): Option[T]

    Definition Classes
    SpinalTagReady
  54. val globalData: GlobalData

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

    Definition Classes
    SpinalTagReady
  56. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  57. final def initFrom(that: AnyRef, target: AnyRef = this): Unit

  58. def instanceAttributes(language: Language): Iterable[Attribute]

    Definition Classes
    SpinalTagReady
  59. def instanceAttributes: Iterable[Attribute]

    Definition Classes
    SpinalTagReady
  60. def isAnalog: Boolean

  61. def isComb: Boolean

  62. def isDirectionLess: Boolean

  63. def isEmptyOfTag: Boolean

    Definition Classes
    SpinalTagReady
  64. def isInOut: Boolean

  65. def isInput: Boolean

  66. def isInputOrInOut: Boolean

  67. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  68. def isNamed: Boolean

    Definition Classes
    Nameable
  69. def isOutput: Boolean

  70. def isOutputOrInOut: Boolean

  71. def isReg: Boolean

  72. def isUnnamed: Boolean

    Definition Classes
    Nameable
  73. def keep(): Data.this.type

  74. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  77. def onEachAttributes(doIt: (Attribute) ⇒ Unit): Unit

    Definition Classes
    SpinalTagReady
  78. var parent: Data

  79. var parentScope: ScopeStatement

    Definition Classes
    ContextUser
  80. def pull(): Data.this.type

  81. def randBoot(): Data.this.type

  82. var refOwner: RefOwnerType

    Definition Classes
    OwnableRef
  83. def removeTag(spinalTag: SpinalTag): Data.this.type

    Definition Classes
    SpinalTagReady
  84. def removeTags(tags: Iterable[SpinalTag]): Data.this.type

    Definition Classes
    SpinalTagReady
  85. def resized: Data.this.type

  86. def setAsAnalog(): Data.this.type

  87. def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): Data.this.type

    Definition Classes
    Nameable
  88. def setCompositeName(nameable: Nameable, postfix: String): Data.this.type

    Definition Classes
    Nameable
  89. def setCompositeName(nameable: Nameable, weak: Boolean): Data.this.type

    Definition Classes
    Nameable
  90. def setCompositeName(nameable: Nameable): Data.this.type

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

    Definition Classes
    Nameable
  92. def setPartialName(name: String, weak: Boolean): Data.this.type

    Definition Classes
    Nameable
  93. def setPartialName(owner: Nameable, name: String, weak: Boolean): Data.this.type

    Definition Classes
    Nameable
  94. def setPartialName(name: String): Data.this.type

    Definition Classes
    Nameable
  95. def setPartialName(owner: Nameable, name: String): Data.this.type

    Definition Classes
    Nameable
  96. def setRefOwner(that: Any): Unit

    Definition Classes
    OwnableRef
  97. def setScalaLocated(source: ScalaLocated): Data.this.type

    Definition Classes
    ScalaLocated
  98. def setWeakName(name: String): Data.this.type

    Definition Classes
    Nameable
  99. def spinalTags: Set[SpinalTag]

    Definition Classes
    SpinalTagReady
  100. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  101. def toString(): String

    Definition Classes
    Nameable → AnyRef → Any
  102. def unsetName(): Data.this.type

    Definition Classes
    Nameable
  103. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ScalaLocated

Inherited from SpinalTagReady

Inherited from Assignable

Inherited from NameableByComponent

Inherited from Nameable

Inherited from OwnableRef

Inherited from ContextUser

Inherited from GlobalDataUser

Inherited from AnyRef

Inherited from Any

Ungrouped