Packages

p

spinal.lib.misc

pipeline

package pipeline

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

Type Members

  1. trait CtrlLaneApi extends AnyRef

    Provide a "Lane" layered in a pipeline CtrlLink.

    Provide a "Lane" layered in a pipeline CtrlLink. For instance, execution lane 0 and lane 1 on execute CtrlLink 3.

  2. class CtrlLaneMirror extends Area with CtrlLaneApi
  3. trait NodeLaneApi extends AnyRef

    Provide a "Lane" layered in a pipeline Node.

    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.

  4. class NodeLaneMirror extends Area with NodeLaneApi
  5. type Payload[T <: Data] = NamedType[T]

Value Members

  1. val Payload: NamedType.type
  2. object CtrlLaneApi extends AreaRoot