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. def LANE_SEL: Payload[Bool]
  2. def apply[T <: Data](that: Payload[T], subKey: Any): T
  3. def apply[T <: Data](that: Payload[T]): T
  4. implicit def bundlePimper[T <: Bundle](stageable: Payload[T]): BundlePimper[T]
  5. def insert[T <: Data](that: T): Payload[T]
  6. def isCancel: Bool
  7. def isReady: Bool
  8. def isValid: Bool
  9. implicit def stageablePiped2[T <: Data](stageable: Payload[T]): T