Packages

class Ctrl extends CtrlLinkMirror

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Ctrl
  2. CtrlLinkMirror
  3. CtrlApi
  4. Area
  5. OverridedEqualsHashCode
  6. ValCallbackRec
  7. ValCallback
  8. NameableByComponent
  9. Nameable
  10. ContextUser
  11. ScalaLocated
  12. GlobalDataUser
  13. OwnableRef
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Ctrl(i: Int)

Type Members

  1. class BundlePimper[T <: Bundle] extends AnyRef
    Definition Classes
    CtrlApi
  2. abstract type RefOwnerType
    Definition Classes
    OwnableRef

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. val _context: Capture
    Definition Classes
    Area
  5. def apply(subKeys: Seq[Any]): OffsetApi
    Definition Classes
    CtrlApi
  6. def apply[T <: Data](that: Payload[T], subKey: Any): T

    Same as Link.down(Payload, subKey)

    Same as Link.down(Payload, subKey)

    Definition Classes
    CtrlApi
  7. def apply[T <: Data](that: Payload[T]): T

    Same as Link.down(Payload)

    Same as Link.down(Payload)

    Definition Classes
    CtrlApi
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. implicit def bundlePimper[T <: Bundle](stageable: Payload[T]): BundlePimper[T]
    Definition Classes
    CtrlApi
  10. def bypass[T <: Data](that: NamedTypeKey): Data
    Definition Classes
    CtrlApi
  11. 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.

    Definition Classes
    CtrlApi
  12. 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.

    Definition Classes
    CtrlApi
  13. def childNamePriority: Byte
    Definition Classes
    Area
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  15. def component: Component
    Definition Classes
    ContextUser
  16. def defaultKey: Any
    Definition Classes
    CtrlApi
  17. def down: NodeApi
    Definition Classes
    CtrlApi
  18. def duplicateIt()(implicit loc: Location): Unit

    Same as duplicateWhen() but for use in when block

    Same as duplicateWhen() but for use in when block

    Definition Classes
    CtrlApi
  19. def duplicateWhen(cond: Bool)(implicit loc: Location): Bool

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

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

    Definition Classes
    CtrlApi
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(obj: Any): Boolean
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  22. def foreachReflectableNameables(doThat: (Any) ⇒ Unit): Unit
    Definition Classes
    Nameable
  23. def forgetOneNow()(implicit loc: Location): Unit

    Same as forgetOneWhen() but for use in when block

    Same as forgetOneWhen() but for use in when block

    Definition Classes
    CtrlApi
  24. 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)

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

    Definition Classes
    CtrlApi
  25. def forkFlow(enabled: Bool = True): Flow[NoData]

    Fork a flow from the current transaction.

    Fork a flow from the current transaction.

    enabled

    Additional condition to allow the pipeline to enable/disable the forked flow

    Definition Classes
    CtrlApi
  26. def forkStream[T <: Data](forceSpawn: Option[Bool] = Option.empty[Bool], enabled: Bool = True): Stream[NoData]

    Fork a stream from the current transaction.

    Fork a stream from the current transaction. The transaction is blocked if the stream is enabled but not fired.

    forceSpawn

    Allow the caller reset the send state

    enabled

    Additional condition to allow the pipeline to enable/disable the forked stream

    Definition Classes
    CtrlApi
  27. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  28. def getCtrl: CtrlLink
    Definition Classes
    CtrlLinkMirrorCtrlApi
  29. def getDisplayName(): String
    Definition Classes
    Nameable
  30. def getInstanceCounter: Int
    Definition Classes
    ContextUser
  31. def getMode: Byte
    Attributes
    protected
    Definition Classes
    Nameable
  32. def getName(default: String): String
    Definition Classes
    NameableByComponentNameable
  33. def getName(): String
    Definition Classes
    NameableByComponentNameable
  34. def getPartialName(): String
    Definition Classes
    Nameable
  35. def getPath(from: Component, to: Component): Seq[Component]
    Definition Classes
    NameableByComponent
  36. def getRefOwnersChain(): List[Any]
    Definition Classes
    OwnableRef
  37. def getScalaLocationLong: String
    Definition Classes
    ScalaLocated
  38. def getScalaLocationShort: String
    Definition Classes
    ScalaLocated
  39. def getScalaTrace(): Throwable
    Definition Classes
    ScalaLocated
  40. val globalData: GlobalData
    Definition Classes
    GlobalDataUser
  41. def haltIt()(implicit loc: Location): Unit

    Same as haltWhen() but for use in when block

    Same as haltWhen() but for use in when block

    Definition Classes
    CtrlApi
  42. def haltWhen(cond: Bool)(implicit loc: Location): Bool

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

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

    Definition Classes
    CtrlApi
  43. def hashCode(): Int
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  44. def ignoreReadyNow()(implicit loc: Location): Unit

    Same as ignoreReadyWhen() but for use in when block

    Same as ignoreReadyWhen() but for use in when block

    Definition Classes
    CtrlApi
  45. def ignoreReadyWhen(cond: Bool)(implicit loc: Location): Bool

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

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

    Definition Classes
    CtrlApi
  46. def insert[T <: Data](that: T): Payload[T]

    Same as Link.down.insert(Data)

    Same as Link.down.insert(Data)

    Definition Classes
    CtrlApi
  47. def isCompletelyUnnamed: Boolean
    Definition Classes
    Nameable
  48. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  49. final def isNamed: Boolean
    Definition Classes
    Nameable
  50. def isPriorityApplicable(namePriority: Byte): Boolean
    Definition Classes
    Nameable
  51. def isReady: Bool
    Definition Classes
    CtrlApi
  52. def isUnnamed: Boolean
    Definition Classes
    NameableByComponentNameable
  53. def isValid: Bool
    Definition Classes
    CtrlApi
  54. val name: String
    Definition Classes
    Nameable
  55. val nameableRef: Nameable
    Attributes
    protected
    Definition Classes
    Nameable
    Annotations
    @DontName()
  56. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  57. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  58. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  59. def overrideLocalName(name: String): Ctrl.this.type
    Definition Classes
    Nameable
  60. val parentScope: ScopeStatement
    Definition Classes
    ContextUser
  61. val refOwner: RefOwnerType
    Definition Classes
    OwnableRef
    Annotations
    @DontName()
  62. def reflectNames(): Unit
    Definition Classes
    Nameable
  63. def rework[T](body: ⇒ T): T
    Definition Classes
    Area
  64. val scalaTrace: Throwable
    Definition Classes
    ScalaLocated
  65. def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): Ctrl.this.type
    Definition Classes
    Nameable
  66. def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): Ctrl.this.type
    Definition Classes
    Nameable
  67. def setCompositeName(nameable: Nameable, postfix: String): Ctrl.this.type
    Definition Classes
    Nameable
  68. def setCompositeName(nameable: Nameable, namePriority: Byte): Ctrl.this.type
    Definition Classes
    Nameable
  69. def setCompositeName(nameable: Nameable, weak: Boolean): Ctrl.this.type
    Definition Classes
    Nameable
  70. def setCompositeName(nameable: Nameable): Ctrl.this.type
    Definition Classes
    Nameable
  71. def setLambdaName(isNameBody: ⇒ Boolean)(nameGen: ⇒ String): Ctrl.this.type
    Definition Classes
    Nameable
  72. def setName(name: String, namePriority: Byte): Ctrl.this.type
    Definition Classes
    Nameable
  73. def setName(name: String, weak: Boolean): Ctrl.this.type
    Definition Classes
    Nameable
  74. def setName(name: String): Ctrl.this.type
    Definition Classes
    Nameable
  75. def setNameAsWeak(): Ctrl.this.type
    Definition Classes
    Nameable
  76. def setPartialName(name: String, namePriority: Byte, owner: Any): Ctrl.this.type
    Definition Classes
    Nameable
  77. def setPartialName(name: String, namePriority: Byte): Ctrl.this.type
    Definition Classes
    Nameable
  78. def setPartialName(name: String, weak: Boolean): Ctrl.this.type
    Definition Classes
    Nameable
  79. def setPartialName(owner: Nameable, name: String, namePriority: Byte): Ctrl.this.type
    Definition Classes
    Nameable
  80. def setPartialName(owner: Nameable, name: String, weak: Boolean): Ctrl.this.type
    Definition Classes
    Nameable
  81. def setPartialName(name: String): Ctrl.this.type
    Definition Classes
    Nameable
  82. def setPartialName(owner: Nameable, name: String): Ctrl.this.type
    Definition Classes
    Nameable
  83. def setPartialName(owner: Nameable): Ctrl.this.type
    Definition Classes
    Nameable
  84. def setRefOwner(that: Any): Unit
    Definition Classes
    OwnableRef
  85. def setScalaLocated(source: ScalaLocated): Ctrl.this.type
    Definition Classes
    ScalaLocated
  86. def setWeakName(name: String): Ctrl.this.type
    Definition Classes
    Nameable
  87. implicit def stageablePiped2[T <: Data](stageable: Payload[T]): T
    Definition Classes
    CtrlApi
  88. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  89. def terminateIt()(implicit loc: Location): Unit

    Same as terminateWhen() but for use in when block

    Same as terminateWhen() but for use in when block

    Definition Classes
    CtrlApi
  90. def terminateWhen(cond: Bool)(implicit loc: Location): Bool

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

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

    Definition Classes
    CtrlApi
  91. def throwIt(usingReady: Boolean = false)(implicit loc: Location): Unit

    Same as throwWhen() but for use in when block

    Same as throwWhen() but for use in when block

    Definition Classes
    CtrlApi
  92. 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.

    Definition Classes
    CtrlApi
  93. def toString(): String
    Definition Classes
    AreaNameable → AnyRef → Any
  94. def unsetName(): Ctrl.this.type
    Definition Classes
    Nameable
  95. def up: NodeApi
    Definition Classes
    CtrlApi
  96. def valCallback[T](ref: T, name: String): T
    Definition Classes
    ValCallbackRec → ValCallback
  97. def valCallbackOn(ref: Any, name: String, refs: Set[Any]): Unit
    Definition Classes
    ValCallbackRec
  98. def valCallbackRec(obj: Any, name: String): Unit
    Definition Classes
    AreaValCallbackRec
  99. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  100. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  101. 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 CtrlLinkMirror

Inherited from CtrlApi

Inherited from Area

Inherited from OverridedEqualsHashCode

Inherited from ValCallbackRec

Inherited from ValCallback

Inherited from NameableByComponent

Inherited from Nameable

Inherited from ContextUser

Inherited from ScalaLocated

Inherited from GlobalDataUser

Inherited from OwnableRef

Inherited from AnyRef

Inherited from Any

Ungrouped