Packages

trait CtrlLaneApi extends AnyRef

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

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

Type Members

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

Abstract Value Members

  1. abstract def ctrlLink: CtrlLink
  2. abstract def downIsCancel: Bool
  3. abstract def laneName: String
  4. abstract def upIsCancel: Bool

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