Trait

spinal.lib.misc.pipeline

CtrlApi

Related Doc: package pipeline

Permalink

trait CtrlApi extends AnyRef

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

Type Members

  1. class BundlePimper[T <: Bundle] extends AnyRef

    Permalink

Abstract Value Members

  1. abstract def getCtrl: CtrlLink

    Permalink

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def apply(subKeys: Seq[Any]): OffsetApi

    Permalink
  5. def apply[T <: Data](that: Payload[T], subKey: Any): T

    Permalink

    Same as Link.down(Payload, subKey)

  6. def apply[T <: Data](that: Payload[T]): T

    Permalink

    Same as Link.down(Payload)

  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. implicit def bundlePimper[T <: Bundle](stageable: Payload[T]): BundlePimper[T]

    Permalink
  9. def bypass[T <: Data](that: NamedTypeKey): Data

    Permalink
  10. def bypass[T <: Data](that: Payload[T], subKey: Any): T

    Permalink

    Allows to conditionally override a (Payload, subKey) value between link.up -> link.down.

    Allows to conditionally override a (Payload, subKey) value between link.up -> link.down.

    This can be used to fix data hazard in CPU pipelines for instance.

  11. def bypass[T <: Data](that: Payload[T]): T

    Permalink

    Allows to conditionally override a Payload value between link.up -> link.down.

    Allows to conditionally override a Payload value between link.up -> link.down.

    This can be used to fix data hazard in CPU pipelines for instance.

  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  13. def defaultKey: Any

    Permalink
  14. def down: NodeApi

    Permalink
  15. def duplicateIt()(implicit loc: Location): Unit

    Permalink

    Same as duplicateWhen() but for use in when block

  16. def duplicateWhen(cond: Bool)(implicit loc: Location): Bool

    Permalink

    Duplicate the current transaction when True (clear up.ready)

  17. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  19. def forgetOneNow()(implicit loc: Location): Unit

    Permalink

    Same as forgetOneWhen() but for use in when block

  20. def forgetOneWhen(cond: Bool)(implicit loc: Location): Bool

    Permalink

    Request the upstream to forget its current transaction when True(but doesn’t clear the down.valid)

  21. def forkStream[T <: Data](forceSpawn: Option[Bool] = Option.empty[Bool]): Stream[NoData]

    Permalink
  22. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  23. def haltIt()(implicit loc: Location): Unit

    Permalink

    Same as haltWhen() but for use in when block

  24. def haltWhen(cond: Bool)(implicit loc: Location): Bool

    Permalink

    Block the current transaction when True (clear up.ready and down.valid)

  25. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  26. def ignoreReadyNow()(implicit loc: Location): Unit

    Permalink

    Same as ignoreReadyWhen() but for use in when block

  27. def ignoreReadyWhen(cond: Bool)(implicit loc: Location): Bool

    Permalink

    Ignore the downstream ready when True (set up.ready)

  28. def insert[T <: Data](that: T): Payload[T]

    Permalink

    Same as Link.down.insert(Data)

  29. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  30. def isReady: Bool

    Permalink
  31. def isValid: Bool

    Permalink
  32. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  33. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  34. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  35. implicit def stageablePiped2[T <: Data](stageable: Payload[T]): T

    Permalink
  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  37. def terminateIt()(implicit loc: Location): Unit

    Permalink

    Same as terminateWhen() but for use in when block

  38. def terminateWhen(cond: Bool)(implicit loc: Location): Bool

    Permalink

    Hide the current transaction from downstream when True (clear down.valid)

  39. def throwIt(usingReady: Boolean = false)(implicit loc: Location): Unit

    Permalink

    Same as throwWhen() but for use in when block

  40. def throwWhen(cond: Bool, usingReady: Boolean = false)(implicit loc: Location): Unit

    Permalink

    Cancel the current transaction from the pipeline when True.

    Cancel the current transaction from the pipeline when True.

    It clear down.valid and make the transaction driver forget its current state.

  41. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  42. def up: NodeApi

    Permalink
  43. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped