c

spinal.lib.bus.regif

Apb3BusInterface

case class Apb3BusInterface(bus: Apb3, sizeMap: SizeMapping, selId: Int = 0, regPre: String = "")(implicit moduleName: ClassName) extends BusIf with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, BusIf, BusIfBase, Area, OverridedEqualsHashCode, ValCallbackRec, ValCallback, NameableByComponent, Nameable, ContextUser, ScalaLocated, GlobalDataUser, OwnableRef, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Apb3BusInterface
  2. Serializable
  3. Product
  4. Equals
  5. BusIf
  6. BusIfBase
  7. Area
  8. OverridedEqualsHashCode
  9. ValCallbackRec
  10. ValCallback
  11. NameableByComponent
  12. Nameable
  13. ContextUser
  14. ScalaLocated
  15. GlobalDataUser
  16. OwnableRef
  17. AnyRef
  18. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Apb3BusInterface(bus: Apb3, sizeMap: SizeMapping, selId: Int = 0, regPre: String = "")(implicit moduleName: ClassName)

Type Members

  1. abstract type B <: Apb3BusInterface.this.type
    Definition Classes
    BusIf
  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. def FIFO(doc: String)(implicit symbol: SymbolName): RegInst
    Definition Classes
    BusIf
  5. val _context: Capture
    Definition Classes
    Area
  6. def accept(vs: BusIfVisitor): Unit
    Definition Classes
    BusIf
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val askRead: Bool
    Definition Classes
    Apb3BusInterfaceBusIfBase
  9. val askWrite: Bool
    Definition Classes
    Apb3BusInterfaceBusIfBase
  10. val bus: Apb3
  11. def busDataWidth: Int
    Definition Classes
    Apb3BusInterfaceBusIfBase
  12. def childNamePriority: Byte
    Definition Classes
    Area
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  14. def component: Component
    Definition Classes
    ContextUser
  15. def creatReg(name: String, addr: BigInt, doc: String): RegInst
    Definition Classes
    BusIf
  16. val doRead: Bool
    Definition Classes
    Apb3BusInterfaceBusIfBase
  17. val doWrite: Bool
    Definition Classes
    Apb3BusInterfaceBusIfBase
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(obj: Any): Boolean
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  20. def foreachReflectableNameables(doThat: (Any) => Unit): Unit
    Definition Classes
    Nameable
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def getDisplayName(): String
    Definition Classes
    Nameable
  23. def getInstanceCounter: Int
    Definition Classes
    ContextUser
  24. def getMode: Byte
    Attributes
    protected
    Definition Classes
    Nameable
  25. def getModuleName: String
    Definition Classes
    Apb3BusInterfaceBusIf
  26. def getName(default: String): String
    Definition Classes
    NameableByComponent → Nameable
  27. def getName(): String
    Definition Classes
    NameableByComponent → Nameable
  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 int_MS(offset: BigInt, regNamePre: String, int_levels: Bool*): Bool
    Attributes
    protected
    Definition Classes
    BusIf
  37. def int_RFMS(offset: BigInt, regNamePre: String, triggers: Bool*): Bool
    Attributes
    protected
    Definition Classes
    BusIf
  38. def int_RMS(offset: BigInt, regNamePre: String, triggers: Bool*): Bool
    Attributes
    protected
    Definition Classes
    BusIf
  39. def interruptFactory(regNamePre: String, triggers: Bool*): Bool
    Definition Classes
    BusIf
  40. def interruptFactoryAt(addrOffset: BigInt, regNamePre: String, triggers: Bool*): Bool
    Definition Classes
    BusIf
  41. def interruptFactoryNoForce(regNamePre: String, triggers: Bool*): Bool
    Definition Classes
    BusIf
  42. def interruptFactoryNoForceAt(addrOffset: BigInt, regNamePre: String, triggers: Bool*): Bool
    Definition Classes
    BusIf
  43. def interruptLevelFactory(regNamePre: String, levels: Bool*): Bool
    Definition Classes
    BusIf
  44. def interruptLevelFactoryAt(addrOffset: BigInt, regNamePre: String, levels: Bool*): Bool
    Definition Classes
    BusIf
  45. def isCompletelyUnnamed: Boolean
    Definition Classes
    Nameable
  46. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  47. def isNamed: Boolean
    Definition Classes
    NameableByComponent → Nameable
  48. def isPriorityApplicable(namePriority: Byte): Boolean
    Definition Classes
    Nameable
  49. def isUnnamed: Boolean
    Definition Classes
    Nameable
  50. val name: String
    Definition Classes
    Nameable
  51. val nameableRef: Nameable
    Attributes
    protected
    Definition Classes
    Nameable
    Annotations
    @DontName()
  52. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  53. def newRAM(name: String, addr: BigInt, size: BigInt, doc: String): Unit
    Definition Classes
    BusIf
  54. def newReg(doc: String)(implicit symbol: SymbolName): RegInst
    Definition Classes
    BusIf
  55. def newRegAt(address: BigInt, doc: String)(implicit symbol: SymbolName): RegInst
    Definition Classes
    BusIf
  56. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  57. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  58. def overrideLocalName(name: String): Apb3BusInterface.this.type
    Definition Classes
    Nameable
  59. val parentScope: ScopeStatement
    Definition Classes
    ContextUser
  60. def preCheck(): Unit
    Definition Classes
    BusIf
  61. def productElementNames: Iterator[String]
    Definition Classes
    Product
  62. def readAddress(): UInt
    Definition Classes
    Apb3BusInterfaceBusIfBase
  63. val readData: Bits
    Definition Classes
    Apb3BusInterfaceBusIfBase
  64. val readError: Bool
    Definition Classes
    Apb3BusInterfaceBusIfBase
  65. def readHalt(): Unit
    Definition Classes
    Apb3BusInterfaceBusIfBase
  66. val readSync: Boolean
    Definition Classes
    BusIfBase
  67. val refOwner: RefOwnerType
    Definition Classes
    OwnableRef
    Annotations
    @DontName()
  68. def reflectNames(): Unit
    Definition Classes
    Nameable
  69. val regPre: String
    Definition Classes
    Apb3BusInterfaceBusIf
  70. def rework[T](body: => T): T
    Definition Classes
    Area
  71. val scalaTrace: Throwable
    Definition Classes
    ScalaLocated
  72. val selId: Int
  73. def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): Apb3BusInterface.this.type
    Definition Classes
    Nameable
  74. def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): Apb3BusInterface.this.type
    Definition Classes
    Nameable
  75. def setCompositeName(nameable: Nameable, postfix: String): Apb3BusInterface.this.type
    Definition Classes
    Nameable
  76. def setCompositeName(nameable: Nameable, namePriority: Byte): Apb3BusInterface.this.type
    Definition Classes
    Nameable
  77. def setCompositeName(nameable: Nameable, weak: Boolean): Apb3BusInterface.this.type
    Definition Classes
    Nameable
  78. def setCompositeName(nameable: Nameable): Apb3BusInterface.this.type
    Definition Classes
    Nameable
  79. def setLambdaName(isNameBody: => Boolean)(nameGen: => String): Apb3BusInterface.this.type
    Definition Classes
    Nameable
  80. def setName(name: String, namePriority: Byte): Apb3BusInterface.this.type
    Definition Classes
    Nameable
  81. def setName(name: String, weak: Boolean): Apb3BusInterface.this.type
    Definition Classes
    Nameable
  82. def setName(name: String): Apb3BusInterface.this.type
    Definition Classes
    Nameable
  83. def setNameAsWeak(): Apb3BusInterface.this.type
    Definition Classes
    Nameable
  84. def setPartialName(name: String, namePriority: Byte, owner: Any): Apb3BusInterface.this.type
    Definition Classes
    Nameable
  85. def setPartialName(name: String, namePriority: Byte): Apb3BusInterface.this.type
    Definition Classes
    Nameable
  86. def setPartialName(name: String, weak: Boolean): Apb3BusInterface.this.type
    Definition Classes
    Nameable
  87. def setPartialName(owner: Nameable, name: String, namePriority: Byte): Apb3BusInterface.this.type
    Definition Classes
    Nameable
  88. def setPartialName(owner: Nameable, name: String, weak: Boolean): Apb3BusInterface.this.type
    Definition Classes
    Nameable
  89. def setPartialName(name: String): Apb3BusInterface.this.type
    Definition Classes
    Nameable
  90. def setPartialName(owner: Nameable, name: String): Apb3BusInterface.this.type
    Definition Classes
    Nameable
  91. def setPartialName(owner: Nameable): Apb3BusInterface.this.type
    Definition Classes
    Nameable
  92. def setRefOwner(that: Any): Unit
    Definition Classes
    OwnableRef
  93. def setScalaLocated(source: ScalaLocated): Apb3BusInterface.this.type
    Definition Classes
    ScalaLocated
  94. def setWeakName(name: String): Apb3BusInterface.this.type
    Definition Classes
    Nameable
  95. val sizeMap: SizeMapping
  96. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  97. def toString(): String
    Definition Classes
    Area → Nameable → AnyRef → Any
  98. def unsetName(): Apb3BusInterface.this.type
    Definition Classes
    Nameable
  99. def valCallback[T](ref: T, name: String): T
    Definition Classes
    ValCallbackRec → ValCallback
  100. def valCallbackOn(ref: Any, name: String, refs: Set[Any]): Unit
    Definition Classes
    ValCallbackRec
  101. def valCallbackRec(obj: Any, name: String): Unit
    Definition Classes
    Area → ValCallbackRec
  102. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  103. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  104. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  105. def wordAddressInc: Int
    Definition Classes
    BusIfBase
  106. def writeAddress(): UInt
    Definition Classes
    Apb3BusInterfaceBusIfBase
  107. val writeData: Bits
    Definition Classes
    Apb3BusInterfaceBusIfBase
  108. def writeHalt(): Unit
    Definition Classes
    Apb3BusInterfaceBusIfBase

Deprecated Value Members

  1. def FactoryInterruptWithMask(regNamePre: String, triggers: Bool*): Bool
    Definition Classes
    BusIf
    Annotations
    @deprecated
    Deprecated

    (Since version 2022-12-31)

  2. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from BusIf

Inherited from BusIfBase

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