Class

spinal.lib.bus.regif

AxiLite4BusInterface

Related Doc: package regif

Permalink

case class AxiLite4BusInterface(bus: AxiLite4, sizeMap: SizeMapping, 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. AxiLite4BusInterface
  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 AxiLite4BusInterface(bus: AxiLite4, sizeMap: SizeMapping, regPre: String = "")(implicit moduleName: ClassName)

    Permalink

Type Members

  1. abstract type B <: AxiLite4BusInterface.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. val _context: Capture

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

    Permalink
    Definition Classes
    BusIf
  7. def addressUsed(addr: BigInt): Boolean

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

    Permalink
    Definition Classes
    Any
  9. val askRead: Bool

    Permalink
    Definition Classes
    AxiLite4BusInterfaceBusIfBase
  10. val askWrite: Bool

    Permalink
    Definition Classes
    AxiLite4BusInterfaceBusIfBase
  11. val axiAr: Stream[AxiLite4Ax]

    Permalink
  12. val axiAw: Stream[AxiLite4Ax]

    Permalink
  13. val axiB: Stream[AxiLite4B]

    Permalink
  14. val axiBValid: Bool

    Permalink
  15. val axiR: Stream[AxiLite4R]

    Permalink
  16. val axiRValid: Bool

    Permalink
  17. val axiW: Stream[AxiLite4W]

    Permalink
  18. val bus: AxiLite4

    Permalink
  19. def busDataWidth: Int

    Permalink
    Definition Classes
    AxiLite4BusInterfaceBusIfBase
  20. def childNamePriority: Byte

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

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

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

    Permalink
    Definition Classes
    BusIf
  24. val doRead: Bool

    Permalink
    Definition Classes
    AxiLite4BusInterfaceBusIfBase
  25. val doWrite: Bool

    Permalink
    Definition Classes
    AxiLite4BusInterfaceBusIfBase
  26. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    Nameable
  31. def getInstanceCounter: Int

    Permalink
    Definition Classes
    ContextUser
  32. def getMode: Byte

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

    Permalink
    Definition Classes
    AxiLite4BusInterfaceBusIf
  34. def getName(default: String): String

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

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

    Permalink
    Definition Classes
    Nameable
  37. def getPath(from: Component, to: Component): Seq[Component]

    Permalink
    Definition Classes
    NameableByComponent
  38. def getRefOwnersChain(): List[Any]

    Permalink
    Definition Classes
    OwnableRef
  39. def getRegPtr(): BigInt

    Permalink
    Definition Classes
    BusIf
  40. def getReservedAddressReadValue: BigInt

    Permalink
    Definition Classes
    BusIf
  41. def getScalaLocationLong: String

    Permalink
    Definition Classes
    ScalaLocated
  42. def getScalaLocationShort: String

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

    Permalink
    Definition Classes
    ScalaLocated
  44. val globalData: GlobalData

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

    Permalink
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  46. def initStrbMasks(): Unit

    Permalink
    Definition Classes
    BusIfBase
  47. def int_MS(offset: BigInt, regNamePre: String, int_levels: Bool*): Bool

    Permalink
    Attributes
    protected
    Definition Classes
    BusIf
  48. def int_RFMS(offset: BigInt, regNamePre: String, triggers: Bool*): Bool

    Permalink
    Attributes
    protected
    Definition Classes
    BusIf
  49. def int_RMS(offset: BigInt, regNamePre: String, triggers: Bool*): Bool

    Permalink
    Attributes
    protected
    Definition Classes
    BusIf
  50. def interruptFactory(regNamePre: String, triggers: Bool*): Bool

    Permalink
    Definition Classes
    BusIf
  51. def interruptFactoryAt(addrOffset: BigInt, regNamePre: String, triggers: Bool*): Bool

    Permalink
    Definition Classes
    BusIf
  52. def interruptFactoryNoForce(regNamePre: String, triggers: Bool*): Bool

    Permalink
    Definition Classes
    BusIf
  53. def interruptFactoryNoForceAt(addrOffset: BigInt, regNamePre: String, triggers: Bool*): Bool

    Permalink
    Definition Classes
    BusIf
  54. def interruptLevelFactory(regNamePre: String, levels: Bool*): Bool

    Permalink
    Definition Classes
    BusIf
  55. def interruptLevelFactoryAt(addrOffset: BigInt, regNamePre: String, levels: Bool*): Bool

    Permalink
    Definition Classes
    BusIf
  56. def isCompletelyUnnamed: Boolean

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

    Permalink
    Definition Classes
    Any
  58. def isNamed: Boolean

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

    Permalink
    Definition Classes
    Nameable
  60. def isUnnamed: Boolean

    Permalink
    Definition Classes
    Nameable
  61. def mwdata(pos: Int): Bool

    Permalink
    Definition Classes
    BusIfBase
  62. def mwdata(sec: Range): Bits

    Permalink
    Definition Classes
    BusIfBase
  63. var name: String

    Permalink
    Definition Classes
    Nameable
  64. var nameableRef: Nameable

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  71. def orderdRegInsts: ListBuffer[RegInst]

    Permalink
    Definition Classes
    BusIf
  72. def overrideLocalName(name: String): AxiLite4BusInterface.this.type

    Permalink
    Definition Classes
    Nameable
  73. var parentScope: ScopeStatement

    Permalink
    Definition Classes
    ContextUser
  74. def preCheck(): Unit

    Permalink
    Definition Classes
    BusIf
  75. def readAddress(): UInt

    Permalink
    Definition Classes
    AxiLite4BusInterfaceBusIfBase
  76. val readData: Bits

    Permalink
    Definition Classes
    AxiLite4BusInterfaceBusIfBase
  77. val readError: Bool

    Permalink
    Definition Classes
    AxiLite4BusInterfaceBusIfBase
  78. def readHalt(): Unit

    Permalink
    Definition Classes
    AxiLite4BusInterfaceBusIfBase
  79. val readSync: Boolean

    Permalink
    Definition Classes
    BusIfBase
  80. var refOwner: RefOwnerType

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

    Permalink
    Definition Classes
    Nameable
  82. val regPre: String

    Permalink
    Definition Classes
    AxiLite4BusInterfaceBusIf
  83. def regPtrReAnchorAt(pos: BigInt): Unit

    Permalink
    Definition Classes
    BusIf
  84. def rework[T](body: ⇒ T): T

    Permalink
    Definition Classes
    Area
  85. var scalaTrace: Throwable

    Permalink
    Definition Classes
    ScalaLocated
  86. def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): AxiLite4BusInterface.this.type

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

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

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

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

    Permalink
    Definition Classes
    Nameable
  91. def setCompositeName(nameable: Nameable): AxiLite4BusInterface.this.type

    Permalink
    Definition Classes
    Nameable
  92. def setLambdaName(isNameBody: ⇒ Boolean)(nameGen: ⇒ String): AxiLite4BusInterface.this.type

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

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

    Permalink
    Definition Classes
    Nameable
  95. def setName(name: String): AxiLite4BusInterface.this.type

    Permalink
    Definition Classes
    Nameable
  96. def setNameAsWeak(): AxiLite4BusInterface.this.type

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

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

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

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

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

    Permalink
    Definition Classes
    Nameable
  102. def setPartialName(name: String): AxiLite4BusInterface.this.type

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

    Permalink
    Definition Classes
    Nameable
  104. def setPartialName(owner: Nameable): AxiLite4BusInterface.this.type

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

    Permalink
    Definition Classes
    OwnableRef
  106. def setReservedAddressReadValue(value: BigInt): Unit

    Permalink
    Definition Classes
    BusIf
  107. def setScalaLocated(source: ScalaLocated): AxiLite4BusInterface.this.type

    Permalink
    Definition Classes
    ScalaLocated
  108. def setWeakName(name: String): AxiLite4BusInterface.this.type

    Permalink
    Definition Classes
    Nameable
  109. val sizeMap: SizeMapping

    Permalink
  110. def strbWidth: Int

    Permalink
    Definition Classes
    BusIfBase
  111. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    Area → Nameable → AnyRef → Any
  113. def underbitWidth: Int

    Permalink
    Definition Classes
    BusIfBase
  114. def unsetName(): AxiLite4BusInterface.this.type

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  121. def wdata(reg: Bool, pos: Int, oper: String): Bool

    Permalink
    Definition Classes
    BusIfBase
  122. def wdata(reg: Bool, pos: Int): Bool

    Permalink
    Definition Classes
    BusIfBase
  123. def wdata(reg: BaseType, sec: Range, oper: String): Bits

    Permalink
    Definition Classes
    BusIfBase
  124. def wdata(reg: BaseType, sec: Range): Bits

    Permalink
    Definition Classes
    BusIfBase
  125. val withStrb: Boolean

    Permalink
    Definition Classes
    AxiLite4BusInterfaceBusIfBase
  126. val wmask: Bits

    Permalink
    Definition Classes
    AxiLite4BusInterfaceBusIfBase
  127. val wmaskn: Bits

    Permalink
    Definition Classes
    AxiLite4BusInterfaceBusIfBase
  128. def wordAddressInc: Int

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

    Permalink
    Definition Classes
    AxiLite4BusInterfaceBusIfBase
  130. val writeData: Bits

    Permalink
    Definition Classes
    AxiLite4BusInterfaceBusIfBase
  131. def writeHalt(): Unit

    Permalink
    Definition Classes
    AxiLite4BusInterfaceBusIfBase
  132. val wstrb: Bits

    Permalink
    Definition Classes
    AxiLite4BusInterfaceBusIfBase

Deprecated Value Members

  1. def FactoryInterruptWithMask(regNamePre: String, triggers: Bool*): Bool

    Permalink
    Definition Classes
    BusIf
    Annotations
    @deprecated
    Deprecated

    (Since version 2022-12-31)

  2. 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