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, resetValue: Long): Bits
    Attributes
    protected
    Definition Classes
    RegBase
  6. def RO(bc: BitCount): Bits
    Attributes
    protected
    Definition Classes
    RegBase
  7. def RS(bc: BitCount, resetValue: Long): Bits
    Attributes
    protected
    Definition Classes
    RegBase
  8. var Rerror: Boolean
    Attributes
    protected
    Definition Classes
    RegBase
  9. def W(bc: BitCount, section: Range, resetValue: Long): Bits
    Attributes
    protected
    Definition Classes
    RegBase
  10. def W1(bc: BitCount, section: Range, resetValue: Long): Bits
    Attributes
    protected
    Definition Classes
    RegBase
  11. def WB(section: Range, resetValue: Long, accType: AccessType): Bits
    Attributes
    protected
    Definition Classes
    RegBase
  12. def WBP(section: Range, resetValue: Long, accType: AccessType): Bits
    Attributes
    protected
    Definition Classes
    RegBase
  13. def WBR(section: Range, resetValue: Long, accType: AccessType): Bits
    Attributes
    protected
    Definition Classes
    RegBase
  14. def WC(bc: BitCount, resetValue: Long): Bits
    Attributes
    protected
    Definition Classes
    RegBase
  15. def WCRS(bc: BitCount, resetValue: Long): Bits
    Attributes
    protected
    Definition Classes
    RegBase
  16. def WRC(bc: BitCount, section: Range, resetValue: Long): Bits
    Attributes
    protected
    Definition Classes
    RegBase
  17. def WRS(bc: BitCount, section: Range, resetValue: Long): Bits
    Attributes
    protected
    Definition Classes
    RegBase
  18. def WS(bc: BitCount, resetValue: Long): Bits
    Attributes
    protected
    Definition Classes
    RegBase
  19. def WSRC(bc: BitCount, resetValue: Long): Bits
    Attributes
    protected
    Definition Classes
    RegBase
  20. def _RC[T <: BaseType](reg: T): 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): 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): T
    Attributes
    protected
    Definition Classes
    RegBase
  29. def _WCRS[T <: BaseType](reg: T): 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): T
    Attributes
    protected
    Definition Classes
    RegBase
  33. def _WSRC[T <: BaseType](reg: T): 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]) @native() @HotSpotIntrinsicCandidate()
  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: Long, doc: String)(implicit symbol: SymbolName): T
  48. def field[T <: BaseType](hardType: HardType[T], acc: AccessType, resetValue: Long)(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: Long, doc: String)(implicit symbol: SymbolName): T
  52. def fieldAt[T <: BaseType](pos: Int, hardType: HardType[T], acc: AccessType, resetValue: Long)(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. var fieldPtr: Int
    Attributes
    protected
    Definition Classes
    RegBase
  56. val fields: ListBuffer[Field]
    Attributes
    protected
    Definition Classes
    RegBase
  57. def getAddr(): BigInt
    Definition Classes
    RegInstMemoryMappedDescriptor
  58. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  59. def getDoc(): String
    Definition Classes
    RegInstBaseDescriptor
  60. def getFieldDescrs(): List[FieldDescr]
    Definition Classes
    RegInstRegDescr
  61. def getFields: List[Field]
    Definition Classes
    RegBase
  62. def getName(): String
    Definition Classes
    RegBase
  63. def getSize(): BigInt
    Definition Classes
    RegInstMemoryMappedDescriptor
  64. val hitDoRead: Bool
    Definition Classes
    RegBase
  65. val hitDoWrite: Bool
    Definition Classes
    RegBase
  66. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  67. val name: String
  68. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  69. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  70. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  71. def productElementNames: Iterator[String]
    Definition Classes
    Product
  72. def readBits: Bits
    Definition Classes
    RegBase
  73. def readErrorTag: Boolean
    Definition Classes
    RegBase
  74. def registerAtOnlyReadLogic[T <: BaseType](pos: Int, reg: T, acc: AccessType, resetValue: Long, doc: String): Unit
  75. def registerAtWithWriteLogic[T <: BaseType](pos: Int, reg: T, acc: AccessType, resetValue: Long, doc: String, dontCreatWriteLogic: Boolean = false): Unit
  76. def registerInOnlyReadLogic[T <: BaseType](reg: T, acc: AccessType, resetValue: Long, doc: String): Unit
  77. def registerInWithWriteLogic[T <: BaseType](reg: T, acc: AccessType, resetValue: Long, doc: String, dontCreatWriteLogic: Boolean = false): Unit
  78. def reserved(bc: BitCount): Bits
  79. def setName(name: String): RegInst
    Definition Classes
    RegInstRegBase
  80. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  81. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  82. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  83. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def field(bc: BitCount, acc: AccessType, resetValue: Long, 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: Long)(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: Long, 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: Long)(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

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