Packages

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

Abstract Value Members

  1. abstract def getCtrl: CtrlLink

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 apply(subKeys: Seq[Any]): OffsetApi
  5. def apply[T <: Data](that: Payload[T], subKey: Any): T

    Same as Link.down(Payload, subKey)

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

    Same as Link.down(Payload)

  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: NamedTypeKey): Data
  10. def bypass[T <: Data](that: Payload[T], subKey: Any): T

    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

    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
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  13. def defaultKey: Any
  14. def down: NodeApi
  15. def duplicateIt()(implicit loc: Location): Unit

    Same as duplicateWhen() but for use in when block

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

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

  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  19. def forgetOneNow()(implicit loc: Location): Unit

    Same as forgetOneWhen() but for use in when block

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

    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]
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  23. def haltIt()(implicit loc: Location): Unit

    Same as haltWhen() but for use in when block

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

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

  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  26. def ignoreReadyNow()(implicit loc: Location): Unit

    Same as ignoreReadyWhen() but for use in when block

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

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

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

    Same as Link.down.insert(Data)

  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. def isReady: Bool
  31. def isValid: Bool
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  35. implicit def stageablePiped2[T <: Data](stageable: Payload[T]): T
  36. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  37. def terminateIt()(implicit loc: Location): Unit

    Same as terminateWhen() but for use in when block

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

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

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

    Same as throwWhen() but for use in when block

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

    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
    Definition Classes
    AnyRef → Any
  42. def up: NodeApi
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  45. 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