spinal.core

Data

Related Docs: object Data | package core

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

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

Abstract Value Members

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

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

  3. abstract def flatten: Seq[BaseType]

  4. abstract def flattenLocalName: Seq[String]

  5. abstract def getBitsWidth: Int

  6. abstract def getZero: Data.this.type

  7. abstract def toBits: Bits

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. def add(attribute: Attribute): Unit

    Definition Classes
    DataAttributeReady
  6. def addTag(spinalTag: SpinalTag): Data.this.type

    Definition Classes
    SpinalTagReady
  7. def allowSimplifyIt(): Data.this.type

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

  9. final def asInstanceOf[T0]: T0

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

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

  12. def clone(): Data.this.type

    Definition Classes
    Data → AnyRef
  13. var component: Component

    Definition Classes
    ContextUser
  14. def dontSimplifyIt(): Data.this.type

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def flip(): Data.this.type

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

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

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

  22. def getName(): String

    Definition Classes
    NameableByComponentNameable
  23. val globalData: GlobalData

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

    Definition Classes
    SpinalTagReady
  25. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  26. def isDirectionLess: Boolean

  27. def isInput: Boolean

  28. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  29. def isNamed: Boolean

    Definition Classes
    Nameable
  30. def isOutput: Boolean

  31. def isReg: Boolean

  32. def isUnnamed: Boolean

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

  34. def nameChangeEvent(weak: Boolean): Unit

    Attributes
    protected
    Definition Classes
    Nameable
  35. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  38. def pull(): Data.this.type

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

  40. def resized: Data.this.type

  41. def setCompositeName(nameable: Nameable): Unit

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

    Definition Classes
    Nameable
  43. def setName(nameable: Nameable): Unit

    Definition Classes
    Nameable
  44. def setWeakName(name: String): Nameable

    Definition Classes
    Nameable
  45. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  46. def toString(): String

    Definition Classes
    Nameable → AnyRef → Any
  47. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def autoResize(): Data.this.type

    Annotations
    @deprecated
    Deprecated

    Use resized instead

Inherited from ScalaLocated

Inherited from SpinalTagReady

Inherited from AttributeReady

Inherited from Assignable

Inherited from NameableByComponent

Inherited from Nameable

Inherited from ContextUser

Inherited from GlobalDataUser

Inherited from AnyRef

Inherited from Any

Ungrouped