case class RegInst(name: String, addr: BigInt, doc: String, busif: BusIf) extends RegBase with RegDescr with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RegInst
  2. Serializable
  3. Product
  4. Equals
  5. RegDescr
  6. MemoryMappedDescriptor
  7. BaseDescriptor
  8. RegBase
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new RegInst(name: String, addr: BigInt, doc: String, busif: BusIf)

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 NA(bc: BitCount): Bits
    Attributes
    protected
    Definition Classes
    RegBase
  5. def RC(bc: BitCount, section: Range, resetValue: BigInt): Bits
    Attributes
    protected
    Definition Classes
    RegBase
  6. def RO(bc: BitCount): Bits
    Attributes
    protected
    Definition Classes
    RegBase
  7. def RS(bc: BitCount, section: Range, resetValue: BigInt): Bits
    Attributes
    protected
    Definition Classes
    RegBase
  8. var Rerror: Boolean
    Attributes
    protected
    Definition Classes
    RegBase
  9. def W(bc: BitCount, section: Range, resetValue: BigInt): Bits
    Attributes
    protected
    Definition Classes
    RegBase
  10. def W1(bc: BitCount, section: Range, resetValue: BigInt): Bits
    Attributes
    protected
    Definition Classes
    RegBase
  11. def WB(section: Range, resetValue: BigInt, accType: AccessType): Bits
    Attributes
    protected
    Definition Classes
    RegBase
  12. def WBP(section: Range, resetValue: BigInt, accType: AccessType): Bits
    Attributes
    protected
    Definition Classes
    RegBase
  13. def WBR(section: Range, resetValue: BigInt, accType: AccessType): Bits
    Attributes
    protected
    Definition Classes
    RegBase
  14. def WC(bc: BitCount, section: Range, resetValue: BigInt): Bits
    Attributes
    protected
    Definition Classes
    RegBase
  15. def WCRS(bc: BitCount, section: Range, resetValue: BigInt): Bits
    Attributes
    protected
    Definition Classes
    RegBase
  16. def WRC(bc: BitCount, section: Range, resetValue: BigInt): Bits
    Attributes
    protected
    Definition Classes
    RegBase
  17. def WRS(bc: BitCount, section: Range, resetValue: BigInt): Bits
    Attributes
    protected
    Definition Classes
    RegBase
  18. def WS(bc: BitCount, section: Range, resetValue: BigInt): Bits
    Attributes
    protected
    Definition Classes
    RegBase
  19. def WSRC(bc: BitCount, section: Range, resetValue: BigInt): Bits
    Attributes
    protected
    Definition Classes
    RegBase
  20. def _RC[T <: BaseType](reg: T, section: Range): T
    Attributes
    protected
    Definition Classes
    RegBase
  21. def _RO[T <: BaseType](reg: T): T
    Attributes
    protected
    Definition Classes
    RegBase
  22. def _RS[T <: BaseType](reg: T, section: Range): T
    Attributes
    protected
    Definition Classes
    RegBase
  23. def _W[T <: BaseType](reg: T, section: Range): T
    Attributes
    protected
    Definition Classes
    RegBase
  24. def _W1[T <: BaseType](reg: T, section: Range): T
    Attributes
    protected
    Definition Classes
    RegBase
  25. def _WB[T <: BaseType](reg: T, section: Range, accType: AccessType): T
    Attributes
    protected
    Definition Classes
    RegBase
  26. def _WBP[T <: BaseType](reg: T, section: Range, accType: AccessType): T
    Attributes
    protected
    Definition Classes
    RegBase
  27. def _WBR[T <: BaseType](reg: T, section: Range, accType: AccessType): T
    Attributes
    protected
    Definition Classes
    RegBase
  28. def _WC[T <: BaseType](reg: T, section: Range): T
    Attributes
    protected
    Definition Classes
    RegBase
  29. def _WCRS[T <: BaseType](reg: T, section: Range): T
    Attributes
    protected
    Definition Classes
    RegBase
  30. def _WRC[T <: BaseType](reg: T, section: Range): T
    Attributes
    protected
    Definition Classes
    RegBase
  31. def _WRS[T <: BaseType](reg: T, section: Range): T
    Attributes
    protected
    Definition Classes
    RegBase
  32. def _WS[T <: BaseType](reg: T, section: Range): T
    Attributes
    protected
    Definition Classes
    RegBase
  33. def _WSRC[T <: BaseType](reg: T, section: Range): T
    Attributes
    protected
    Definition Classes
    RegBase
  34. var _name: String
    Attributes
    protected
    Definition Classes
    RegBase
  35. def accept(vs: BusIfVisitor): Unit
    Definition Classes
    RegInstMemoryMappedDescriptor
  36. val addr: BigInt
  37. def allIsNA: Boolean
  38. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  39. val busif: BusIf
  40. def checkLast: Any
  41. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
  42. val doc: String
  43. def duplicateRenaming(): ListBuffer[Field]
    Attributes
    protected
  44. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  45. def eventR(): Bool
    Definition Classes
    RegBase
  46. def eventW(): Bool
    Definition Classes
    RegBase
  47. def field[T <: BaseType](hardType: HardType[T], acc: AccessType, resetValue: BigInt, doc: String)(implicit symbol: SymbolName): T
  48. def field[T <: BaseType](hardType: HardType[T], acc: AccessType, resetValue: BigInt)(implicit symbol: SymbolName): T
  49. def field[T <: BaseType](hardType: HardType[T], acc: AccessType, doc: String)(implicit symbol: SymbolName): T
  50. def field[T <: BaseType](hardType: HardType[T], acc: AccessType)(implicit symbol: SymbolName): T
  51. def fieldAt[T <: BaseType](pos: Int, hardType: HardType[T], acc: AccessType, resetValue: BigInt, doc: String)(implicit symbol: SymbolName): T
  52. def fieldAt[T <: BaseType](pos: Int, hardType: HardType[T], acc: AccessType, resetValue: BigInt)(implicit symbol: SymbolName): T
  53. def fieldAt[T <: BaseType](pos: Int, hardType: HardType[T], acc: AccessType, doc: String)(implicit symbol: SymbolName): T
  54. def fieldAt[T <: BaseType](pos: Int, hardType: HardType[T], acc: AccessType)(implicit symbol: SymbolName): T
  55. def fieldHSRW[T <: BaseType](seten: Bool, setval: T, resetValue: BigInt, doc: String)(implicit symbol: SymbolName): T
  56. def fieldHSRW[T <: BaseType](seten: Bool, setval: T, resetValue: BigInt)(implicit symbol: SymbolName): T
  57. def fieldHSRW[T <: BaseType](seten: Bool, setval: T)(implicit symbol: SymbolName): T
  58. def fieldHSRWAt[T <: BaseType](pos: Int, seten: Bool, setval: T, resetValue: BigInt, doc: String)(implicit symbol: SymbolName): T
  59. def fieldHSRWAt[T <: BaseType](pos: Int, seten: Bool, setval: T, resetValue: BigInt)(implicit symbol: SymbolName): T
  60. def fieldHSRWAt[T <: BaseType](pos: Int, seten: Bool, setval: T)(implicit symbol: SymbolName): T
  61. var fieldPtr: Int
    Attributes
    protected
    Definition Classes
    RegBase
  62. def fieldRWHS[T <: BaseType](seten: Bool, setval: T, resetValue: BigInt, doc: String)(implicit symbol: SymbolName): T
  63. def fieldRWHS[T <: BaseType](seten: Bool, setval: T, resetValue: BigInt)(implicit symbol: SymbolName): T
  64. def fieldRWHS[T <: BaseType](seten: Bool, setval: T)(implicit symbol: SymbolName): T
  65. def fieldRWHSAt[T <: BaseType](pos: Int, seten: Bool, setval: T, resetValue: BigInt, doc: String)(implicit symbol: SymbolName): T
  66. def fieldRWHSAt[T <: BaseType](pos: Int, seten: Bool, setval: T, resetValue: BigInt)(implicit symbol: SymbolName): T
  67. def fieldRWHSAt[T <: BaseType](pos: Int, seten: Bool, setval: T)(implicit symbol: SymbolName): T
  68. val fields: ListBuffer[Field]
    Attributes
    protected
    Definition Classes
    RegBase
  69. def getAddr(): BigInt
    Definition Classes
    RegInstMemoryMappedDescriptor
  70. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  71. def getDoc(): String
    Definition Classes
    RegInstBaseDescriptor
  72. def getFieldDescrs(): List[FieldDescr]
    Definition Classes
    RegInstRegDescr
  73. def getFields: List[Field]
    Definition Classes
    RegBase
  74. def getName(): String
    Definition Classes
    RegBase
  75. def getSize(): BigInt
    Definition Classes
    RegInstMemoryMappedDescriptor
  76. def haveWO: Boolean
    Definition Classes
    RegBase
  77. val hitDoRead: Bool
    Definition Classes
    RegBase
  78. val hitDoWrite: Bool
    Definition Classes
    RegBase
  79. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  80. val name: String
  81. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  82. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  83. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  84. def parasiteField[T <: BaseType](reg: T, acc: AccessType, resetValue: BigInt, doc: String): Unit
  85. def parasiteFieldAt[T <: BaseType](pos: Int, reg: T, acc: AccessType, resetValue: BigInt, doc: String): Unit
  86. def productElementNames: Iterator[String]
    Definition Classes
    Product
  87. def readBits: Bits
    Definition Classes
    RegBase
  88. def readErrorTag: Boolean
    Definition Classes
    RegBase
  89. def registerAtOnlyReadLogic[T <: BaseType](pos: Int, reg: T, acc: AccessType, resetValue: BigInt, doc: String): Unit
  90. def registerAtWithWriteLogic[T <: BaseType](pos: Int, reg: T, acc: AccessType, resetValue: BigInt, doc: String, dontCreatWriteLogic: Boolean = false): Unit
  91. def registerInOnlyReadLogic[T <: BaseType](reg: T, acc: AccessType, resetValue: BigInt, doc: String): Unit
  92. def registerInWithWriteLogic[T <: BaseType](reg: T, acc: AccessType, resetValue: BigInt, doc: String, dontCreatWriteLogic: Boolean = false): Unit
  93. def reserved(bc: BitCount): Bits
  94. def setName(name: String): RegInst
    Definition Classes
    RegInstRegBase
  95. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  96. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  97. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  98. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def field(bc: BitCount, acc: AccessType, resetValue: BigInt, doc: String)(implicit symbol: SymbolName): Bits
    Annotations
    @deprecated
    Deprecated

    (Since version 2022-12-31) field(Bits/UInt/SInt(n bit)/Bool, acc) recommend

  2. def field(bc: BitCount, acc: AccessType, resetValue: BigInt)(implicit symbol: SymbolName): Bits
    Annotations
    @deprecated
    Deprecated

    (Since version 2022-12-31) field(Bits/UInt/SInt(n bit)/Bool, acc) recommend

  3. def field(bc: BitCount, acc: AccessType, doc: String)(implicit symbol: SymbolName): Bits
    Annotations
    @deprecated
    Deprecated

    (Since version 2022-12-31) field(Bits/UInt/SInt(n bit)/Bool, acc) recommend

  4. def field(bc: BitCount, acc: AccessType)(implicit symbol: SymbolName): Bits
    Annotations
    @deprecated
    Deprecated

    (Since version 2022-12-31) field(Bits/UInt/SInt(n bit)/Bool, acc) recommend

  5. def fieldAt(pos: Int, bc: BitCount, acc: AccessType, resetValue: BigInt, doc: String)(implicit symbol: SymbolName): Bits
    Annotations
    @deprecated
    Deprecated

    (Since version 2022-12-31) fieldAt(pos, Bits/UInt/SInt(n bit)/Bool, acc) recommend

  6. def fieldAt(pos: Int, bc: BitCount, acc: AccessType, resetValue: BigInt)(implicit symbol: SymbolName): Bits
    Annotations
    @deprecated
    Deprecated

    (Since version 2022-12-31) fieldAt(pos, Bits/UInt/SInt(n bit)/Bool, acc) recommend

  7. def fieldAt(pos: Int, bc: BitCount, acc: AccessType, doc: String)(implicit symbol: SymbolName): Bits
    Annotations
    @deprecated
    Deprecated

    (Since version 2022-12-31) fieldAt(pos, Bits/UInt/SInt(n bit)/Bool, acc) recommend

  8. def fieldAt(pos: Int, bc: BitCount, acc: AccessType)(implicit symbol: SymbolName): Bits
    Annotations
    @deprecated
    Deprecated

    (Since version 2022-12-31) fieldAt(pos, Bits/UInt/SInt(n bit)/Bool, acc) recommend

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

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from RegDescr

Inherited from MemoryMappedDescriptor

Inherited from BaseDescriptor

Inherited from RegBase

Inherited from AnyRef

Inherited from Any

Ungrouped