trait BusIf extends BusIfBase

Linear Supertypes
BusIfBase, Area, OverridedEqualsHashCode, ValCallbackRec, ValCallback, NameableByComponent, Nameable, ContextUser, ScalaLocated, GlobalDataUser, OwnableRef, AnyRef, Any
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. Protected

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 def busDataWidth: Int
    Definition Classes
    BusIfBase
  4. abstract val doRead: Bool
    Definition Classes
    BusIfBase
  5. abstract val doWrite: Bool
    Definition Classes
    BusIfBase
  6. abstract def getModuleName: String
  7. abstract def readAddress(): UInt
    Definition Classes
    BusIfBase
  8. abstract val readData: Bits
    Definition Classes
    BusIfBase
  9. abstract val readError: Bool
    Definition Classes
    BusIfBase
  10. abstract def readHalt(): Unit
    Definition Classes
    BusIfBase
  11. abstract val regPre: String
  12. abstract val withStrb: Boolean
    Definition Classes
    BusIfBase
  13. abstract val wmask: Bits
    Definition Classes
    BusIfBase
  14. abstract val wmaskn: Bits
    Definition Classes
    BusIfBase
  15. abstract def writeAddress(): UInt
    Definition Classes
    BusIfBase
  16. abstract val writeData: Bits
    Definition Classes
    BusIfBase
  17. abstract def writeHalt(): Unit
    Definition Classes
    BusIfBase
  18. 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 FIFO(doc: String)(implicit symbol: SymbolName): RegInst
  5. val _context: Capture
    Definition Classes
    Area
  6. def accept(vs: BusIfVisitor): Unit
  7. def addressUsed(addr: BigInt): Boolean
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def childNamePriority: Byte
    Definition Classes
    Area
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  11. def component: Component
    Definition Classes
    ContextUser
  12. def creatReg(name: String, addr: BigInt, doc: String): RegInst
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(obj: Any): Boolean
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  15. def foreachReflectableNameables(doThat: (Any) => Unit): Unit
    Definition Classes
    Nameable
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  17. def getDisplayName(): String
    Definition Classes
    Nameable
  18. def getInstanceCounter: Int
    Definition Classes
    ContextUser
  19. def getMode: Byte
    Attributes
    protected
    Definition Classes
    Nameable
  20. def getName(default: String): String
    Definition Classes
    NameableByComponent → Nameable
  21. def getName(): String
    Definition Classes
    NameableByComponent → Nameable
  22. def getPartialName(): String
    Definition Classes
    Nameable
  23. def getPath(from: Component, to: Component): Seq[Component]
    Definition Classes
    NameableByComponent
  24. def getRefOwnersChain(): List[Any]
    Definition Classes
    OwnableRef
  25. def getRegPtr(): BigInt
  26. def getReservedAddressReadValue: BigInt
  27. def getScalaLocationLong: String
    Definition Classes
    ScalaLocated
  28. def getScalaLocationShort: String
    Definition Classes
    ScalaLocated
  29. def getScalaTrace(): Throwable
    Definition Classes
    ScalaLocated
  30. val globalData: GlobalData
    Definition Classes
    GlobalDataUser
  31. def hashCode(): Int
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  32. def initStrbMasks(): Unit
    Definition Classes
    BusIfBase
  33. def int_MS(offset: BigInt, regNamePre: String, int_levels: Bool*): Bool
    Attributes
    protected
  34. def int_RFMS(offset: BigInt, regNamePre: String, triggers: Bool*): Bool
    Attributes
    protected
  35. def int_RMS(offset: BigInt, regNamePre: String, triggers: Bool*): Bool
    Attributes
    protected
  36. def interruptFactory(regNamePre: String, triggers: Bool*): Bool
  37. def interruptFactoryAt(addrOffset: BigInt, regNamePre: String, triggers: Bool*): Bool
  38. def interruptFactoryNoForce(regNamePre: String, triggers: Bool*): Bool
  39. def interruptFactoryNoForceAt(addrOffset: BigInt, regNamePre: String, triggers: Bool*): Bool
  40. def interruptLevelFactory(regNamePre: String, levels: Bool*): Bool
  41. def interruptLevelFactoryAt(addrOffset: BigInt, regNamePre: String, levels: Bool*): Bool
  42. def isCompletelyUnnamed: Boolean
    Definition Classes
    Nameable
  43. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  44. def isNamed: Boolean
    Definition Classes
    NameableByComponent → Nameable
  45. def isPriorityApplicable(namePriority: Byte): Boolean
    Definition Classes
    Nameable
  46. def isUnnamed: Boolean
    Definition Classes
    Nameable
  47. def mwdata(pos: Int): Bool
    Definition Classes
    BusIfBase
  48. def mwdata(sec: Range): Bits
    Definition Classes
    BusIfBase
  49. val name: String
    Definition Classes
    Nameable
  50. val nameableRef: Nameable
    Attributes
    protected
    Definition Classes
    Nameable
    Annotations
    @DontName()
  51. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  52. def newRAM(name: String, addr: BigInt, size: BigInt, doc: String): Unit
  53. def newReg(doc: String)(implicit symbol: SymbolName): RegInst
  54. def newRegAt(address: BigInt, doc: String)(implicit symbol: SymbolName): RegInst
  55. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  56. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  57. def orderdRegInsts: ListBuffer[RegInst]
  58. def overrideLocalName(name: String): BusIf.this.type
    Definition Classes
    Nameable
  59. val parentScope: ScopeStatement
    Definition Classes
    ContextUser
  60. def preCheck(): Unit
  61. val readSync: Boolean
    Definition Classes
    BusIfBase
  62. val refOwner: RefOwnerType
    Definition Classes
    OwnableRef
    Annotations
    @DontName()
  63. def reflectNames(): Unit
    Definition Classes
    Nameable
  64. def regPtrReAnchorAt(pos: BigInt): Unit
  65. def rework[T](body: => T): T
    Definition Classes
    Area
  66. val scalaTrace: Throwable
    Definition Classes
    ScalaLocated
  67. def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): BusIf.this.type
    Definition Classes
    Nameable
  68. def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): BusIf.this.type
    Definition Classes
    Nameable
  69. def setCompositeName(nameable: Nameable, postfix: String): BusIf.this.type
    Definition Classes
    Nameable
  70. def setCompositeName(nameable: Nameable, namePriority: Byte): BusIf.this.type
    Definition Classes
    Nameable
  71. def setCompositeName(nameable: Nameable, weak: Boolean): BusIf.this.type
    Definition Classes
    Nameable
  72. def setCompositeName(nameable: Nameable): BusIf.this.type
    Definition Classes
    Nameable
  73. def setLambdaName(isNameBody: => Boolean)(nameGen: => String): BusIf.this.type
    Definition Classes
    Nameable
  74. def setName(name: String, namePriority: Byte): BusIf.this.type
    Definition Classes
    Nameable
  75. def setName(name: String, weak: Boolean): BusIf.this.type
    Definition Classes
    Nameable
  76. def setName(name: String): BusIf.this.type
    Definition Classes
    Nameable
  77. def setNameAsWeak(): BusIf.this.type
    Definition Classes
    Nameable
  78. def setPartialName(name: String, namePriority: Byte, owner: Any): BusIf.this.type
    Definition Classes
    Nameable
  79. def setPartialName(name: String, namePriority: Byte): BusIf.this.type
    Definition Classes
    Nameable
  80. def setPartialName(name: String, weak: Boolean): BusIf.this.type
    Definition Classes
    Nameable
  81. def setPartialName(owner: Nameable, name: String, namePriority: Byte): BusIf.this.type
    Definition Classes
    Nameable
  82. def setPartialName(owner: Nameable, name: String, weak: Boolean): BusIf.this.type
    Definition Classes
    Nameable
  83. def setPartialName(name: String): BusIf.this.type
    Definition Classes
    Nameable
  84. def setPartialName(owner: Nameable, name: String): BusIf.this.type
    Definition Classes
    Nameable
  85. def setPartialName(owner: Nameable): BusIf.this.type
    Definition Classes
    Nameable
  86. def setRefOwner(that: Any): Unit
    Definition Classes
    OwnableRef
  87. def setReservedAddressReadValue(value: BigInt): Unit
  88. def setScalaLocated(source: ScalaLocated): BusIf.this.type
    Definition Classes
    ScalaLocated
  89. def setWeakName(name: String): BusIf.this.type
    Definition Classes
    Nameable
  90. def strbWidth: Int
    Definition Classes
    BusIfBase
  91. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  92. def toString(): String
    Definition Classes
    Area → Nameable → AnyRef → Any
  93. def underbitWidth: Int
    Definition Classes
    BusIfBase
  94. def unsetName(): BusIf.this.type
    Definition Classes
    Nameable
  95. def valCallback[T](ref: T, name: String): T
    Definition Classes
    ValCallbackRec → ValCallback
  96. def valCallbackOn(ref: Any, name: String, refs: Set[Any]): Unit
    Definition Classes
    ValCallbackRec
  97. def valCallbackRec(obj: Any, name: String): Unit
    Definition Classes
    Area → ValCallbackRec
  98. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  99. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  100. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  101. def wdata(reg: Bool, pos: Int, oper: String): Bool
    Definition Classes
    BusIfBase
  102. def wdata(reg: Bool, pos: Int): Bool
    Definition Classes
    BusIfBase
  103. def wdata(reg: BaseType, sec: Range, oper: String): Bits
    Definition Classes
    BusIfBase
  104. def wdata(reg: BaseType, sec: Range): Bits
    Definition Classes
    BusIfBase
  105. def wordAddressInc: Int
    Definition Classes
    BusIfBase

Deprecated Value Members

  1. def FactoryInterruptWithMask(regNamePre: String, triggers: Bool*): Bool
    Annotations
    @deprecated
    Deprecated

    (Since version 2022-12-31)

  2. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

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