c

spinal.lib.misc.aia

TilelinkAPlicFiber

case class TilelinkAPlicFiber(domainParam: APlicDomainParam) extends Area with CascadedInterruptCtrlFiber with APlicMsiProducerFiber with Product with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TilelinkAPlicFiber
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. APlicMsiProducerFiber
  7. CascadedInterruptCtrlFiber
  8. InterruptCtrlFiber
  9. Area
  10. OverridedEqualsHashCode
  11. ValCallbackRec
  12. ValCallback
  13. NameableByComponent
  14. Nameable
  15. ContextUser
  16. ScalaLocated
  17. GlobalDataUser
  18. OwnableRef
  19. AnyRef
  20. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TilelinkAPlicFiber(domainParam: APlicDomainParam)

Type Members

  1. abstract type RefOwnerType
    Definition Classes
    OwnableRef
  2. case class SourceSpec(node: InterruptNode, param: APlicSourceParam) extends Product with Serializable
  3. case class TargetSpec(node: InterruptNode, id: Int) extends Product with Serializable

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 addChildCtrl(intc: InterruptCtrlFiber, filter: (Int, InterruptMode) ⇒ Boolean = (_, _) => true): ChildInterruptCtrl
    Definition Classes
    CascadedInterruptCtrlFiber
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def childNamePriority: Byte
    Definition Classes
    Area
  8. val childs: ArrayBuffer[ChildInterruptCtrl]
    Definition Classes
    CascadedInterruptCtrlFiber
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  10. def component: Component
    Definition Classes
    ContextUser
  11. val core: Handle[TilelinkAPlic]
  12. def createInternalInterruptSlave(id: Int, mode: InterruptMode): InterruptNode

    This function is the same as createInterruptSlave, but only create interrupt slave for current interrupt controller

    This function is the same as createInterruptSlave, but only create interrupt slave for current interrupt controller

    Definition Classes
    TilelinkAPlicFiberCascadedInterruptCtrlFiber
  13. def createInterruptMaster(id: Int): InterruptNode
    Definition Classes
    TilelinkAPlicFiberInterruptCtrlFiber
  14. def createInterruptSlave(id: Int, mode: InterruptMode): InterruptNode
  15. def createInterruptSlave(id: Int): InterruptNode
    Definition Classes
    InterruptCtrlFiber
  16. def createMsiStreamProducer(): Stream[APlicMsiPayload]
  17. def defaultInterruptMode: LEVEL_HIGH.type
    Definition Classes
    TilelinkAPlicFiberInterruptCtrlFiber
  18. val domainParam: APlicDomainParam
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(obj: Any): Boolean
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  21. def foreachReflectableNameables(doThat: (Any) ⇒ Unit): Unit
    Definition Classes
    Nameable
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  23. def getDisplayName(): String
    Definition Classes
    Nameable
  24. def getInstanceCounter: Int
    Definition Classes
    ContextUser
  25. def getMode: Byte
    Attributes
    protected
    Definition Classes
    Nameable
  26. def getName(default: String): String
    Definition Classes
    NameableByComponentNameable
  27. def getName(): String
    Definition Classes
    NameableByComponentNameable
  28. def getPartialName(): String
    Definition Classes
    Nameable
  29. def getPath(from: Component, to: Component): Seq[Component]
    Definition Classes
    NameableByComponent
  30. def getRefOwnersChain(): List[Any]
    Definition Classes
    OwnableRef
  31. def getScalaLocationLong: String
    Definition Classes
    ScalaLocated
  32. def getScalaLocationShort: String
    Definition Classes
    ScalaLocated
  33. def getScalaTrace(): Throwable
    Definition Classes
    ScalaLocated
  34. val globalData: GlobalData
    Definition Classes
    GlobalDataUser
  35. def hashCode(): Int
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  36. def isCompletelyUnnamed: Boolean
    Definition Classes
    Nameable
  37. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  38. final def isNamed: Boolean
    Definition Classes
    Nameable
  39. def isPriorityApplicable(namePriority: Byte): Boolean
    Definition Classes
    Nameable
  40. def isUnnamed: Boolean
    Definition Classes
    NameableByComponentNameable
  41. val lock: Lock
    Definition Classes
    InterruptCtrlFiber
  42. def mapDownInterrupt(id: Int, node: InterruptNode): Unit
    Definition Classes
    InterruptCtrlFiber
  43. def mapUpInterrupt(id: Int, node: InterruptNode, mode: InterruptMode): Unit
    Definition Classes
    InterruptCtrlFiber
  44. def mapUpInterrupt(id: Int, node: InterruptNode): Unit
    Definition Classes
    InterruptCtrlFiber
  45. val mappedInterrupts: LinkedHashMap[InterruptNode, InterruptNode]
    Definition Classes
    InterruptCtrlFiber
  46. val mmsiaddrcfg: UInt
  47. var msiStream: Option[Stream[APlicMsiPayload]]
  48. val name: String
    Definition Classes
    Nameable
  49. val nameableRef: Nameable
    Attributes
    protected
    Definition Classes
    Nameable
    Annotations
    @DontName()
  50. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  51. val node: Node
  52. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  53. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  54. def overrideLocalName(name: String): TilelinkAPlicFiber.this.type
    Definition Classes
    Nameable
  55. val parentScope: ScopeStatement
    Definition Classes
    ContextUser
  56. val refOwner: RefOwnerType
    Definition Classes
    OwnableRef
    Annotations
    @DontName()
  57. def reflectNames(): Unit
    Definition Classes
    Nameable
  58. def release(): Unit
    Definition Classes
    InterruptCtrlFiber
  59. def retain(): Lock
    Definition Classes
    InterruptCtrlFiber
  60. def rework[T](body: ⇒ T): T
    Definition Classes
    Area
  61. val scalaTrace: Throwable
    Definition Classes
    ScalaLocated
  62. def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): TilelinkAPlicFiber.this.type
    Definition Classes
    Nameable
  63. def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): TilelinkAPlicFiber.this.type
    Definition Classes
    Nameable
  64. def setCompositeName(nameable: Nameable, postfix: String): TilelinkAPlicFiber.this.type
    Definition Classes
    Nameable
  65. def setCompositeName(nameable: Nameable, namePriority: Byte): TilelinkAPlicFiber.this.type
    Definition Classes
    Nameable
  66. def setCompositeName(nameable: Nameable, weak: Boolean): TilelinkAPlicFiber.this.type
    Definition Classes
    Nameable
  67. def setCompositeName(nameable: Nameable): TilelinkAPlicFiber.this.type
    Definition Classes
    Nameable
  68. def setLambdaName(isNameBody: ⇒ Boolean)(nameGen: ⇒ String): TilelinkAPlicFiber.this.type
    Definition Classes
    Nameable
  69. def setName(name: String, namePriority: Byte): TilelinkAPlicFiber.this.type
    Definition Classes
    Nameable
  70. def setName(name: String, weak: Boolean): TilelinkAPlicFiber.this.type
    Definition Classes
    Nameable
  71. def setName(name: String): TilelinkAPlicFiber.this.type
    Definition Classes
    Nameable
  72. def setNameAsWeak(): TilelinkAPlicFiber.this.type
    Definition Classes
    Nameable
  73. def setPartialName(name: String, namePriority: Byte, owner: Any): TilelinkAPlicFiber.this.type
    Definition Classes
    Nameable
  74. def setPartialName(name: String, namePriority: Byte): TilelinkAPlicFiber.this.type
    Definition Classes
    Nameable
  75. def setPartialName(name: String, weak: Boolean): TilelinkAPlicFiber.this.type
    Definition Classes
    Nameable
  76. def setPartialName(owner: Nameable, name: String, namePriority: Byte): TilelinkAPlicFiber.this.type
    Definition Classes
    Nameable
  77. def setPartialName(owner: Nameable, name: String, weak: Boolean): TilelinkAPlicFiber.this.type
    Definition Classes
    Nameable
  78. def setPartialName(name: String): TilelinkAPlicFiber.this.type
    Definition Classes
    Nameable
  79. def setPartialName(owner: Nameable, name: String): TilelinkAPlicFiber.this.type
    Definition Classes
    Nameable
  80. def setPartialName(owner: Nameable): TilelinkAPlicFiber.this.type
    Definition Classes
    Nameable
  81. def setRefOwner(that: Any): Unit
    Definition Classes
    OwnableRef
  82. def setScalaLocated(source: ScalaLocated): TilelinkAPlicFiber.this.type
    Definition Classes
    ScalaLocated
  83. def setWeakName(name: String): TilelinkAPlicFiber.this.type
    Definition Classes
    Nameable
  84. val smsiaddrcfg: UInt
  85. val sources: ArrayBuffer[SourceSpec]
  86. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  87. val targets: ArrayBuffer[TargetSpec]
  88. val thread: Handle[Area { ... /* 2 definitions in type refinement */ }]
  89. def toString(): String
    Definition Classes
    AreaNameable → AnyRef → Any
  90. def unsetName(): TilelinkAPlicFiber.this.type
    Definition Classes
    Nameable
  91. def valCallback[T](ref: T, name: String): T
    Definition Classes
    ValCallbackRec → ValCallback
  92. def valCallbackOn(ref: Any, name: String, refs: Set[Any]): Unit
    Definition Classes
    ValCallbackRec
  93. def valCallbackRec(obj: Any, name: String): Unit
    Definition Classes
    AreaValCallbackRec
  94. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  95. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  96. 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 Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from APlicMsiProducerFiber

Inherited from InterruptCtrlFiber

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