Class

spinal.lib.bus.regif

WishboneBusInterface

Related Doc: package regif

Permalink

case class WishboneBusInterface(bus: Wishbone, sizeMap: SizeMapping, readSync: Boolean = true, regPre: String = "", withSecFireWall: Boolean = false)(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. WishboneBusInterface
  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 WishboneBusInterface(bus: Wishbone, sizeMap: SizeMapping, readSync: Boolean = true, regPre: String = "", withSecFireWall: Boolean = false)(implicit moduleName: ClassName)

    Permalink

Type Members

  1. abstract type B <: WishboneBusInterface.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 FifoInsts: ListBuffer[FifoInst]

    Permalink
    Definition Classes
    BusIf
  5. def RamInsts: ListBuffer[RamInst]

    Permalink
    Definition Classes
    BusIf
  6. def RegAndFifos: List[RegSlice]

    Permalink
    Definition Classes
    BusIf
  7. def RegInsts: ListBuffer[RegInst]

    Permalink
    Definition Classes
    BusIf
  8. var _addrAlignCheck: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    BusIfBase
  9. val _context: Capture

    Permalink
    Definition Classes
    Area
  10. def accept(doc: BusIfDoc): Unit

    Permalink
    Definition Classes
    BusIf
  11. var accessDefaultError: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    BusIf
  12. val ack: Bool

    Permalink
  13. def addrAlignCheck(address: BigInt): Unit

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

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

    Permalink
    Definition Classes
    Any
  16. val askRead: Bool

    Permalink
    Definition Classes
    WishboneBusInterfaceBusIfBase
  17. val askWrite: Bool

    Permalink
    Definition Classes
    WishboneBusInterfaceBusIfBase
  18. var blockId: Int

    Permalink
    Attributes
    protected
    Definition Classes
    BusIf
  19. def blockIdInc(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    BusIf
  20. val bus: Wishbone

    Permalink
    Definition Classes
    WishboneBusInterfaceBusIf
  21. val busAddrWidth: Int

    Permalink
    Definition Classes
    WishboneBusInterfaceBusIfBase
  22. def busByteWidth: Int

    Permalink
    Definition Classes
    BusIfBase
  23. val busDataWidth: Int

    Permalink
    Definition Classes
    WishboneBusInterfaceBusIfBase
  24. def busName: String

    Permalink
    Definition Classes
    BusIf
  25. lazy val bus_nsbit: Bool

    Permalink
    Definition Classes
    WishboneBusInterfaceBusIfBase
  26. val bus_rdata: Bits

    Permalink
    Definition Classes
    WishboneBusInterfaceBusIfBase
  27. def bus_slverr: Bool

    Permalink
    Definition Classes
    BusIfBase
  28. def bw: Int

    Permalink
    Definition Classes
    BusIfBase
  29. val byteAddress: UInt

    Permalink
  30. lazy val cg_en: Bool

    Permalink
    Definition Classes
    BusIfBase
  31. def childNamePriority: Byte

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

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

    Permalink
    Definition Classes
    ContextUser
  34. def createGrp(name: String, addr: BigInt, maxSize: BigInt, doc: String, sec: Secure = null): RegSliceGrp

    Permalink
    Definition Classes
    BusIf
  35. def createRAM(name: String, addr: BigInt, size: BigInt, doc: String, sec: Secure = null, grp: GrpTag = null): RamInst

    Permalink
    Definition Classes
    BusIf
  36. def createRdFifo(name: String, addr: BigInt, Doc: String, sec: Secure = null, grp: GrpTag = null): RdFifoInst

    Permalink
    Definition Classes
    BusIf
  37. def createReg(name: String, addr: BigInt, doc: String, sec: Secure = null, grp: GrpTag = null): RegInst

    Permalink
    Definition Classes
    BusIf
  38. def createWrFifo(name: String, addr: BigInt, Doc: String, sec: Secure = null, grp: GrpTag = null): WrFifoInst

    Permalink
    Definition Classes
    BusIf
  39. def defaultReadBits: Bits

    Permalink
    Definition Classes
    BusIf
  40. val doRead: Bool

    Permalink
    Definition Classes
    WishboneBusInterfaceBusIfBase
  41. val doWrite: Bool

    Permalink
    Definition Classes
    WishboneBusInterfaceBusIfBase
  42. def docPath: String

    Permalink
    Definition Classes
    BusIf
  43. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    Nameable
  46. def gen(doc: BusIfDoc): Unit

    Permalink
    Definition Classes
    BusIf
  47. def genBaseDocs(docname: String, prefix: String = ""): Unit

    Permalink
    Definition Classes
    BusIf
  48. def getAddrMap: List[String]

    Permalink
    Definition Classes
    BusIf
  49. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  50. def getCurrentBlockTag: ReuseTag

    Permalink
    Definition Classes
    BusIf
  51. def getDisplayName(): String

    Permalink
    Definition Classes
    Nameable
  52. def getInstanceCounter: Int

    Permalink
    Definition Classes
    ContextUser
  53. def getMode: Byte

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

    Permalink
    Definition Classes
    WishboneBusInterfaceBusIf
  55. def getName(default: String): String

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

    Permalink
    Definition Classes
    NameableByComponent → Nameable
  57. def getOrCreateSecLogic(key: Bool, logic: Bool): Bool

    Permalink
    Definition Classes
    BusIf
  58. def getPartialName(): String

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

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

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

    Permalink
    Definition Classes
    BusIf
  62. def getReservedAddressErrorState: Boolean

    Permalink
    Definition Classes
    BusIf
  63. def getReservedAddressReadValue: BigInt

    Permalink
    Definition Classes
    BusIf
  64. def getScalaLocationLong: String

    Permalink
    Definition Classes
    ScalaLocated
  65. def getScalaLocationShort: String

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

    Permalink
    Definition Classes
    ScalaLocated
  67. def getSecFailReadValue: BigInt

    Permalink
    Definition Classes
    BusIf
  68. def getVersion: String

    Permalink
    Definition Classes
    BusIfBase
  69. var globalData: GlobalData

    Permalink
    Definition Classes
    GlobalDataUser
  70. var grpId: Int

    Permalink
    Attributes
    protected
    Definition Classes
    BusIf
  71. def grpIdInc(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    BusIf
  72. val halted: Bool

    Permalink
  73. def hasBlock: Boolean

    Permalink
    Definition Classes
    BusIf
  74. def hashCode(): Int

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

    Permalink
    Definition Classes
    BusIfBase
  76. def isCompletelyUnnamed: Boolean

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

    Permalink
    Definition Classes
    Any
  78. final def isNamed: Boolean

    Permalink
    Definition Classes
    Nameable
  79. def isPriorityApplicable(namePriority: Byte): Boolean

    Permalink
    Definition Classes
    Nameable
  80. def isUnnamed: Boolean

    Permalink
    Definition Classes
    NameableByComponent → Nameable
  81. def mwdata(pos: Int): Bool

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

    Permalink
    Definition Classes
    BusIfBase
  83. var name: String

    Permalink
    Definition Classes
    Nameable
  84. var nameableRef: Nameable

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

    Permalink
    Definition Classes
    AnyRef
  86. def newBlockTag(instName: String)(partName: String): ReuseTag

    Permalink
    Definition Classes
    BusIf
  87. def newBlockTagAt(addr: BigInt, instName: String)(partName: String): ReuseTag

    Permalink
    Definition Classes
    BusIf
  88. def newGrp(maxSize: BigInt, doc: String, sec: Secure = null)(implicit symbol: SymbolName): RegSliceGrp

    Permalink
    Definition Classes
    BusIf
  89. def newGrpAt(address: BigInt, maxSize: BigInt, doc: String, sec: Secure = null)(implicit symbol: SymbolName): RegSliceGrp

    Permalink
    Definition Classes
    BusIf
  90. def newGrpTag(name: String): GrpTag

    Permalink
    Definition Classes
    BusIf
  91. def newRAM(size: BigInt, doc: String, sec: Secure = null, grp: GrpTag = null)(implicit symbol: SymbolName): RamInst

    Permalink
    Definition Classes
    BusIf
  92. def newRAMAt(address: BigInt, size: BigInt, doc: String, sec: Secure = null, grp: GrpTag = null)(implicit symbol: SymbolName): RamInst

    Permalink
    Definition Classes
    BusIf
  93. def newRdFifo(doc: String, sec: Secure = null, grp: GrpTag = null)(implicit symbol: SymbolName): RdFifoInst

    Permalink
    Definition Classes
    BusIf
  94. def newRdFifoAt(address: BigInt, doc: String, sec: Secure = null, grp: GrpTag = null)(implicit symbol: SymbolName): RdFifoInst

    Permalink
    Definition Classes
    BusIf
  95. def newReg(doc: String, sec: Secure = null, grp: GrpTag = null)(implicit symbol: SymbolName): RegInst

    Permalink
    Definition Classes
    BusIf
  96. def newRegAt(address: BigInt, doc: String, sec: Secure = null, grp: GrpTag = null)(implicit symbol: SymbolName): RegInst

    Permalink
    Definition Classes
    BusIf
  97. def newWrFifo(doc: String, sec: Secure = null, grp: GrpTag = null)(implicit symbol: SymbolName): WrFifoInst

    Permalink
    Definition Classes
    BusIf
  98. def newWrFifoAt(address: BigInt, doc: String, sec: Secure = null, grp: GrpTag = null)(implicit symbol: SymbolName): WrFifoInst

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

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

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

    Permalink
    Definition Classes
    BusIf
  102. def overrideLocalName(name: String): WishboneBusInterface.this.type

    Permalink
    Definition Classes
    Nameable
  103. var parentScope: ScopeStatement

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

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

    Permalink
    Definition Classes
    WishboneBusInterfaceBusIfBase
  106. var readDefaultValue: BigInt

    Permalink
    Attributes
    protected
    Definition Classes
    BusIf
  107. def readHalt(): Unit

    Permalink
    Definition Classes
    WishboneBusInterfaceBusIfBase
  108. val readSync: Boolean

    Permalink
    Definition Classes
    WishboneBusInterfaceBusIfBase
  109. var refOwner: RefOwnerType

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

    Permalink
    Definition Classes
    Nameable
  111. def regPart(name: String)(block: ⇒ Unit): Unit

    Permalink
    Definition Classes
    BusIf
  112. val regPre: String

    Permalink
    Definition Classes
    WishboneBusInterfaceBusIf
  113. def regPtrReAnchorAt(pos: BigInt): Unit

    Permalink
    Definition Classes
    BusIf
  114. def regSlicesNotReuse: List[RegSlice]

    Permalink
    Definition Classes
    BusIf
  115. val reg_rdata: Bits

    Permalink
    Definition Classes
    WishboneBusInterfaceBusIfBase
  116. val reg_rderr: Bool

    Permalink
    Definition Classes
    WishboneBusInterfaceBusIfBase
  117. lazy val reg_wrerr: Bool

    Permalink
    Definition Classes
    WishboneBusInterfaceBusIfBase
  118. def repeatGroupsBase: Map[String, List[RegSlice]]

    Permalink
    Definition Classes
    BusIf
  119. def repeatGroupsHead: Map[String, List[RegSlice]]

    Permalink
    Definition Classes
    BusIf
  120. def resetBlockTag(): Unit

    Permalink
    Definition Classes
    BusIf
  121. def reuseGroups: Map[String, List[RegSlice]]

    Permalink
    Definition Classes
    BusIf
  122. def reuseGroupsById: Map[String, Map[Int, List[RegSlice]]]

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

    Permalink
    Definition Classes
    Area
  124. var scalaTrace: Throwable

    Permalink
    Definition Classes
    ScalaLocated
  125. def secFailDefaultBits: Bits

    Permalink
    Definition Classes
    BusIf
  126. var secFailReadValue: BigInt

    Permalink
    Attributes
    protected
    Definition Classes
    BusIf
  127. def setAlignCheck(value: Boolean = false): Unit

    Permalink
    Definition Classes
    BusIfBase
  128. def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): WishboneBusInterface.this.type

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

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

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

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

    Permalink
    Definition Classes
    Nameable
  133. def setCompositeName(nameable: Nameable): WishboneBusInterface.this.type

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

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

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

    Permalink
    Definition Classes
    Nameable
  137. def setName(name: String): WishboneBusInterface.this.type

    Permalink
    Definition Classes
    Nameable
  138. def setNameAsWeak(): WishboneBusInterface.this.type

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

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

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

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

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

    Permalink
    Definition Classes
    Nameable
  144. def setPartialName(name: String): WishboneBusInterface.this.type

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

    Permalink
    Definition Classes
    Nameable
  146. def setPartialName(owner: Nameable): WishboneBusInterface.this.type

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

    Permalink
    Definition Classes
    OwnableRef
  148. def setReservedAddressErrorState(state: Boolean): Unit

    Permalink
    Definition Classes
    BusIf
  149. def setReservedAddressReadValue(value: BigInt): Unit

    Permalink
    Definition Classes
    BusIf
  150. def setScalaLocated(source: ScalaLocated): WishboneBusInterface.this.type

    Permalink
    Definition Classes
    ScalaLocated
  151. def setSecFailReadValue(value: BigInt): Unit

    Permalink
    Definition Classes
    BusIf
  152. def setVersion(ver: String): Unit

    Permalink
    Definition Classes
    BusIfBase
  153. def setWeakName(name: String): WishboneBusInterface.this.type

    Permalink
    Definition Classes
    Nameable
  154. val sizeMap: SizeMapping

    Permalink
  155. def slices: List[RegSlice]

    Permalink
    Definition Classes
    BusIf
  156. def strbWidth: Int

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

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

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

    Permalink
    Definition Classes
    BusIfBase
  160. def unsetName(): WishboneBusInterface.this.type

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    BusIfBase
  171. val withSecFireWall: Boolean

    Permalink
    Definition Classes
    WishboneBusInterfaceBusIfBase
  172. val withStrb: Boolean

    Permalink
    Definition Classes
    WishboneBusInterfaceBusIfBase
  173. val wmask: Bits

    Permalink
    Definition Classes
    WishboneBusInterfaceBusIfBase
  174. val wmaskn: Bits

    Permalink
    Definition Classes
    WishboneBusInterfaceBusIfBase
  175. def wordAddressInc: Int

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

    Permalink
    Definition Classes
    WishboneBusInterfaceBusIfBase
  177. val writeData: Bits

    Permalink
    Definition Classes
    WishboneBusInterfaceBusIfBase
  178. def writeHalt(): Unit

    Permalink
    Definition Classes
    WishboneBusInterfaceBusIfBase
  179. val wstrb: Bits

    Permalink
    Definition Classes
    WishboneBusInterfaceBusIfBase

Deprecated Value Members

  1. def creatReg(name: String, addr: BigInt, doc: String, sec: Secure = null, grp: GrpTag = null): RegInst

    Permalink
    Definition Classes
    BusIf
    Annotations
    @deprecated
    Deprecated

    (Since version 2024.06.03) type error fix

  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.

  3. lazy val readData: Bits

    Permalink
    Definition Classes
    BusIfBase
    Annotations
    @deprecated
    Deprecated

    (Since version 2024.12.30) readData rename to bus_rdata

  4. lazy val readError: Bool

    Permalink
    Definition Classes
    BusIfBase
    Annotations
    @deprecated
    Deprecated

    (Since version 2024.12.30) readError rename to bus_rderr

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