Class

spinal.lib.bus.regif

Apb3BusInterface

Related Doc: package regif

Permalink

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

Linear Supertypes
Serializable, 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. Serializable
  4. Product
  5. Equals
  6. BusIf
  7. BusIfBase
  8. Area
  9. OverridedEqualsHashCode
  10. ValCallbackRec
  11. ValCallback
  12. NameableByComponent
  13. Nameable
  14. ContextUser
  15. ScalaLocated
  16. GlobalDataUser
  17. OwnableRef
  18. AnyRef
  19. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

Type Members

  1. abstract type B <: Apb3BusInterface.this.type

    Permalink
    Definition Classes
    BusIf
  2. abstract type RefOwnerType

    Permalink
    Definition Classes
    OwnableRef

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 FIFO(doc: String)(implicit symbol: SymbolName): RegInst

    Permalink
    Definition Classes
    BusIf
  5. def FactoryInterruptWithMask(regNamePre: String, triggers: Bool*): Bool

    Permalink
    Definition Classes
    BusIf
  6. val _context: Capture

    Permalink
    Definition Classes
    Area
  7. def accept(vs: BusIfVisitor): Unit

    Permalink
    Definition Classes
    BusIf
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. val askRead: Bool

    Permalink
    Definition Classes
    Apb3BusInterfaceBusIfBase
  10. val askWrite: Bool

    Permalink
    Definition Classes
    Apb3BusInterfaceBusIfBase
  11. val bus: Apb3

    Permalink
  12. def busDataWidth: Int

    Permalink
    Definition Classes
    Apb3BusInterfaceBusIfBase
  13. def checkLastNA: Unit

    Permalink
    Definition Classes
    BusIf
  14. def childNamePriority: Byte

    Permalink
    Definition Classes
    Area
  15. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  16. def component: Component

    Permalink
    Definition Classes
    ContextUser
  17. def creatReg(name: String, addr: Long, doc: String): RegInst

    Permalink
    Definition Classes
    BusIf
  18. val doRead: Bool

    Permalink
    Definition Classes
    Apb3BusInterfaceBusIfBase
  19. val doWrite: Bool

    Permalink
    Definition Classes
    Apb3BusInterfaceBusIfBase
  20. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. def equals(obj: Any): Boolean

    Permalink
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  22. def foreachReflectableNameables(doThat: (Any) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Nameable
  23. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  24. def getDisplayName(): String

    Permalink
    Definition Classes
    Nameable
  25. def getInstanceCounter: Int

    Permalink
    Definition Classes
    ContextUser
  26. def getMode: Byte

    Permalink
    Attributes
    protected
    Definition Classes
    Nameable
  27. def getModuleName: String

    Permalink
    Definition Classes
    Apb3BusInterfaceBusIf
  28. def getName(default: String): String

    Permalink
    Definition Classes
    NameableByComponent → Nameable
  29. def getName(): String

    Permalink
    Definition Classes
    NameableByComponent → Nameable
  30. def getPartialName(): String

    Permalink
    Definition Classes
    Nameable
  31. def getRefOwnersChain(): List[Any]

    Permalink
    Definition Classes
    OwnableRef
  32. def getScalaLocationLong: String

    Permalink
    Definition Classes
    ScalaLocated
  33. def getScalaLocationShort: String

    Permalink
    Definition Classes
    ScalaLocated
  34. def getScalaTrace(): Throwable

    Permalink
    Definition Classes
    ScalaLocated
  35. val globalData: GlobalData

    Permalink
    Definition Classes
    GlobalDataUser
  36. def hashCode(): Int

    Permalink
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  37. def isCompletelyUnnamed: Boolean

    Permalink
    Definition Classes
    Nameable
  38. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  39. def isNamed: Boolean

    Permalink
    Definition Classes
    NameableByComponent → Nameable
  40. def isPriorityApplicable(namePriority: Byte): Boolean

    Permalink
    Definition Classes
    Nameable
  41. def isUnnamed: Boolean

    Permalink
    Definition Classes
    Nameable
  42. var name: String

    Permalink
    Attributes
    protected
    Definition Classes
    Nameable
  43. var nameableRef: Nameable

    Permalink
    Attributes
    protected
    Definition Classes
    Nameable
  44. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  45. def newRAM(name: String, addr: Long, size: Long, doc: String): Unit

    Permalink
    Definition Classes
    BusIf
  46. def newReg(doc: String)(implicit symbol: SymbolName): RegInst

    Permalink
    Definition Classes
    BusIf
  47. def newRegAt(address: Int, doc: String)(implicit symbol: SymbolName): RegInst

    Permalink
    Definition Classes
    BusIf
  48. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  50. def overrideLocalName(name: String): Apb3BusInterface.this.type

    Permalink
    Definition Classes
    Nameable
  51. var parentScope: ScopeStatement

    Permalink
    Definition Classes
    ContextUser
  52. def readAddress(): UInt

    Permalink
    Definition Classes
    Apb3BusInterfaceBusIfBase
  53. val readData: Bits

    Permalink
    Definition Classes
    Apb3BusInterfaceBusIfBase
  54. val readError: Bool

    Permalink
    Definition Classes
    Apb3BusInterfaceBusIfBase
  55. def readHalt(): Unit

    Permalink
    Definition Classes
    Apb3BusInterfaceBusIfBase
  56. var refOwner: RefOwnerType

    Permalink
    Definition Classes
    OwnableRef
  57. def reflectNames(): Unit

    Permalink
    Definition Classes
    Nameable
  58. val regPre: String

    Permalink
    Definition Classes
    Apb3BusInterfaceBusIf
  59. def rework[T](body: ⇒ T): T

    Permalink
    Definition Classes
    Area
  60. var scalaTrace: Throwable

    Permalink
    Definition Classes
    ScalaLocated
  61. val selId: Int

    Permalink
  62. def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): Apb3BusInterface.this.type

    Permalink
    Definition Classes
    Nameable
  63. def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): Apb3BusInterface.this.type

    Permalink
    Definition Classes
    Nameable
  64. def setCompositeName(nameable: Nameable, postfix: String): Apb3BusInterface.this.type

    Permalink
    Definition Classes
    Nameable
  65. def setCompositeName(nameable: Nameable, namePriority: Byte): Apb3BusInterface.this.type

    Permalink
    Definition Classes
    Nameable
  66. def setCompositeName(nameable: Nameable, weak: Boolean): Apb3BusInterface.this.type

    Permalink
    Definition Classes
    Nameable
  67. def setCompositeName(nameable: Nameable): Apb3BusInterface.this.type

    Permalink
    Definition Classes
    Nameable
  68. def setName(name: String, namePriority: Byte): Apb3BusInterface.this.type

    Permalink
    Definition Classes
    Nameable
  69. def setName(name: String, weak: Boolean): Apb3BusInterface.this.type

    Permalink
    Definition Classes
    Nameable
  70. def setName(name: String): Apb3BusInterface.this.type

    Permalink
    Definition Classes
    Nameable
  71. def setNameAsWeak(): Apb3BusInterface.this.type

    Permalink
    Definition Classes
    Nameable
  72. def setPartialName(name: String, namePriority: Byte, owner: Any): Apb3BusInterface.this.type

    Permalink
    Definition Classes
    Nameable
  73. def setPartialName(name: String, namePriority: Byte): Apb3BusInterface.this.type

    Permalink
    Definition Classes
    Nameable
  74. def setPartialName(name: String, weak: Boolean): Apb3BusInterface.this.type

    Permalink
    Definition Classes
    Nameable
  75. def setPartialName(owner: Nameable, name: String, namePriority: Byte): Apb3BusInterface.this.type

    Permalink
    Definition Classes
    Nameable
  76. def setPartialName(owner: Nameable, name: String, weak: Boolean): Apb3BusInterface.this.type

    Permalink
    Definition Classes
    Nameable
  77. def setPartialName(name: String): Apb3BusInterface.this.type

    Permalink
    Definition Classes
    Nameable
  78. def setPartialName(owner: Nameable, name: String): Apb3BusInterface.this.type

    Permalink
    Definition Classes
    Nameable
  79. def setRefOwner(that: Any): Unit

    Permalink
    Definition Classes
    OwnableRef
  80. def setScalaLocated(source: ScalaLocated): Apb3BusInterface.this.type

    Permalink
    Definition Classes
    ScalaLocated
  81. def setWeakName(name: String): Apb3BusInterface.this.type

    Permalink
    Definition Classes
    Nameable
  82. val sizeMap: SizeMapping

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

    Permalink
    Definition Classes
    AnyRef
  84. def toString(): String

    Permalink
    Definition Classes
    Area → Nameable → AnyRef → Any
  85. def unsetName(): Apb3BusInterface.this.type

    Permalink
    Definition Classes
    Nameable
  86. def valCallback[T](ref: T, name: String): T

    Permalink
    Definition Classes
    ValCallbackRec → ValCallback
  87. def valCallbackOn(ref: Any, name: String, refs: Set[Any]): Unit

    Permalink
    Definition Classes
    ValCallbackRec
  88. def valCallbackRec(obj: Any, name: String): Unit

    Permalink
    Definition Classes
    Area → ValCallbackRec
  89. final def wait(arg0: Long, arg1: Int): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  92. def wordAddressInc: Int

    Permalink
    Definition Classes
    BusIfBase
  93. def writeAddress(): UInt

    Permalink
    Definition Classes
    Apb3BusInterfaceBusIfBase
  94. val writeData: Bits

    Permalink
    Definition Classes
    Apb3BusInterfaceBusIfBase
  95. def writeHalt(): Unit

    Permalink
    Definition Classes
    Apb3BusInterfaceBusIfBase

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 Serializable

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