package pipeline
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- pipeline
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
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.
- class CtrlLaneMirror extends Area with CtrlLaneApi
-
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.
- class NodeLaneMirror extends Area with NodeLaneApi
- type Payload[T <: Data] = NamedType[T]
Value Members
- val Payload: NamedType.type
- object CtrlLaneApi extends AreaRoot