trait BusIf extends BusIfBase
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- BusIf
- BusIfBase
- Area
- OverridedEqualsHashCode
- ValCallbackRec
- ValCallback
- NameableByComponent
- Nameable
- ContextUser
- ScalaLocated
- GlobalDataUser
- OwnableRef
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
Abstract Value Members
- abstract val askRead: Bool
- Definition Classes
- BusIfBase
- abstract val askWrite: Bool
- Definition Classes
- BusIfBase
- abstract val bus: Bundle
- abstract val busAddrWidth: Int
- Definition Classes
- BusIfBase
- abstract val busDataWidth: Int
- Definition Classes
- BusIfBase
- abstract val bus_rdata: Bits
- Definition Classes
- BusIfBase
- abstract val doRead: Bool
- Definition Classes
- BusIfBase
- abstract val doWrite: Bool
- Definition Classes
- BusIfBase
- abstract def getModuleName: String
- abstract def readAddress(): UInt
- Definition Classes
- BusIfBase
- abstract def readHalt(): Unit
- Definition Classes
- BusIfBase
- abstract val regPre: String
- abstract val reg_rdata: Bits
- Definition Classes
- BusIfBase
- abstract val reg_rderr: Bool
- Definition Classes
- BusIfBase
- abstract val reg_wrerr: Bool
- Definition Classes
- BusIfBase
- abstract val withSecFireWall: Boolean
- Definition Classes
- BusIfBase
- abstract val withStrb: Boolean
- Definition Classes
- BusIfBase
- abstract val wmask: Bits
- Definition Classes
- BusIfBase
- abstract val wmaskn: Bits
- Definition Classes
- BusIfBase
- abstract def writeAddress(): UInt
- Definition Classes
- BusIfBase
- abstract val writeData: Bits
- Definition Classes
- BusIfBase
- abstract def writeHalt(): Unit
- Definition Classes
- BusIfBase
- abstract val wstrb: Bits
- Definition Classes
- BusIfBase
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def FifoInsts: ListBuffer[FifoInst]
- def RamInsts: ListBuffer[RamInst]
- def RegAndFifos: List[RegSlice]
- def RegInsts: ListBuffer[RegInst]
- val _addrAlignCheck: Boolean
- Attributes
- protected
- Definition Classes
- BusIfBase
- val _context: Capture
- Definition Classes
- Area
- def accept(doc: BusIfDoc): Unit
- def addrAlignCheck(address: BigInt): Unit
- def addressUsed(addr: BigInt): Boolean
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val blockId: Int
- Attributes
- protected
- def blockIdInc(): Unit
- Attributes
- protected
- def busByteWidth: Int
- Definition Classes
- BusIfBase
- def busName: String
- lazy val bus_nsbit: Bool
- Definition Classes
- BusIfBase
- def bus_slverr: Bool
- Definition Classes
- BusIfBase
- def bw: Int
- Definition Classes
- BusIfBase
- lazy val cg_en: Bool
- Definition Classes
- BusIfBase
- def childNamePriority: Byte
- Definition Classes
- Area
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def component: Component
- Definition Classes
- ContextUser
- def createGrp(name: String, addr: BigInt, maxSize: BigInt, doc: String, sec: Secure = null): RegSliceGrp
- def createRAM(name: String, addr: BigInt, size: BigInt, doc: String, sec: Secure = null, grp: GrpTag = null): RamInst
- def createRdFifo(name: String, addr: BigInt, Doc: String, sec: Secure = null, grp: GrpTag = null): RdFifoInst
- def createReg(name: String, addr: BigInt, doc: String, sec: Secure = null, grp: GrpTag = null): RegInst
- def createWrFifo(name: String, addr: BigInt, Doc: String, sec: Secure = null, grp: GrpTag = null): WrFifoInst
- def defaultReadBits: Bits
- def docPath: String
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(obj: Any): Boolean
- Definition Classes
- OverridedEqualsHashCode → AnyRef → Any
- def foreachReflectableNameables(doThat: (Any) => Unit): Unit
- Definition Classes
- Nameable
- def gen(doc: BusIfDoc): Unit
- def genBaseDocs(docname: String, prefix: String = ""): Unit
- def getAddrMap: List[String]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def getCurrentBlockTag: ReuseTag
- def getDisplayName(): String
- Definition Classes
- Nameable
- def getInstanceCounter: Int
- Definition Classes
- ContextUser
- def getMode: Byte
- Attributes
- protected
- Definition Classes
- Nameable
- def getName(default: String): String
- Definition Classes
- NameableByComponent → Nameable
- def getName(): String
- Definition Classes
- NameableByComponent → Nameable
- def getOrCreateSecLogic(key: Bool, logic: Bool): Bool
- def getPartialName(): String
- Definition Classes
- Nameable
- def getPath(from: Component, to: Component): Seq[Component]
- Definition Classes
- NameableByComponent
- def getRefOwnersChain(): List[Any]
- Definition Classes
- OwnableRef
- def getRegPtr(): BigInt
- def getReservedAddressReadValue: BigInt
- def getScalaLocationLong: String
- Definition Classes
- ScalaLocated
- def getScalaLocationShort: String
- Definition Classes
- ScalaLocated
- def getScalaTrace(): Throwable
- Definition Classes
- ScalaLocated
- def getSecFailReadValue: BigInt
- def getVersion: String
- Definition Classes
- BusIfBase
- val globalData: GlobalData
- Definition Classes
- GlobalDataUser
- val grpId: Int
- Attributes
- protected
- def grpIdInc(): Unit
- Attributes
- protected
- def hasBlock: Boolean
- def hashCode(): Int
- Definition Classes
- OverridedEqualsHashCode → AnyRef → Any
- def initStrbMasks(): Unit
- Definition Classes
- BusIfBase
- def isCompletelyUnnamed: Boolean
- Definition Classes
- Nameable
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def isNamed: Boolean
- Definition Classes
- Nameable
- def isPriorityApplicable(namePriority: Byte): Boolean
- Definition Classes
- Nameable
- def isUnnamed: Boolean
- Definition Classes
- NameableByComponent → Nameable
- def mwdata(pos: Int): Bool
- Definition Classes
- BusIfBase
- def mwdata(sec: Range): Bits
- Definition Classes
- BusIfBase
- val name: String
- Definition Classes
- Nameable
- val nameableRef: Nameable
- Attributes
- protected
- Definition Classes
- Nameable
- Annotations
- @DontName()
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newBlockTag(instName: String)(partName: String): ReuseTag
- def newBlockTagAt(addr: BigInt, instName: String)(partName: String): ReuseTag
- def newGrp(maxSize: BigInt, doc: String, sec: Secure = null)(implicit symbol: SymbolName): RegSliceGrp
- def newGrpAt(address: BigInt, maxSize: BigInt, doc: String, sec: Secure = null)(implicit symbol: SymbolName): RegSliceGrp
- def newGrpTag(name: String): GrpTag
- def newRAM(size: BigInt, doc: String, sec: Secure = null, grp: GrpTag = null)(implicit symbol: SymbolName): RamInst
- def newRAMAt(address: BigInt, size: BigInt, doc: String, sec: Secure = null, grp: GrpTag = null)(implicit symbol: SymbolName): RamInst
- def newRdFifo(doc: String, sec: Secure = null, grp: GrpTag = null)(implicit symbol: SymbolName): RdFifoInst
- def newRdFifoAt(address: BigInt, doc: String, sec: Secure = null, grp: GrpTag = null)(implicit symbol: SymbolName): RdFifoInst
- def newReg(doc: String, sec: Secure = null, grp: GrpTag = null)(implicit symbol: SymbolName): RegInst
- def newRegAt(address: BigInt, doc: String, sec: Secure = null, grp: GrpTag = null)(implicit symbol: SymbolName): RegInst
- def newWrFifo(doc: String, sec: Secure = null, grp: GrpTag = null)(implicit symbol: SymbolName): WrFifoInst
- def newWrFifoAt(address: BigInt, doc: String, sec: Secure = null, grp: GrpTag = null)(implicit symbol: SymbolName): WrFifoInst
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def orderdRegInsts: ListBuffer[RegSlice]
- def overrideLocalName(name: String): BusIf.this.type
- Definition Classes
- Nameable
- val parentScope: ScopeStatement
- Definition Classes
- ContextUser
- def preCheck(): Unit
- val readDefaultValue: BigInt
- Attributes
- protected
- val readSync: Boolean
- Definition Classes
- BusIfBase
- val refOwner: RefOwnerType
- Definition Classes
- OwnableRef
- Annotations
- @DontName()
- def reflectNames(): Unit
- Definition Classes
- Nameable
- def regPart(name: String)(block: => Unit): Unit
- def regPtrReAnchorAt(pos: BigInt): Unit
- def regSlicesNotReuse: List[RegSlice]
- def repeatGroupsBase: Map[String, List[RegSlice]]
- def repeatGroupsHead: Map[String, List[RegSlice]]
- def resetBlockTag(): Unit
- def reuseGroups: Map[String, List[RegSlice]]
- def reuseGroupsById: Map[String, Map[Int, List[RegSlice]]]
- def rework[T](body: => T): T
- Definition Classes
- Area
- val scalaTrace: Throwable
- Definition Classes
- ScalaLocated
- def secFailDefaultBits: Bits
- val secFailReadValue: BigInt
- Attributes
- protected
- def setAlignCheck(value: Boolean = false): Unit
- Definition Classes
- BusIfBase
- def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): BusIf.this.type
- Definition Classes
- Nameable
- def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): BusIf.this.type
- Definition Classes
- Nameable
- def setCompositeName(nameable: Nameable, postfix: String): BusIf.this.type
- Definition Classes
- Nameable
- def setCompositeName(nameable: Nameable, namePriority: Byte): BusIf.this.type
- Definition Classes
- Nameable
- def setCompositeName(nameable: Nameable, weak: Boolean): BusIf.this.type
- Definition Classes
- Nameable
- def setCompositeName(nameable: Nameable): BusIf.this.type
- Definition Classes
- Nameable
- def setLambdaName(isNameBody: => Boolean)(nameGen: => String): BusIf.this.type
- Definition Classes
- Nameable
- def setName(name: String, namePriority: Byte): BusIf.this.type
- Definition Classes
- Nameable
- def setName(name: String, weak: Boolean): BusIf.this.type
- Definition Classes
- Nameable
- def setName(name: String): BusIf.this.type
- Definition Classes
- Nameable
- def setNameAsWeak(): BusIf.this.type
- Definition Classes
- Nameable
- def setPartialName(name: String, namePriority: Byte, owner: Any): BusIf.this.type
- Definition Classes
- Nameable
- def setPartialName(name: String, namePriority: Byte): BusIf.this.type
- Definition Classes
- Nameable
- def setPartialName(name: String, weak: Boolean): BusIf.this.type
- Definition Classes
- Nameable
- def setPartialName(owner: Nameable, name: String, namePriority: Byte): BusIf.this.type
- Definition Classes
- Nameable
- def setPartialName(owner: Nameable, name: String, weak: Boolean): BusIf.this.type
- Definition Classes
- Nameable
- def setPartialName(name: String): BusIf.this.type
- Definition Classes
- Nameable
- def setPartialName(owner: Nameable, name: String): BusIf.this.type
- Definition Classes
- Nameable
- def setPartialName(owner: Nameable): BusIf.this.type
- Definition Classes
- Nameable
- def setRefOwner(that: Any): Unit
- Definition Classes
- OwnableRef
- def setReservedAddressReadValue(value: BigInt): Unit
- def setScalaLocated(source: ScalaLocated): BusIf.this.type
- Definition Classes
- ScalaLocated
- def setSecFailReadValue(value: BigInt): Unit
- def setVersion(ver: String): Unit
- Definition Classes
- BusIfBase
- def setWeakName(name: String): BusIf.this.type
- Definition Classes
- Nameable
- def slices: List[RegSlice]
- def strbWidth: Int
- Definition Classes
- BusIfBase
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- Area → Nameable → AnyRef → Any
- def underbitWidth: Int
- Definition Classes
- BusIfBase
- def unsetName(): BusIf.this.type
- Definition Classes
- Nameable
- def valCallback[T](ref: T, name: String): T
- Definition Classes
- ValCallbackRec → ValCallback
- def valCallbackOn(ref: Any, name: String, refs: Set[Any]): Unit
- Definition Classes
- ValCallbackRec
- def valCallbackRec(obj: Any, name: String): Unit
- Definition Classes
- Area → ValCallbackRec
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def wdata(reg: Bool, pos: Int, oper: String): Bool
- Definition Classes
- BusIfBase
- def wdata(reg: Bool, pos: Int): Bool
- Definition Classes
- BusIfBase
- def wdata(reg: BaseType, sec: Range, oper: String): Bits
- Definition Classes
- BusIfBase
- def wdata(reg: BaseType, sec: Range): Bits
- Definition Classes
- BusIfBase
- def wordAddressInc: Int
- Definition Classes
- BusIfBase
Deprecated Value Members
- 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
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)
- lazy val readData: Bits
- Definition Classes
- BusIfBase
- Annotations
- @deprecated
- Deprecated
(Since version 2024.12.30) readData rename to bus_rdata
- lazy val readError: Bool
- Definition Classes
- BusIfBase
- Annotations
- @deprecated
- Deprecated
(Since version 2024.12.30) readError rename to bus_rderr