case class Apb3BusInterface(bus: Apb3, sizeMap: SizeMapping, selId: Int = 0, regPre: String = "")(implicit moduleName: ClassName) extends BusIf with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Apb3BusInterface
- Serializable
- Product
- Equals
- BusIf
- BusIfBase
- Area
- OverridedEqualsHashCode
- ValCallbackRec
- ValCallback
- NameableByComponent
- Nameable
- ContextUser
- ScalaLocated
- GlobalDataUser
- OwnableRef
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Apb3BusInterface(bus: Apb3, sizeMap: SizeMapping, selId: Int = 0, regPre: String = "")(implicit moduleName: ClassName)
Type Members
- abstract type B <: Apb3BusInterface.this.type
- Definition Classes
- BusIf
- abstract type RefOwnerType
- Definition Classes
- OwnableRef
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 FIFO(doc: String)(implicit symbol: SymbolName): RegInst
- Definition Classes
- BusIf
- val _context: Capture
- Definition Classes
- Area
- def accept(vs: BusIfVisitor): Unit
- Definition Classes
- BusIf
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val askRead: Bool
- Definition Classes
- Apb3BusInterface → BusIfBase
- val askWrite: Bool
- Definition Classes
- Apb3BusInterface → BusIfBase
- val bus: Apb3
- def busDataWidth: Int
- Definition Classes
- Apb3BusInterface → BusIfBase
- def childNamePriority: Byte
- Definition Classes
- Area
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def component: Component
- Definition Classes
- ContextUser
- def creatReg(name: String, addr: Long, doc: String): RegInst
- Definition Classes
- BusIf
- val doRead: Bool
- Definition Classes
- Apb3BusInterface → BusIfBase
- val doWrite: Bool
- Definition Classes
- Apb3BusInterface → BusIfBase
- 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
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getDisplayName(): String
- Definition Classes
- Nameable
- def getInstanceCounter: Int
- Definition Classes
- ContextUser
- def getMode: Byte
- Attributes
- protected
- Definition Classes
- Nameable
- def getModuleName: String
- Definition Classes
- Apb3BusInterface → BusIf
- def getName(default: String): String
- Definition Classes
- NameableByComponent → Nameable
- def getName(): String
- Definition Classes
- NameableByComponent → Nameable
- def getPartialName(): String
- Definition Classes
- Nameable
- def getRefOwnersChain(): List[Any]
- Definition Classes
- OwnableRef
- def getScalaLocationLong: String
- Definition Classes
- ScalaLocated
- def getScalaLocationShort: String
- Definition Classes
- ScalaLocated
- def getScalaTrace(): Throwable
- Definition Classes
- ScalaLocated
- val globalData: GlobalData
- Definition Classes
- GlobalDataUser
- def hashCode(): Int
- Definition Classes
- OverridedEqualsHashCode → AnyRef → Any
- def int_MS(offset: Int, regNamePre: String, int_levels: Bool*): Bool
- Attributes
- protected
- Definition Classes
- BusIf
- def int_RFMS(offset: Int, regNamePre: String, triggers: Bool*): Bool
- Attributes
- protected
- Definition Classes
- BusIf
- def int_RMS(offset: Int, regNamePre: String, triggers: Bool*): Bool
- Attributes
- protected
- Definition Classes
- BusIf
- def interruptFactory(regNamePre: String, triggers: Bool*): Bool
- Definition Classes
- BusIf
- def interruptFactoryAt(addrOffset: Int, regNamePre: String, triggers: Bool*): Bool
- Definition Classes
- BusIf
- def interruptFactoryNoForce(regNamePre: String, triggers: Bool*): Bool
- Definition Classes
- BusIf
- def interruptFactoryNoForceAt(addrOffset: Int, regNamePre: String, triggers: Bool*): Bool
- Definition Classes
- BusIf
- def interruptLevelFactory(regNamePre: String, levels: Bool*): Bool
- Definition Classes
- BusIf
- def interruptLevelFactoryAt(addrOffset: Int, regNamePre: String, levels: Bool*): Bool
- Definition Classes
- BusIf
- def isCompletelyUnnamed: Boolean
- Definition Classes
- Nameable
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isNamed: Boolean
- Definition Classes
- NameableByComponent → Nameable
- def isPriorityApplicable(namePriority: Byte): Boolean
- Definition Classes
- Nameable
- def isUnnamed: Boolean
- Definition Classes
- Nameable
- 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 newRAM(name: String, addr: Long, size: Long, doc: String): Unit
- Definition Classes
- BusIf
- def newReg(doc: String)(implicit symbol: SymbolName): RegInst
- Definition Classes
- BusIf
- def newRegAt(address: Int, doc: String)(implicit symbol: SymbolName): RegInst
- Definition Classes
- BusIf
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def overrideLocalName(name: String): Apb3BusInterface.this.type
- Definition Classes
- Nameable
- val parentScope: ScopeStatement
- Definition Classes
- ContextUser
- def preCheck(): Unit
- Definition Classes
- BusIf
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def readAddress(): UInt
- Definition Classes
- Apb3BusInterface → BusIfBase
- val readData: Bits
- Definition Classes
- Apb3BusInterface → BusIfBase
- val readError: Bool
- Definition Classes
- Apb3BusInterface → BusIfBase
- def readHalt(): Unit
- Definition Classes
- Apb3BusInterface → BusIfBase
- val refOwner: RefOwnerType
- Definition Classes
- OwnableRef
- Annotations
- @DontName()
- def reflectNames(): Unit
- Definition Classes
- Nameable
- val regPre: String
- Definition Classes
- Apb3BusInterface → BusIf
- def rework[T](body: => T): T
- Definition Classes
- Area
- val scalaTrace: Throwable
- Definition Classes
- ScalaLocated
- val selId: Int
- def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): Apb3BusInterface.this.type
- Definition Classes
- Nameable
- def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): Apb3BusInterface.this.type
- Definition Classes
- Nameable
- def setCompositeName(nameable: Nameable, postfix: String): Apb3BusInterface.this.type
- Definition Classes
- Nameable
- def setCompositeName(nameable: Nameable, namePriority: Byte): Apb3BusInterface.this.type
- Definition Classes
- Nameable
- def setCompositeName(nameable: Nameable, weak: Boolean): Apb3BusInterface.this.type
- Definition Classes
- Nameable
- def setCompositeName(nameable: Nameable): Apb3BusInterface.this.type
- Definition Classes
- Nameable
- def setName(name: String, namePriority: Byte): Apb3BusInterface.this.type
- Definition Classes
- Nameable
- def setName(name: String, weak: Boolean): Apb3BusInterface.this.type
- Definition Classes
- Nameable
- def setName(name: String): Apb3BusInterface.this.type
- Definition Classes
- Nameable
- def setNameAsWeak(): Apb3BusInterface.this.type
- Definition Classes
- Nameable
- def setPartialName(name: String, namePriority: Byte, owner: Any): Apb3BusInterface.this.type
- Definition Classes
- Nameable
- def setPartialName(name: String, namePriority: Byte): Apb3BusInterface.this.type
- Definition Classes
- Nameable
- def setPartialName(name: String, weak: Boolean): Apb3BusInterface.this.type
- Definition Classes
- Nameable
- def setPartialName(owner: Nameable, name: String, namePriority: Byte): Apb3BusInterface.this.type
- Definition Classes
- Nameable
- def setPartialName(owner: Nameable, name: String, weak: Boolean): Apb3BusInterface.this.type
- Definition Classes
- Nameable
- def setPartialName(name: String): Apb3BusInterface.this.type
- Definition Classes
- Nameable
- def setPartialName(owner: Nameable, name: String): Apb3BusInterface.this.type
- Definition Classes
- Nameable
- def setRefOwner(that: Any): Unit
- Definition Classes
- OwnableRef
- def setScalaLocated(source: ScalaLocated): Apb3BusInterface.this.type
- Definition Classes
- ScalaLocated
- def setWeakName(name: String): Apb3BusInterface.this.type
- Definition Classes
- Nameable
- val sizeMap: SizeMapping
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- Area → Nameable → AnyRef → Any
- def unsetName(): Apb3BusInterface.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 wordAddressInc: Int
- Definition Classes
- BusIfBase
- def writeAddress(): UInt
- Definition Classes
- Apb3BusInterface → BusIfBase
- val writeData: Bits
- Definition Classes
- Apb3BusInterface → BusIfBase
- def writeHalt(): Unit
- Definition Classes
- Apb3BusInterface → BusIfBase