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. val accessDefaultError: Boolean
    Attributes
    protected
  12. def addrAlignCheck(address: BigInt): Unit
  13. def addressUsed(addr: BigInt): Boolean
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. val blockId: Int
    Attributes
    protected
  16. def blockIdInc(): Unit
    Attributes
    protected
  17. def busByteWidth: Int
    Definition Classes
    BusIfBase
  18. def busName: String
  19. lazy val bus_nsbit: Bool
    Definition Classes
    BusIfBase
  20. def bus_slverr: Bool
    Definition Classes
    BusIfBase
  21. def bw: Int
    Definition Classes
    BusIfBase
  22. lazy val cg_en: Bool
    Definition Classes
    BusIfBase
  23. def childNamePriority: Byte
    Definition Classes
    Area
  24. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  25. def component: Component
    Definition Classes
    ContextUser
  26. def createGrp(name: String, addr: BigInt, maxSize: BigInt, doc: String, sec: Secure = null): RegSliceGrp
  27. def createRAM(name: String, addr: BigInt, size: BigInt, doc: String, sec: Secure = null, grp: GrpTag = null): RamInst
  28. def createRdFifo(name: String, addr: BigInt, Doc: String, sec: Secure = null, grp: GrpTag = null): RdFifoInst
  29. def createReg(name: String, addr: BigInt, doc: String, sec: Secure = null, grp: GrpTag = null): RegInst
  30. def createWrFifo(name: String, addr: BigInt, Doc: String, sec: Secure = null, grp: GrpTag = null): WrFifoInst
  31. def defaultReadBits: Bits
  32. def docPath: String
  33. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. def equals(obj: Any): Boolean
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  35. def foreachReflectableNameables(doThat: (Any) ⇒ Unit): Unit
    Definition Classes
    Nameable
  36. def gen(doc: BusIfDoc): Unit
  37. def genBaseDocs(docname: String, prefix: String = ""): Unit
  38. def getAddrMap: List[String]
  39. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  40. def getCurrentBlockTag: ReuseTag
  41. def getDisplayName(): String
    Definition Classes
    Nameable
  42. def getInstanceCounter: Int
    Definition Classes
    ContextUser
  43. def getMode: Byte
    Attributes
    protected
    Definition Classes
    Nameable
  44. def getName(default: String): String
    Definition Classes
    NameableByComponentNameable
  45. def getName(): String
    Definition Classes
    NameableByComponentNameable
  46. def getOrCreateSecLogic(key: Bool, logic: Bool): Bool
  47. def getPartialName(): String
    Definition Classes
    Nameable
  48. def getPath(from: Component, to: Component): Seq[Component]
    Definition Classes
    NameableByComponent
  49. def getRefOwnersChain(): List[Any]
    Definition Classes
    OwnableRef
  50. def getRegPtr(): BigInt
  51. def getReservedAddressErrorState: Boolean
  52. def getReservedAddressReadValue: BigInt
  53. def getScalaLocationLong: String
    Definition Classes
    ScalaLocated
  54. def getScalaLocationShort: String
    Definition Classes
    ScalaLocated
  55. def getScalaTrace(): Throwable
    Definition Classes
    ScalaLocated
  56. def getSecFailReadValue: BigInt
  57. def getVersion: String
    Definition Classes
    BusIfBase
  58. val globalData: GlobalData
    Definition Classes
    GlobalDataUser
  59. def groupConsecutiveBlocks(blocks: List[List[RegSlice]]): List[(List[RegSlice], Int, Int)]

    Gap-aware run-length encoding algorithm (Enhanced: Added block size consistency check)

    Gap-aware run-length encoding algorithm (Enhanced: Added block size consistency check)

    blocks

    Input list of blocks, each block is a consecutive list of Reg

    returns

    List of triples (first block, consecutive block count, interval)

    Definition Classes
    BusIfBase
  60. val grpId: Int
    Attributes
    protected
  61. def grpIdInc(): Unit
    Attributes
    protected
  62. def grupConsecutiveBlocks(blocks: List[List[RegSlice]], tolerance: Int): List[(List[RegSlice], Int, Int)]
    Definition Classes
    BusIfBase
  63. def hasBlock: Boolean
  64. def hashCode(): Int
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  65. def initStrbMasks(): Unit
    Definition Classes
    BusIfBase
  66. def isCompletelyUnnamed: Boolean
    Definition Classes
    Nameable
  67. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  68. final def isNamed: Boolean
    Definition Classes
    Nameable
  69. def isPriorityApplicable(namePriority: Byte): Boolean
    Definition Classes
    Nameable
  70. def isUnnamed: Boolean
    Definition Classes
    NameableByComponentNameable
  71. def mwdata(pos: Int): Bool
    Definition Classes
    BusIfBase
  72. def mwdata(sec: Range): Bits
    Definition Classes
    BusIfBase
  73. val name: String
    Definition Classes
    Nameable
  74. val nameableRef: Nameable
    Attributes
    protected
    Definition Classes
    Nameable
    Annotations
    @DontName()
  75. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  76. def newBlockTag(instName: String)(partName: String): ReuseTag
  77. def newBlockTagAt(addr: BigInt, instName: String)(partName: String): ReuseTag
  78. def newGrp(maxSize: BigInt, doc: String, sec: Secure = null)(implicit symbol: SymbolName): RegSliceGrp
  79. def newGrpAt(address: BigInt, maxSize: BigInt, doc: String, sec: Secure = null)(implicit symbol: SymbolName): RegSliceGrp
  80. def newGrpTag(name: String): GrpTag
  81. def newRAM(size: BigInt, doc: String, sec: Secure = null, grp: GrpTag = null)(implicit symbol: SymbolName): RamInst
  82. def newRAMAt(address: BigInt, size: BigInt, doc: String, sec: Secure = null, grp: GrpTag = null)(implicit symbol: SymbolName): RamInst
  83. def newRdFifo(doc: String, sec: Secure = null, grp: GrpTag = null)(implicit symbol: SymbolName): RdFifoInst
  84. def newRdFifoAt(address: BigInt, doc: String, sec: Secure = null, grp: GrpTag = null)(implicit symbol: SymbolName): RdFifoInst
  85. def newReg(doc: String, sec: Secure = null, grp: GrpTag = null)(implicit symbol: SymbolName): RegInst
  86. def newRegAt(address: BigInt, doc: String, sec: Secure = null, grp: GrpTag = null)(implicit symbol: SymbolName): RegInst
  87. def newWrFifo(doc: String, sec: Secure = null, grp: GrpTag = null)(implicit symbol: SymbolName): WrFifoInst
  88. def newWrFifoAt(address: BigInt, doc: String, sec: Secure = null, grp: GrpTag = null)(implicit symbol: SymbolName): WrFifoInst
  89. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  90. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  91. def orderdRegInsts: ListBuffer[RegSlice]
  92. def overrideLocalName(name: String): BusIf.this.type
    Definition Classes
    Nameable
  93. val parentScope: ScopeStatement
    Definition Classes
    ContextUser
  94. def preCheck(): Unit
  95. val readDefaultValue: BigInt
    Attributes
    protected
  96. val readSync: Boolean
    Definition Classes
    BusIfBase
  97. val refOwner: RefOwnerType
    Definition Classes
    OwnableRef
    Annotations
    @DontName()
  98. def reflectNames(): Unit
    Definition Classes
    Nameable
  99. def regPart(name: String)(block: ⇒ Unit): Unit
  100. def regPtrReAnchorAt(pos: BigInt): Unit
  101. def regSlicesNotReuse: List[RegSlice]
  102. def repeatGroupsBase: Map[String, List[RegSlice]]
  103. def repeatGroupsHead: Map[String, List[RegSlice]]
  104. def resetBlockTag(): Unit
  105. def reuseGroups: Map[String, List[RegSlice]]
  106. def reuseGroupsById: Map[String, Map[Int, List[RegSlice]]]
  107. def rework[T](body: ⇒ T): T
    Definition Classes
    Area
  108. val scalaTrace: Throwable
    Definition Classes
    ScalaLocated
  109. def secFailDefaultBits: Bits
  110. val secFailReadValue: BigInt
    Attributes
    protected
  111. def setAlignCheck(value: Boolean = false): Unit
    Definition Classes
    BusIfBase
  112. def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): BusIf.this.type
    Definition Classes
    Nameable
  113. def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): BusIf.this.type
    Definition Classes
    Nameable
  114. def setCompositeName(nameable: Nameable, postfix: String): BusIf.this.type
    Definition Classes
    Nameable
  115. def setCompositeName(nameable: Nameable, namePriority: Byte): BusIf.this.type
    Definition Classes
    Nameable
  116. def setCompositeName(nameable: Nameable, weak: Boolean): BusIf.this.type
    Definition Classes
    Nameable
  117. def setCompositeName(nameable: Nameable): BusIf.this.type
    Definition Classes
    Nameable
  118. def setLambdaName(isNameBody: ⇒ Boolean)(nameGen: ⇒ String): BusIf.this.type
    Definition Classes
    Nameable
  119. def setName(name: String, namePriority: Byte): BusIf.this.type
    Definition Classes
    Nameable
  120. def setName(name: String, weak: Boolean): BusIf.this.type
    Definition Classes
    Nameable
  121. def setName(name: String): BusIf.this.type
    Definition Classes
    Nameable
  122. def setNameAsWeak(): BusIf.this.type
    Definition Classes
    Nameable
  123. def setPartialName(name: String, namePriority: Byte, owner: Any): BusIf.this.type
    Definition Classes
    Nameable
  124. def setPartialName(name: String, namePriority: Byte): BusIf.this.type
    Definition Classes
    Nameable
  125. def setPartialName(name: String, weak: Boolean): BusIf.this.type
    Definition Classes
    Nameable
  126. def setPartialName(owner: Nameable, name: String, namePriority: Byte): BusIf.this.type
    Definition Classes
    Nameable
  127. def setPartialName(owner: Nameable, name: String, weak: Boolean): BusIf.this.type
    Definition Classes
    Nameable
  128. def setPartialName(name: String): BusIf.this.type
    Definition Classes
    Nameable
  129. def setPartialName(owner: Nameable, name: String): BusIf.this.type
    Definition Classes
    Nameable
  130. def setPartialName(owner: Nameable): BusIf.this.type
    Definition Classes
    Nameable
  131. def setRefOwner(that: Any): Unit
    Definition Classes
    OwnableRef
  132. def setReservedAddressErrorState(state: Boolean): Unit
  133. def setReservedAddressReadValue(value: BigInt): Unit
  134. def setScalaLocated(source: ScalaLocated): BusIf.this.type
    Definition Classes
    ScalaLocated
  135. def setSecFailReadValue(value: BigInt): Unit
  136. def setVersion(ver: String): Unit
    Definition Classes
    BusIfBase
  137. def setWeakName(name: String): BusIf.this.type
    Definition Classes
    Nameable
  138. def slices: List[RegSlice]
  139. def strbWidth: Int
    Definition Classes
    BusIfBase
  140. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  141. def toString(): String
    Definition Classes
    AreaNameable → AnyRef → Any
  142. def underbitWidth: Int
    Definition Classes
    BusIfBase
  143. def unsetName(): BusIf.this.type
    Definition Classes
    Nameable
  144. def valCallback[T](ref: T, name: String): T
    Definition Classes
    ValCallbackRec → ValCallback
  145. def valCallbackOn(ref: Any, name: String, refs: Set[Any]): Unit
    Definition Classes
    ValCallbackRec
  146. def valCallbackRec(obj: Any, name: String): Unit
    Definition Classes
    AreaValCallbackRec
  147. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  148. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  149. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  150. def wdata(reg: Bool, pos: Int, oper: String): Bool
    Definition Classes
    BusIfBase
  151. def wdata(reg: Bool, pos: Int): Bool
    Definition Classes
    BusIfBase
  152. def wdata(reg: BaseType, sec: Range, oper: String): Bits
    Definition Classes
    BusIfBase
  153. def wdata(reg: BaseType, sec: Range): Bits
    Definition Classes
    BusIfBase
  154. 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