Packages

t

spinal.lib.misc.pipeline

NodeLaneApi

trait NodeLaneApi extends AnyRef

Provide a "Lane" layered in a pipeline Node. For instance, execution lane 0 and lane 1 on execute node 3 would be two lanes layered in the execute node 3.

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NodeLaneApi
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Area extends NodeLaneMirror
  2. class BundlePimper[T <: Bundle] extends AnyRef
  3. abstract class NodeMirror extends NodeBaseApi

Abstract Value Members

  1. abstract def laneName: String
  2. abstract def nodeLink: Node

Concrete 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. def LANE_SEL: Payload[Bool]
  5. def apply[T <: Data](that: Payload[T], subKey: Any): T
  6. def apply[T <: Data](that: Payload[T]): T
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. implicit def bundlePimper[T <: Bundle](stageable: Payload[T]): BundlePimper[T]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  14. def insert[T <: Data](that: T): Payload[T]
  15. def isCancel: Bool
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def isReady: Bool
  18. def isValid: Bool
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. implicit def stageablePiped2[T <: Data](stageable: Payload[T]): T
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  27. 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 AnyRef

Inherited from Any

Ungrouped