Class

spinal.lib.bus.regif

WishboneBusInterface

Related Doc: package regif

Permalink

case class WishboneBusInterface(bus: Wishbone, sizeMap: SizeMapping, selId: Int = 0, readSync: Boolean = true, 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. 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, selId: Int = 0, readSync: Boolean = true, regPre: String = "")(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 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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. val askRead: Bool

    Permalink
    Definition Classes
    WishboneBusInterfaceBusIfBase
  9. val askWrite: Bool

    Permalink
    Definition Classes
    WishboneBusInterfaceBusIfBase
  10. val bus: Wishbone

    Permalink
  11. def busDataWidth: Int

    Permalink
    Definition Classes
    WishboneBusInterfaceBusIfBase
  12. def childNamePriority: Byte

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

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

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

    Permalink
    Definition Classes
    BusIf
  16. val doRead: Bool

    Permalink
    Definition Classes
    WishboneBusInterfaceBusIfBase
  17. val doWrite: Bool

    Permalink
    Definition Classes
    WishboneBusInterfaceBusIfBase
  18. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    Nameable
  23. def getInstanceCounter: Int

    Permalink
    Definition Classes
    ContextUser
  24. def getMode: Byte

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

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

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

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

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

    Permalink
    Definition Classes
    OwnableRef
  30. def getScalaLocationLong: String

    Permalink
    Definition Classes
    ScalaLocated
  31. def getScalaLocationShort: String

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

    Permalink
    Definition Classes
    ScalaLocated
  33. val globalData: GlobalData

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

    Permalink
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  35. def int_MS(offset: BigInt, regNamePre: String, int_levels: Bool*): Bool

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    BusIf
  44. def isCompletelyUnnamed: Boolean

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

    Permalink
    Definition Classes
    Any
  46. def isNamed: Boolean

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

    Permalink
    Definition Classes
    Nameable
  48. def isUnnamed: Boolean

    Permalink
    Definition Classes
    Nameable
  49. var name: String

    Permalink
    Definition Classes
    Nameable
  50. var nameableRef: Nameable

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Nameable
  58. var parentScope: ScopeStatement

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

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

    Permalink
    Definition Classes
    WishboneBusInterfaceBusIfBase
  61. val readData: Bits

    Permalink
    Definition Classes
    WishboneBusInterfaceBusIfBase
  62. val readError: Bool

    Permalink
    Definition Classes
    WishboneBusInterfaceBusIfBase
  63. def readHalt(): Unit

    Permalink
    Definition Classes
    WishboneBusInterfaceBusIfBase
  64. val readSync: Boolean

    Permalink
  65. var refOwner: RefOwnerType

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

    Permalink
    Definition Classes
    Nameable
  67. val regPre: String

    Permalink
    Definition Classes
    WishboneBusInterfaceBusIf
  68. def rework[T](body: ⇒ T): T

    Permalink
    Definition Classes
    Area
  69. var scalaTrace: Throwable

    Permalink
    Definition Classes
    ScalaLocated
  70. val selId: Int

    Permalink
  71. val selMatch: Bool

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    OwnableRef
  90. def setScalaLocated(source: ScalaLocated): WishboneBusInterface.this.type

    Permalink
    Definition Classes
    ScalaLocated
  91. def setWeakName(name: String): WishboneBusInterface.this.type

    Permalink
    Definition Classes
    Nameable
  92. val sizeMap: SizeMapping

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    WishboneBusInterfaceBusIfBase
  104. val writeData: Bits

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

    Permalink
    Definition Classes
    WishboneBusInterfaceBusIfBase

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