Class

spinal.lib.bus.regif

AhbLite3BusInterface

Related Doc: package regif

Permalink

case class AhbLite3BusInterface(bus: AhbLite3, sizeMap: SizeMapping, readSync: Boolean = true, regPre: String = "")(implicit moduleName: ClassName) extends BusIf with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, BusIf, BusIfBase, Area, ValCallbackRec, ValCallback, Nameable, ContextUser, ScalaLocated, GlobalDataUser, OwnableRef, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AhbLite3BusInterface
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. BusIf
  7. BusIfBase
  8. Area
  9. ValCallbackRec
  10. ValCallback
  11. Nameable
  12. ContextUser
  13. ScalaLocated
  14. GlobalDataUser
  15. OwnableRef
  16. AnyRef
  17. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AhbLite3BusInterface(bus: AhbLite3, sizeMap: SizeMapping, readSync: Boolean = true, regPre: String = "")(implicit moduleName: ClassName)

    Permalink

Type Members

  1. abstract type B <: AhbLite3BusInterface.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 addressDelay: UInt

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. val askRead: Bool

    Permalink
    Definition Classes
    AhbLite3BusInterfaceBusIfBase
  9. val askWrite: Bool

    Permalink
    Definition Classes
    AhbLite3BusInterfaceBusIfBase
  10. val bus: AhbLite3

    Permalink
  11. def busDataWidth: Int

    Permalink
    Definition Classes
    AhbLite3BusInterfaceBusIfBase
  12. def clone(): AnyRef

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

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

    Permalink
    Definition Classes
    BusIf
  15. val doRead: Bool

    Permalink
    Definition Classes
    AhbLite3BusInterfaceBusIfBase
  16. val doWrite: Bool

    Permalink
    Definition Classes
    AhbLite3BusInterfaceBusIfBase
  17. def document(docName: String, docType: DocType = DocType.HTML): Unit

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

    Permalink
    Definition Classes
    AnyRef
  19. def foreachReflectableNameables(doThat: (Any) ⇒ Unit): Unit

    Permalink
    Definition Classes
    Nameable
  20. def genCHead(cFileName: String): Unit

    Permalink
    Definition Classes
    BusIf
  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
    AhbLite3BusInterfaceBusIf
  26. def getName(default: String): String

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

    Permalink
    Definition Classes
    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. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  35. def isNamed: Boolean

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

    Permalink
    Definition Classes
    Nameable
  37. def isUnnamed: Boolean

    Permalink
    Definition Classes
    Nameable
  38. var name: String

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Nameable
  47. var parentScope: ScopeStatement

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

    Permalink
    Definition Classes
    AhbLite3BusInterfaceBusIfBase
  49. val readData: Bits

    Permalink
    Definition Classes
    AhbLite3BusInterfaceBusIfBase
  50. val readError: Bool

    Permalink
    Definition Classes
    AhbLite3BusInterfaceBusIfBase
  51. def readGenerator(): WhenContext

    Permalink
    Definition Classes
    BusIf
  52. def readHalt(): Unit

    Permalink
    Definition Classes
    AhbLite3BusInterfaceBusIfBase
  53. val readSync: Boolean

    Permalink
  54. var refOwner: RefOwnerType

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

    Permalink
    Definition Classes
    Nameable
  56. val regPre: String

    Permalink
    Definition Classes
    AhbLite3BusInterfaceBusIf
  57. def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): AhbLite3BusInterface.this.type

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

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

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

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

    Permalink
    Definition Classes
    Nameable
  62. def setCompositeName(nameable: Nameable): AhbLite3BusInterface.this.type

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

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

    Permalink
    Definition Classes
    Nameable
  65. def setName(name: String): AhbLite3BusInterface.this.type

    Permalink
    Definition Classes
    Nameable
  66. def setNameAsWeak(): AhbLite3BusInterface.this.type

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

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

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

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

    Permalink
    Definition Classes
    Nameable
  71. def setPartialName(name: String): AhbLite3BusInterface.this.type

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

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

    Permalink
    Definition Classes
    OwnableRef
  74. def setScalaLocated(source: ScalaLocated): AhbLite3BusInterface.this.type

    Permalink
    Definition Classes
    ScalaLocated
  75. def setWeakName(name: String): AhbLite3BusInterface.this.type

    Permalink
    Definition Classes
    Nameable
  76. val sizeMap: SizeMapping

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AhbLite3BusInterfaceBusIfBase
  88. val writeData: Bits

    Permalink
    Definition Classes
    AhbLite3BusInterfaceBusIfBase
  89. def writeHalt(): Unit

    Permalink
    Definition Classes
    AhbLite3BusInterfaceBusIfBase

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 ValCallbackRec

Inherited from ValCallback

Inherited from Nameable

Inherited from ContextUser

Inherited from ScalaLocated

Inherited from GlobalDataUser

Inherited from OwnableRef

Inherited from AnyRef

Inherited from Any

Ungrouped