c

spinal.lib.bus.regif

WishboneBusInterface

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

Type Members

  1. abstract type B <: WishboneBusInterface.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. def FactoryInterruptWithMask(regNamePre: String, triggers: Bool*): Bool
    Definition Classes
    BusIf
  6. val _context: Capture
    Definition Classes
    Area
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. val askRead: Bool
    Definition Classes
    WishboneBusInterfaceBusIfBase
  9. val askWrite: Bool
    Definition Classes
    WishboneBusInterfaceBusIfBase
  10. val bus: Wishbone
  11. def busDataWidth: Int
    Definition Classes
    WishboneBusInterfaceBusIfBase
  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: Long, doc: String): RegInst
    Definition Classes
    BusIf
  16. val doRead: Bool
    Definition Classes
    WishboneBusInterfaceBusIfBase
  17. val doWrite: Bool
    Definition Classes
    WishboneBusInterfaceBusIfBase
  18. def document(docName: String, docType: DocType = DocType.HTML): Unit
    Definition Classes
    BusIf
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(obj: Any): Boolean
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  21. def foreachReflectableNameables(doThat: (Any) => Unit): Unit
    Definition Classes
    Nameable
  22. def genCHead(cFileName: String): Unit
    Definition Classes
    BusIf
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def getDisplayName(): String
    Definition Classes
    Nameable
  25. def getInstanceCounter: Int
    Definition Classes
    ContextUser
  26. def getMode: Byte
    Attributes
    protected
    Definition Classes
    Nameable
  27. def getModuleName: String
    Definition Classes
    WishboneBusInterfaceBusIf
  28. def getName(default: String): String
    Definition Classes
    NameableByComponent → Nameable
  29. def getName(): String
    Definition Classes
    NameableByComponent → Nameable
  30. def getPartialName(): String
    Definition Classes
    Nameable
  31. def getRefOwnersChain(): List[Any]
    Definition Classes
    OwnableRef
  32. def getScalaLocationLong: String
    Definition Classes
    ScalaLocated
  33. def getScalaLocationShort: String
    Definition Classes
    ScalaLocated
  34. def getScalaTrace(): Throwable
    Definition Classes
    ScalaLocated
  35. val globalData: GlobalData
    Definition Classes
    GlobalDataUser
  36. def hashCode(): Int
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  37. def isCompletelyUnnamed: Boolean
    Definition Classes
    Nameable
  38. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  39. def isNamed: Boolean
    Definition Classes
    NameableByComponent → Nameable
  40. def isPriorityApplicable(namePriority: Byte): Boolean
    Definition Classes
    Nameable
  41. def isUnnamed: Boolean
    Definition Classes
    Nameable
  42. val name: String
    Attributes
    protected
    Definition Classes
    Nameable
  43. val nameableRef: Nameable
    Attributes
    protected
    Definition Classes
    Nameable
    Annotations
    @DontName()
  44. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  45. def newRAM(name: String, addr: Long, size: Long, doc: String): Unit
    Definition Classes
    BusIf
  46. def newReg(doc: String)(implicit symbol: SymbolName): RegInst
    Definition Classes
    BusIf
  47. def newRegAt(address: Int, doc: String)(implicit symbol: SymbolName): RegInst
    Definition Classes
    BusIf
  48. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  49. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  50. def overrideLocalName(name: String): WishboneBusInterface.this.type
    Definition Classes
    Nameable
  51. val parentScope: ScopeStatement
    Definition Classes
    ContextUser
  52. def productElementNames: Iterator[String]
    Definition Classes
    Product
  53. def readAddress(): UInt
    Definition Classes
    WishboneBusInterfaceBusIfBase
  54. val readData: Bits
    Definition Classes
    WishboneBusInterfaceBusIfBase
  55. val readError: Bool
    Definition Classes
    WishboneBusInterfaceBusIfBase
  56. def readGenerator(): WhenContext
    Definition Classes
    BusIf
  57. def readHalt(): Unit
    Definition Classes
    WishboneBusInterfaceBusIfBase
  58. val readSync: Boolean
  59. val refOwner: RefOwnerType
    Definition Classes
    OwnableRef
    Annotations
    @DontName()
  60. def reflectNames(): Unit
    Definition Classes
    Nameable
  61. val regPre: String
    Definition Classes
    WishboneBusInterfaceBusIf
  62. def rework[T](body: => T): T
    Definition Classes
    Area
  63. val selId: Int
  64. val selMatch: Bool
  65. def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): WishboneBusInterface.this.type
    Definition Classes
    Nameable
  66. def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): WishboneBusInterface.this.type
    Definition Classes
    Nameable
  67. def setCompositeName(nameable: Nameable, postfix: String): WishboneBusInterface.this.type
    Definition Classes
    Nameable
  68. def setCompositeName(nameable: Nameable, namePriority: Byte): WishboneBusInterface.this.type
    Definition Classes
    Nameable
  69. def setCompositeName(nameable: Nameable, weak: Boolean): WishboneBusInterface.this.type
    Definition Classes
    Nameable
  70. def setCompositeName(nameable: Nameable): WishboneBusInterface.this.type
    Definition Classes
    Nameable
  71. def setName(name: String, namePriority: Byte): WishboneBusInterface.this.type
    Definition Classes
    Nameable
  72. def setName(name: String, weak: Boolean): WishboneBusInterface.this.type
    Definition Classes
    Nameable
  73. def setName(name: String): WishboneBusInterface.this.type
    Definition Classes
    Nameable
  74. def setNameAsWeak(): WishboneBusInterface.this.type
    Definition Classes
    Nameable
  75. def setPartialName(name: String, namePriority: Byte): WishboneBusInterface.this.type
    Definition Classes
    Nameable
  76. def setPartialName(name: String, weak: Boolean): WishboneBusInterface.this.type
    Definition Classes
    Nameable
  77. def setPartialName(owner: Nameable, name: String, namePriority: Byte): WishboneBusInterface.this.type
    Definition Classes
    Nameable
  78. def setPartialName(owner: Nameable, name: String, weak: Boolean): WishboneBusInterface.this.type
    Definition Classes
    Nameable
  79. def setPartialName(name: String): WishboneBusInterface.this.type
    Definition Classes
    Nameable
  80. def setPartialName(owner: Nameable, name: String): WishboneBusInterface.this.type
    Definition Classes
    Nameable
  81. def setRefOwner(that: Any): Unit
    Definition Classes
    OwnableRef
  82. def setScalaLocated(source: ScalaLocated): WishboneBusInterface.this.type
    Definition Classes
    ScalaLocated
  83. def setWeakName(name: String): WishboneBusInterface.this.type
    Definition Classes
    Nameable
  84. val sizeMap: SizeMapping
  85. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  86. def toString(): String
    Definition Classes
    Area → Nameable → AnyRef → Any
  87. def unsetName(): WishboneBusInterface.this.type
    Definition Classes
    Nameable
  88. def valCallback[T](ref: T, name: String): T
    Definition Classes
    ValCallbackRec → ValCallback
  89. def valCallbackOn(ref: Any, name: String, refs: Set[Any]): Unit
    Definition Classes
    ValCallbackRec
  90. def valCallbackRec(obj: Any, name: String): Unit
    Definition Classes
    Area → ValCallbackRec
  91. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  92. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  93. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  94. def wordAddressInc: Int
    Definition Classes
    BusIfBase
  95. def writeAddress(): UInt
    Definition Classes
    WishboneBusInterfaceBusIfBase
  96. val writeData: Bits
    Definition Classes
    WishboneBusInterfaceBusIfBase
  97. def writeHalt(): Unit
    Definition Classes
    WishboneBusInterfaceBusIfBase

Deprecated Value Members

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