Packages

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

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Data
  2. SpinalTagReady
  3. Assignable
  4. NameableByComponent
  5. Nameable
  6. OwnableRef
  7. ContextUser
  8. ScalaLocated
  9. GlobalDataUser
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract type RefOwnerType
    Definition Classes
    OwnableRef

Abstract Value Members

  1. abstract def asBits: Bits

    Cast data to 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

    Return the width of the data

  7. abstract def getZero: Data.this.type

    Create a data set to 0

  8. abstract def setAsComb(): Data.this.type

    Set baseType to Combinatorial

  9. abstract def setAsReg(): Data.this.type

    Set baseType to reg

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. def ##(right: Data): Bits

    Concatenation between two data

  3. final def ##(): Int
    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. val _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[T <: SpinalTag](spinalTag: T): Data.this.type
    Definition Classes
    SpinalTagReady
  10. def addTags[T <: SpinalTag](tags: Iterable[T]): Data.this.type
    Definition Classes
    SpinalTagReady
  11. def allowDirectionLessIo: Data.this.type
  12. def allowOverride: Data.this.type

    Allow a data to be overrided

  13. def allowPruning(): Data.this.type
  14. def allowSimplifyIt(): Data.this.type
  15. def allowUnsetRegToAvoidLatch: Data.this.type
  16. def asData: Data
  17. def asInOut(): Data.this.type

    set a data as inout

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

    Set a data as input

  19. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  20. def asOutput(): Data.this.type

    Set a data as output

  21. def assignDontCare(): Data.this.type
  22. final def assignFrom(that: AnyRef, target: AnyRef = this): Unit
  23. def assignFromBits(bits: Bits, offset: Int, bitCount: BitCount): Unit
  24. def clone(): Data
    Definition Classes
    Data → AnyRef
  25. def component: Component
    Definition Classes
    ContextUser
  26. final def compositAssignFrom(that: AnyRef, target: AnyRef, kind: AnyRef): Unit
    Definition Classes
    Assignable
  27. val compositeAssign: Assignable
    Definition Classes
    Assignable
  28. def dirString(): String
  29. def dontSimplifyIt(): Data.this.type
  30. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  32. def existsTag(cond: (SpinalTag) ⇒ Boolean): Boolean
    Definition Classes
    SpinalTagReady
  33. def filterTag(cond: (SpinalTag) ⇒ Boolean): Iterable[SpinalTag]
    Definition Classes
    SpinalTagReady
  34. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  35. def findTag(cond: (SpinalTag) ⇒ Boolean): Option[SpinalTag]
    Definition Classes
    SpinalTagReady
  36. def flattenForeach(body: (BaseType) ⇒ Unit): Unit
  37. def flip(): Data.this.type

    flip the direction of the data

  38. def foreachReflectableNameables(doThat: (Any) ⇒ Unit): Unit
    Definition Classes
    Nameable
  39. def genIf(cond: Boolean): Data.this.type

    Generate this if condition is true

  40. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  41. def getComponent(): Component
    Definition Classes
    DataNameableByComponent
  42. def getComponents(): Seq[Component]

    Get current component with all parents

  43. def getDisplayName(): String
    Definition Classes
    Nameable
  44. def getInstanceCounter: Int
    Definition Classes
    ContextUser
  45. def getMode: Byte
    Attributes
    protected
    Definition Classes
    Nameable
  46. def getName(default: String): String
    Definition Classes
    NameableByComponentNameable
  47. def getName(): String
    Definition Classes
    Nameable
  48. def getRealSource: Any
    Definition Classes
    Assignable
  49. def getRealSourceNoRec: Any
    Definition Classes
    DataAssignable
  50. def getRefOwnersChain(): List[Any]
    Definition Classes
    OwnableRef
  51. def getRootParent: Data
  52. def getScalaLocationLong: String
    Definition Classes
    ScalaLocated
  53. def getScalaLocationShort: String
    Definition Classes
    ScalaLocated
  54. def getScalaTrace(): Throwable
    Definition Classes
    ScalaLocated
  55. def getTag[T <: SpinalTag](clazz: Class[T]): Option[T]
    Definition Classes
    SpinalTagReady
  56. def getTags(): Set[SpinalTag]
    Definition Classes
    SpinalTagReady
  57. val globalData: GlobalData
    Definition Classes
    GlobalDataUser
  58. def hasTag[T <: SpinalTag](clazz: Class[T]): Boolean
    Definition Classes
    SpinalTagReady
  59. def hasTag(spinalTag: SpinalTag): Boolean
    Definition Classes
    SpinalTagReady
  60. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  61. final def initFrom(that: AnyRef, target: AnyRef = this): Unit
  62. def instanceAttributes(language: Language): Iterable[Attribute]
    Definition Classes
    SpinalTagReady
  63. def instanceAttributes: Iterable[Attribute]
    Definition Classes
    SpinalTagReady
  64. def isAnalog: Boolean
  65. def isComb: Boolean
  66. def isDirectionLess: Boolean
  67. def isEmptyOfTag: Boolean
    Definition Classes
    SpinalTagReady
  68. def isInOut: Boolean
  69. def isInput: Boolean
  70. def isInputOrInOut: Boolean
  71. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  72. def isNamed: Boolean
    Definition Classes
    NameableByComponentNameable
  73. def isOutput: Boolean
  74. def isOutputOrInOut: Boolean
  75. def isPriorityApplicable(namePriority: Byte): Boolean
    Definition Classes
    Nameable
  76. def isReg: Boolean
  77. def isUnnamed: Boolean
    Definition Classes
    Nameable
  78. def keep(): Data.this.type
  79. val name: String
    Attributes
    protected
    Definition Classes
    Nameable
  80. val nameableRef: Nameable
    Attributes
    protected
    Definition Classes
    Nameable
  81. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  82. def noBackendCombMerge: Data.this.type
  83. def noCombLoopCheck: Data.this.type
  84. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  85. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  86. def onEachAttributes(doIt: (Attribute) ⇒ Unit): Unit
    Definition Classes
    SpinalTagReady
  87. val parent: Data
  88. val parentScope: ScopeStatement
    Definition Classes
    ContextUser
  89. def pull(): Data.this.type

    Pull a signal to the top level (use for debugging)

  90. def purify(): Data.this.type
  91. def randBoot(): Data.this.type

    Usefull for register that doesn't need a reset value in RTL, but need a randome value for simulation (avoid x-propagation)

  92. val refOwner: RefOwnerType
    Definition Classes
    OwnableRef
    Annotations
    @dontName()
  93. def removeAssignments(): Data.this.type
  94. def removeTag(spinalTag: SpinalTag): Data.this.type
    Definition Classes
    SpinalTagReady
  95. def removeTags(tags: Iterable[SpinalTag]): Data.this.type
    Definition Classes
    SpinalTagReady
  96. def resized: Data.this.type

    Resized data regarding target

  97. def setAsAnalog(): Data.this.type
  98. def setAsDirectionLess(): Data.this.type

    remove the direction (in,out,inout) to a data

  99. def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): Data.this.type
    Definition Classes
    Nameable
  100. def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): Data.this.type
    Definition Classes
    Nameable
  101. def setCompositeName(nameable: Nameable, postfix: String): Data.this.type
    Definition Classes
    Nameable
  102. def setCompositeName(nameable: Nameable, namePriority: Byte): Data.this.type
    Definition Classes
    Nameable
  103. def setCompositeName(nameable: Nameable, weak: Boolean): Data.this.type
    Definition Classes
    Nameable
  104. def setCompositeName(nameable: Nameable): Data.this.type
    Definition Classes
    Nameable
  105. def setName(name: String, namePriority: Byte): Data.this.type
    Definition Classes
    Nameable
  106. def setName(name: String, weak: Boolean): Data.this.type
    Definition Classes
    Nameable
  107. def setName(name: String): Data.this.type
    Definition Classes
    Nameable
  108. def setPartialName(name: String, namePriority: Byte): Data.this.type
    Definition Classes
    Nameable
  109. def setPartialName(name: String, weak: Boolean): Data.this.type
    Definition Classes
    Nameable
  110. def setPartialName(owner: Nameable, name: String, namePriority: Byte): Data.this.type
    Definition Classes
    Nameable
  111. def setPartialName(owner: Nameable, name: String, weak: Boolean): Data.this.type
    Definition Classes
    Nameable
  112. def setPartialName(name: String): Data.this.type
    Definition Classes
    Nameable
  113. def setPartialName(owner: Nameable, name: String): Data.this.type
    Definition Classes
    Nameable
  114. def setRefOwner(that: Any): Unit
    Definition Classes
    OwnableRef
  115. def setScalaLocated(source: ScalaLocated): Data.this.type
    Definition Classes
    ScalaLocated
  116. def setWeakName(name: String): Data.this.type
    Definition Classes
    Nameable
  117. def spinalTags: Set[SpinalTag]
    Definition Classes
    SpinalTagReady
  118. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  119. def toString(): String
    Definition Classes
    Nameable → AnyRef → Any
  120. def unsetName(): Data.this.type
    Definition Classes
    Nameable
  121. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  122. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  123. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Deprecated Value Members

  1. def asDirectionLess(): Data.this.type
    Annotations
    @deprecated
    Deprecated

    use setAsDirectionLess instead

Inherited from SpinalTagReady

Inherited from Assignable

Inherited from NameableByComponent

Inherited from Nameable

Inherited from OwnableRef

Inherited from ContextUser

Inherited from ScalaLocated

Inherited from GlobalDataUser

Inherited from AnyRef

Inherited from Any

Ungrouped