trait BusIf extends BusIfBase

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BusIf
  2. BusIfBase
  3. Area
  4. OverridedEqualsHashCode
  5. ValCallbackRec
  6. ValCallback
  7. NameableByComponent
  8. Nameable
  9. ContextUser
  10. ScalaLocated
  11. GlobalDataUser
  12. OwnableRef
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract type B <: BusIf.this.type
  2. abstract type RefOwnerType
    Definition Classes
    OwnableRef

Abstract Value Members

  1. abstract val askRead: Bool
    Definition Classes
    BusIfBase
  2. abstract val askWrite: Bool
    Definition Classes
    BusIfBase
  3. abstract val bus: Bundle
  4. abstract val busAddrWidth: Int
    Definition Classes
    BusIfBase
  5. abstract val busDataWidth: Int
    Definition Classes
    BusIfBase
  6. abstract val bus_rdata: Bits
    Definition Classes
    BusIfBase
  7. abstract val doRead: Bool
    Definition Classes
    BusIfBase
  8. abstract val doWrite: Bool
    Definition Classes
    BusIfBase
  9. abstract def getModuleName: String
  10. abstract def readAddress(): UInt
    Definition Classes
    BusIfBase
  11. abstract def readHalt(): Unit
    Definition Classes
    BusIfBase
  12. abstract val regPre: String
  13. abstract val reg_rdata: Bits
    Definition Classes
    BusIfBase
  14. abstract val reg_rderr: Bool
    Definition Classes
    BusIfBase
  15. abstract val reg_wrerr: Bool
    Definition Classes
    BusIfBase
  16. abstract val withSecFireWall: Boolean
    Definition Classes
    BusIfBase
  17. abstract val withStrb: Boolean
    Definition Classes
    BusIfBase
  18. abstract val wmask: Bits
    Definition Classes
    BusIfBase
  19. abstract val wmaskn: Bits
    Definition Classes
    BusIfBase
  20. abstract def writeAddress(): UInt
    Definition Classes
    BusIfBase
  21. abstract val writeData: Bits
    Definition Classes
    BusIfBase
  22. abstract def writeHalt(): Unit
    Definition Classes
    BusIfBase
  23. abstract val wstrb: Bits
    Definition Classes
    BusIfBase

Concrete 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 FifoInsts: ListBuffer[FifoInst]
  5. def RamInsts: ListBuffer[RamInst]
  6. def RegAndFifos: List[RegSlice]
  7. def RegInsts: ListBuffer[RegInst]
  8. val _addrAlignCheck: Boolean
    Attributes
    protected
    Definition Classes
    BusIfBase
  9. val _context: Capture
    Definition Classes
    Area
  10. def accept(doc: BusIfDoc): Unit
  11. def addrAlignCheck(address: BigInt): Unit
  12. def addressUsed(addr: BigInt): Boolean
  13. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  14. val blockId: Int
    Attributes
    protected
  15. def blockIdInc(): Unit
    Attributes
    protected
  16. def busByteWidth: Int
    Definition Classes
    BusIfBase
  17. def busName: String
  18. lazy val bus_nsbit: Bool
    Definition Classes
    BusIfBase
  19. def bus_slverr: Bool
    Definition Classes
    BusIfBase
  20. def bw: Int
    Definition Classes
    BusIfBase
  21. lazy val cg_en: Bool
    Definition Classes
    BusIfBase
  22. def childNamePriority: Byte
    Definition Classes
    Area
  23. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  24. def component: Component
    Definition Classes
    ContextUser
  25. def createGrp(name: String, addr: BigInt, maxSize: BigInt, doc: String, sec: Secure = null): RegSliceGrp
  26. def createRAM(name: String, addr: BigInt, size: BigInt, doc: String, sec: Secure = null, grp: GrpTag = null): RamInst
  27. def createRdFifo(name: String, addr: BigInt, Doc: String, sec: Secure = null, grp: GrpTag = null): RdFifoInst
  28. def createReg(name: String, addr: BigInt, doc: String, sec: Secure = null, grp: GrpTag = null): RegInst
  29. def createWrFifo(name: String, addr: BigInt, Doc: String, sec: Secure = null, grp: GrpTag = null): WrFifoInst
  30. def defaultReadBits: Bits
  31. def docPath: String
  32. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. def equals(obj: Any): Boolean
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  34. def foreachReflectableNameables(doThat: (Any) ⇒ Unit): Unit
    Definition Classes
    Nameable
  35. def gen(doc: BusIfDoc): Unit
  36. def genBaseDocs(docname: String, prefix: String = ""): Unit
  37. def getAddrMap: List[String]
  38. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  39. def getCurrentBlockTag: ReuseTag
  40. def getDisplayName(): String
    Definition Classes
    Nameable
  41. def getInstanceCounter: Int
    Definition Classes
    ContextUser
  42. def getMode: Byte
    Attributes
    protected
    Definition Classes
    Nameable
  43. def getName(default: String): String
    Definition Classes
    NameableByComponentNameable
  44. def getName(): String
    Definition Classes
    NameableByComponentNameable
  45. def getOrCreateSecLogic(key: Bool, logic: Bool): Bool
  46. def getPartialName(): String
    Definition Classes
    Nameable
  47. def getPath(from: Component, to: Component): Seq[Component]
    Definition Classes
    NameableByComponent
  48. def getRefOwnersChain(): List[Any]
    Definition Classes
    OwnableRef
  49. def getRegPtr(): BigInt
  50. def getReservedAddressReadValue: BigInt
  51. def getScalaLocationLong: String
    Definition Classes
    ScalaLocated
  52. def getScalaLocationShort: String
    Definition Classes
    ScalaLocated
  53. def getScalaTrace(): Throwable
    Definition Classes
    ScalaLocated
  54. def getSecFailReadValue: BigInt
  55. def getVersion: String
    Definition Classes
    BusIfBase
  56. val globalData: GlobalData
    Definition Classes
    GlobalDataUser
  57. val grpId: Int
    Attributes
    protected
  58. def grpIdInc(): Unit
    Attributes
    protected
  59. def hasBlock: Boolean
  60. def hashCode(): Int
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  61. def initStrbMasks(): Unit
    Definition Classes
    BusIfBase
  62. def isCompletelyUnnamed: Boolean
    Definition Classes
    Nameable
  63. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  64. final def isNamed: Boolean
    Definition Classes
    Nameable
  65. def isPriorityApplicable(namePriority: Byte): Boolean
    Definition Classes
    Nameable
  66. def isUnnamed: Boolean
    Definition Classes
    NameableByComponentNameable
  67. def mwdata(pos: Int): Bool
    Definition Classes
    BusIfBase
  68. def mwdata(sec: Range): Bits
    Definition Classes
    BusIfBase
  69. val name: String
    Definition Classes
    Nameable
  70. val nameableRef: Nameable
    Attributes
    protected
    Definition Classes
    Nameable
    Annotations
    @DontName()
  71. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  72. def newBlockTag(instName: String)(partName: String): ReuseTag
  73. def newBlockTagAt(addr: BigInt, instName: String)(partName: String): ReuseTag
  74. def newGrp(maxSize: BigInt, doc: String, sec: Secure = null)(implicit symbol: SymbolName): RegSliceGrp
  75. def newGrpAt(address: BigInt, maxSize: BigInt, doc: String, sec: Secure = null)(implicit symbol: SymbolName): RegSliceGrp
  76. def newGrpTag(name: String): GrpTag
  77. def newRAM(size: BigInt, doc: String, sec: Secure = null, grp: GrpTag = null)(implicit symbol: SymbolName): RamInst
  78. def newRAMAt(address: BigInt, size: BigInt, doc: String, sec: Secure = null, grp: GrpTag = null)(implicit symbol: SymbolName): RamInst
  79. def newRdFifo(doc: String, sec: Secure = null, grp: GrpTag = null)(implicit symbol: SymbolName): RdFifoInst
  80. def newRdFifoAt(address: BigInt, doc: String, sec: Secure = null, grp: GrpTag = null)(implicit symbol: SymbolName): RdFifoInst
  81. def newReg(doc: String, sec: Secure = null, grp: GrpTag = null)(implicit symbol: SymbolName): RegInst
  82. def newRegAt(address: BigInt, doc: String, sec: Secure = null, grp: GrpTag = null)(implicit symbol: SymbolName): RegInst
  83. def newWrFifo(doc: String, sec: Secure = null, grp: GrpTag = null)(implicit symbol: SymbolName): WrFifoInst
  84. def newWrFifoAt(address: BigInt, doc: String, sec: Secure = null, grp: GrpTag = null)(implicit symbol: SymbolName): WrFifoInst
  85. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  86. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  87. def orderdRegInsts: ListBuffer[RegSlice]
  88. def overrideLocalName(name: String): BusIf.this.type
    Definition Classes
    Nameable
  89. val parentScope: ScopeStatement
    Definition Classes
    ContextUser
  90. def preCheck(): Unit
  91. val readDefaultValue: BigInt
    Attributes
    protected
  92. val readSync: Boolean
    Definition Classes
    BusIfBase
  93. val refOwner: RefOwnerType
    Definition Classes
    OwnableRef
    Annotations
    @DontName()
  94. def reflectNames(): Unit
    Definition Classes
    Nameable
  95. def regPart(name: String)(block: ⇒ Unit): Unit
  96. def regPtrReAnchorAt(pos: BigInt): Unit
  97. def regSlicesNotReuse: List[RegSlice]
  98. def repeatGroupsBase: Map[String, List[RegSlice]]
  99. def repeatGroupsHead: Map[String, List[RegSlice]]
  100. def resetBlockTag(): Unit
  101. def reuseGroups: Map[String, List[RegSlice]]
  102. def reuseGroupsById: Map[String, Map[Int, List[RegSlice]]]
  103. def rework[T](body: ⇒ T): T
    Definition Classes
    Area
  104. val scalaTrace: Throwable
    Definition Classes
    ScalaLocated
  105. def secFailDefaultBits: Bits
  106. val secFailReadValue: BigInt
    Attributes
    protected
  107. def setAlignCheck(value: Boolean = false): Unit
    Definition Classes
    BusIfBase
  108. def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): BusIf.this.type
    Definition Classes
    Nameable
  109. def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): BusIf.this.type
    Definition Classes
    Nameable
  110. def setCompositeName(nameable: Nameable, postfix: String): BusIf.this.type
    Definition Classes
    Nameable
  111. def setCompositeName(nameable: Nameable, namePriority: Byte): BusIf.this.type
    Definition Classes
    Nameable
  112. def setCompositeName(nameable: Nameable, weak: Boolean): BusIf.this.type
    Definition Classes
    Nameable
  113. def setCompositeName(nameable: Nameable): BusIf.this.type
    Definition Classes
    Nameable
  114. def setLambdaName(isNameBody: ⇒ Boolean)(nameGen: ⇒ String): BusIf.this.type
    Definition Classes
    Nameable
  115. def setName(name: String, namePriority: Byte): BusIf.this.type
    Definition Classes
    Nameable
  116. def setName(name: String, weak: Boolean): BusIf.this.type
    Definition Classes
    Nameable
  117. def setName(name: String): BusIf.this.type
    Definition Classes
    Nameable
  118. def setNameAsWeak(): BusIf.this.type
    Definition Classes
    Nameable
  119. def setPartialName(name: String, namePriority: Byte, owner: Any): BusIf.this.type
    Definition Classes
    Nameable
  120. def setPartialName(name: String, namePriority: Byte): BusIf.this.type
    Definition Classes
    Nameable
  121. def setPartialName(name: String, weak: Boolean): BusIf.this.type
    Definition Classes
    Nameable
  122. def setPartialName(owner: Nameable, name: String, namePriority: Byte): BusIf.this.type
    Definition Classes
    Nameable
  123. def setPartialName(owner: Nameable, name: String, weak: Boolean): BusIf.this.type
    Definition Classes
    Nameable
  124. def setPartialName(name: String): BusIf.this.type
    Definition Classes
    Nameable
  125. def setPartialName(owner: Nameable, name: String): BusIf.this.type
    Definition Classes
    Nameable
  126. def setPartialName(owner: Nameable): BusIf.this.type
    Definition Classes
    Nameable
  127. def setRefOwner(that: Any): Unit
    Definition Classes
    OwnableRef
  128. def setReservedAddressReadValue(value: BigInt): Unit
  129. def setScalaLocated(source: ScalaLocated): BusIf.this.type
    Definition Classes
    ScalaLocated
  130. def setSecFailReadValue(value: BigInt): Unit
  131. def setVersion(ver: String): Unit
    Definition Classes
    BusIfBase
  132. def setWeakName(name: String): BusIf.this.type
    Definition Classes
    Nameable
  133. def slices: List[RegSlice]
  134. def strbWidth: Int
    Definition Classes
    BusIfBase
  135. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  136. def toString(): String
    Definition Classes
    AreaNameable → AnyRef → Any
  137. def underbitWidth: Int
    Definition Classes
    BusIfBase
  138. def unsetName(): BusIf.this.type
    Definition Classes
    Nameable
  139. def valCallback[T](ref: T, name: String): T
    Definition Classes
    ValCallbackRec → ValCallback
  140. def valCallbackOn(ref: Any, name: String, refs: Set[Any]): Unit
    Definition Classes
    ValCallbackRec
  141. def valCallbackRec(obj: Any, name: String): Unit
    Definition Classes
    AreaValCallbackRec
  142. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  143. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  144. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  145. def wdata(reg: Bool, pos: Int, oper: String): Bool
    Definition Classes
    BusIfBase
  146. def wdata(reg: Bool, pos: Int): Bool
    Definition Classes
    BusIfBase
  147. def wdata(reg: BaseType, sec: Range, oper: String): Bits
    Definition Classes
    BusIfBase
  148. def wdata(reg: BaseType, sec: Range): Bits
    Definition Classes
    BusIfBase
  149. def wordAddressInc: Int
    Definition Classes
    BusIfBase

Deprecated Value Members

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

    (Since version 2024.06.03) type error fix

  2. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated
  3. lazy val readData: Bits
    Definition Classes
    BusIfBase
    Annotations
    @deprecated
    Deprecated

    (Since version 2024.12.30) readData rename to bus_rdata

  4. lazy val readError: Bool
    Definition Classes
    BusIfBase
    Annotations
    @deprecated
    Deprecated

    (Since version 2024.12.30) readError rename to bus_rderr

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