class Stage extends Area

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Stage
  2. Area
  3. OverridedEqualsHashCode
  4. ValCallbackRec
  5. ValCallback
  6. NameableByComponent
  7. Nameable
  8. ContextUser
  9. ScalaLocated
  10. GlobalDataUser
  11. OwnableRef
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Stage(connection: ConnectionLogic)(implicit _pip: Pipeline)
  2. new Stage()(implicit _pip: Pipeline = null)

Type Members

  1. class OffsetApi extends AnyRef
  2. abstract type RefOwnerType
    Definition Classes
    OwnableRef

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. val _context: Capture
    Definition Classes
    Area
  5. def apply(keys2: Seq[Any]): OffsetApi
  6. def apply[T <: Data](key: Stageable[T], key2: Any): T
  7. def apply[T <: Data](key: Stageable[T]): T
  8. def apply(key: StageableKey): Data
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def chainConnect(connection: ConnectionLogic): Unit
  11. def childNamePriority: Byte
    Definition Classes
    Area
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  13. def component: Component
    Definition Classes
    ContextUser
  14. def driveFrom(stage: Stage, cond: Bool, values: List[Stageable[_ <: Data]], syncronous: Boolean = true): Composite[Stage] { ... /* 2 definitions in type refinement */ }
  15. def driveFrom[T <: Data](stream: Stream[T]): Unit
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(obj: Any): Boolean
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  18. def flushIt(cond: Bool, root: Boolean = true): Unit
  19. def flushIt(): Unit
  20. def flushNext(cond: Bool): Unit
  21. def flushNext(): Unit
  22. def foreachReflectableNameables(doThat: (Any) ⇒ Unit): Unit
    Definition Classes
    Nameable
  23. def forkFlow(cond: Bool = True)(implicit loc: Location): Flow[NoData]
  24. def forkIt(cond: Bool)(implicit loc: Location): Unit
  25. def forkIt()(implicit loc: Location): Unit
  26. def forkStream(cond: Bool = True)(implicit loc: Location): Stream[NoData]
  27. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  28. def getDisplayName(): String
    Definition Classes
    Nameable
  29. def getInstanceCounter: Int
    Definition Classes
    ContextUser
  30. def getMode: Byte
    Attributes
    protected
    Definition Classes
    Nameable
  31. def getName(default: String): String
    Definition Classes
    NameableByComponentNameable
  32. def getName(): String
    Definition Classes
    NameableByComponentNameable
  33. def getPartialName(): String
    Definition Classes
    Nameable
  34. def getPath(from: Component, to: Component): Seq[Component]
    Definition Classes
    NameableByComponent
  35. def getRefOwnersChain(): List[Any]
    Definition Classes
    OwnableRef
  36. def getScalaLocationLong: String
    Definition Classes
    ScalaLocated
  37. def getScalaLocationShort: String
    Definition Classes
    ScalaLocated
  38. def getScalaTrace(): Throwable
    Definition Classes
    ScalaLocated
  39. val globalData: GlobalData
    Definition Classes
    GlobalDataUser
  40. def haltIt(cond: Bool)(implicit loc: Location): Unit
  41. def haltIt()(implicit loc: Location): Unit
  42. def haltWhen(cond: Bool)(implicit loc: Location): Unit
  43. def hashCode(): Int
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  44. def insert[T <: Data](that: Stageable[T])(implicit key: StageableOffset = StageableOffsetNone): Stageable[T]
  45. def insert[T <: Data](that: T): Stageable[T]
  46. val internals: AnyRef { ... /* 10 definitions in type refinement */ }
  47. def isChanging: Bool
  48. def isCompletelyUnnamed: Boolean
    Definition Classes
    Nameable
  49. def isFireing: Bool
  50. def isFirstCycle: Bool
  51. def isFlushed: Bool
  52. def isFlushingNext: Bool
  53. def isFlushingRoot: Bool
  54. def isForked: Bool
  55. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  56. final def isNamed: Boolean
    Definition Classes
    Nameable
  57. def isPriorityApplicable(namePriority: Byte): Boolean
    Definition Classes
    Nameable
  58. def isReady: Bool
  59. def isRemoved: Bool
  60. def isSelfRemoved: Bool
  61. def isStuck: Bool
  62. def isThrown: Bool
  63. def isUnnamed: Boolean
    Definition Classes
    NameableByComponentNameable
  64. def isValid: Bool
  65. val name: String
    Definition Classes
    Nameable
  66. def nameFromLocation[T <: Data](that: T, prefix: String)(implicit loc: Location): T
  67. val nameableRef: Nameable
    Attributes
    protected
    Definition Classes
    Nameable
    Annotations
    @DontName()
  68. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  69. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  70. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  71. def overloaded[T <: Data](key: Stageable[T], key2: Any): T
  72. def overloaded[T <: Data](key: Stageable[T]): T
  73. def overloaded(key: StageableKey): Data
  74. def overrideLocalName(name: String): Stage.this.type
    Definition Classes
    Nameable
  75. val parentScope: ScopeStatement
    Definition Classes
    ContextUser
  76. val refOwner: RefOwnerType
    Definition Classes
    OwnableRef
    Annotations
    @DontName()
  77. def reflectNames(): Unit
    Definition Classes
    Nameable
  78. def removeIt(): Unit
  79. def resulting[T <: Data](key: Stageable[T], key2: Any): T
  80. def resulting[T <: Data](key: Stageable[T]): T
  81. def resulting(key: StageableKey): Data
  82. def rework[T](body: ⇒ T): T
    Definition Classes
    Area
  83. val scalaTrace: Throwable
    Definition Classes
    ScalaLocated
  84. def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): Stage.this.type
    Definition Classes
    Nameable
  85. def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): Stage.this.type
    Definition Classes
    Nameable
  86. def setCompositeName(nameable: Nameable, postfix: String): Stage.this.type
    Definition Classes
    Nameable
  87. def setCompositeName(nameable: Nameable, namePriority: Byte): Stage.this.type
    Definition Classes
    Nameable
  88. def setCompositeName(nameable: Nameable, weak: Boolean): Stage.this.type
    Definition Classes
    Nameable
  89. def setCompositeName(nameable: Nameable): Stage.this.type
    Definition Classes
    Nameable
  90. def setLambdaName(isNameBody: ⇒ Boolean)(nameGen: ⇒ String): Stage.this.type
    Definition Classes
    Nameable
  91. def setName(name: String, namePriority: Byte): Stage.this.type
    Definition Classes
    Nameable
  92. def setName(name: String, weak: Boolean): Stage.this.type
    Definition Classes
    Nameable
  93. def setName(name: String): Stage.this.type
    Definition Classes
    Nameable
  94. def setNameAsWeak(): Stage.this.type
    Definition Classes
    Nameable
  95. def setPartialName(name: String, namePriority: Byte, owner: Any): Stage.this.type
    Definition Classes
    Nameable
  96. def setPartialName(name: String, namePriority: Byte): Stage.this.type
    Definition Classes
    Nameable
  97. def setPartialName(name: String, weak: Boolean): Stage.this.type
    Definition Classes
    Nameable
  98. def setPartialName(owner: Nameable, name: String, namePriority: Byte): Stage.this.type
    Definition Classes
    Nameable
  99. def setPartialName(owner: Nameable, name: String, weak: Boolean): Stage.this.type
    Definition Classes
    Nameable
  100. def setPartialName(name: String): Stage.this.type
    Definition Classes
    Nameable
  101. def setPartialName(owner: Nameable, name: String): Stage.this.type
    Definition Classes
    Nameable
  102. def setPartialName(owner: Nameable): Stage.this.type
    Definition Classes
    Nameable
  103. def setRefOwner(that: Any): Unit
    Definition Classes
    OwnableRef
  104. def setScalaLocated(source: ScalaLocated): Stage.this.type
    Definition Classes
    ScalaLocated
  105. def setWeakName(name: String): Stage.this.type
    Definition Classes
    Nameable
  106. def spawnIt(cond: Bool)(implicit loc: Location): Unit
  107. def spawnIt()(implicit loc: Location): Unit
  108. implicit def stageablePiped[T <: Data](stageable: Stageable[T])(implicit key: StageableOffset = StageableOffsetNone): T
  109. implicit def stageablePiped2[T <: Data](stageable: Stageable[T]): AnyRef { def of(key: Any): T }
  110. implicit def stageablePiped3[T <: Data](key: (Stageable[T], Any)): T
  111. implicit def stageablePipedVec[T <: Data](stageable: Stageable[Vec[T]])(implicit key: StageableOffset = StageableOffsetNone): Vec[T]
  112. implicit def stageablePipedVec2[T <: Data](stageable: Stageable[Vec[T]]): AnyRef { def of(key: Any): spinal.core.Vec[T] }
  113. implicit def stageablePipedVec3[T <: Data](key: (Stageable[Vec[T]], Any)): Vec[T]
  114. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  115. def terminal[T <: Data](key: Stageable[T], key2: Any): StageableKey
  116. def terminal(key: StageableKey): StageableKey
  117. def throwIt(cond: Bool, root: Boolean = true)(implicit loc: Location): Unit
  118. def throwIt()(implicit loc: Location): Unit
  119. def toStream()(implicit loc: Location): Stream[NoData]
  120. def toString(): String
    Definition Classes
    AreaNameable → AnyRef → Any
  121. def unsetName(): Stage.this.type
    Definition Classes
    Nameable
  122. def valCallback[T](ref: T, name: String): T
    Definition Classes
    ValCallbackRec → ValCallback
  123. def valCallbackOn(ref: Any, name: String, refs: Set[Any]): Unit
    Definition Classes
    ValCallbackRec
  124. def valCallbackRec(obj: Any, name: String): Unit
    Definition Classes
    AreaValCallbackRec
  125. def valid: Bool
  126. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  127. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  128. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Area

Inherited from OverridedEqualsHashCode

Inherited from ValCallbackRec

Inherited from ValCallback

Inherited from NameableByComponent

Inherited from Nameable

Inherited from ContextUser

Inherited from ScalaLocated

Inherited from GlobalDataUser

Inherited from OwnableRef

Inherited from AnyRef

Inherited from Any

Ungrouped