Class

spinal.lib.bus.regif

RegInst

Related Doc: package regif

Permalink

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

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

Instance Constructors

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

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def NA(bc: BitCount): Bits

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  5. def RC(bc: BitCount, section: Range, resetValue: BigInt): Bits

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  6. def RO(bc: BitCount): Bits

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  7. def RS(bc: BitCount, section: Range, resetValue: BigInt): Bits

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  8. var Rerror: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  9. def W(bc: BitCount, section: Range, resetValue: BigInt): Bits

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  10. def W1(bc: BitCount, section: Range, resetValue: BigInt): Bits

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  11. def WB(section: Range, resetValue: BigInt, accType: AccessType): Bits

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  12. def WBP(section: Range, resetValue: BigInt, accType: AccessType): Bits

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  13. def WBR(section: Range, resetValue: BigInt, accType: AccessType): Bits

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  14. def WC(bc: BitCount, section: Range, resetValue: BigInt): Bits

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  15. def WCRS(bc: BitCount, section: Range, resetValue: BigInt): Bits

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  16. def WRC(bc: BitCount, section: Range, resetValue: BigInt): Bits

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  17. def WRS(bc: BitCount, section: Range, resetValue: BigInt): Bits

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  18. def WS(bc: BitCount, section: Range, resetValue: BigInt): Bits

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  19. def WSRC(bc: BitCount, section: Range, resetValue: BigInt): Bits

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  20. def _RC[T <: BaseType](reg: T, section: Range): T

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  21. def _RO[T <: BaseType](reg: T): T

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  22. def _RS[T <: BaseType](reg: T, section: Range): T

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  23. def _W[T <: BaseType](reg: T, section: Range): T

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  24. def _W1[T <: BaseType](reg: T, section: Range): T

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  25. def _WB[T <: BaseType](reg: T, section: Range, accType: AccessType): T

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  26. def _WBP[T <: BaseType](reg: T, section: Range, accType: AccessType): T

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  27. def _WBR[T <: BaseType](reg: T, section: Range, accType: AccessType): T

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  28. def _WC[T <: BaseType](reg: T, section: Range): T

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  29. def _WCRS[T <: BaseType](reg: T, section: Range): T

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  30. def _WRC[T <: BaseType](reg: T, section: Range): T

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  31. def _WRS[T <: BaseType](reg: T, section: Range): T

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  32. def _WS[T <: BaseType](reg: T, section: Range): T

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  33. def _WSRC[T <: BaseType](reg: T, section: Range): T

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  34. var _name: String

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  35. def accept(vs: BusIfVisitor): Unit

    Permalink
    Definition Classes
    RegInstMemoryMappedDescriptor
  36. val addr: BigInt

    Permalink
  37. def allIsNA: Boolean

    Permalink
  38. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  39. val busif: BusIf

    Permalink
  40. def checkLast: Any

    Permalink
  41. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  42. val doc: String

    Permalink
  43. def duplicateRenaming(): ListBuffer[Field]

    Permalink
    Attributes
    protected
  44. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  45. def eventR(): Bool

    Permalink
    Definition Classes
    RegBase
  46. def eventW(): Bool

    Permalink
    Definition Classes
    RegBase
  47. def field[T <: BaseType](hardType: HardType[T], acc: AccessType, resetValue: BigInt, doc: String)(implicit symbol: SymbolName): T

    Permalink
  48. def field[T <: BaseType](hardType: HardType[T], acc: AccessType, resetValue: BigInt)(implicit symbol: SymbolName): T

    Permalink
  49. def field[T <: BaseType](hardType: HardType[T], acc: AccessType, doc: String)(implicit symbol: SymbolName): T

    Permalink
  50. def field[T <: BaseType](hardType: HardType[T], acc: AccessType)(implicit symbol: SymbolName): T

    Permalink
  51. def fieldAt[T <: BaseType](pos: Int, hardType: HardType[T], acc: AccessType, resetValue: BigInt, doc: String)(implicit symbol: SymbolName): T

    Permalink
  52. def fieldAt[T <: BaseType](pos: Int, hardType: HardType[T], acc: AccessType, resetValue: BigInt)(implicit symbol: SymbolName): T

    Permalink
  53. def fieldAt[T <: BaseType](pos: Int, hardType: HardType[T], acc: AccessType, doc: String)(implicit symbol: SymbolName): T

    Permalink
  54. def fieldAt[T <: BaseType](pos: Int, hardType: HardType[T], acc: AccessType)(implicit symbol: SymbolName): T

    Permalink
  55. def fieldHSRW[T <: BaseType](seten: Bool, setval: T, resetValue: BigInt, doc: String)(implicit symbol: SymbolName): T

    Permalink
  56. def fieldHSRW[T <: BaseType](seten: Bool, setval: T, resetValue: BigInt)(implicit symbol: SymbolName): T

    Permalink
  57. def fieldHSRW[T <: BaseType](seten: Bool, setval: T)(implicit symbol: SymbolName): T

    Permalink
  58. def fieldHSRWAt[T <: BaseType](pos: Int, seten: Bool, setval: T, resetValue: BigInt, doc: String)(implicit symbol: SymbolName): T

    Permalink
  59. def fieldHSRWAt[T <: BaseType](pos: Int, seten: Bool, setval: T, resetValue: BigInt)(implicit symbol: SymbolName): T

    Permalink
  60. def fieldHSRWAt[T <: BaseType](pos: Int, seten: Bool, setval: T)(implicit symbol: SymbolName): T

    Permalink
  61. var fieldPtr: Int

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  62. def fieldRWHS[T <: BaseType](seten: Bool, setval: T, resetValue: BigInt, doc: String)(implicit symbol: SymbolName): T

    Permalink
  63. def fieldRWHS[T <: BaseType](seten: Bool, setval: T, resetValue: BigInt)(implicit symbol: SymbolName): T

    Permalink
  64. def fieldRWHS[T <: BaseType](seten: Bool, setval: T)(implicit symbol: SymbolName): T

    Permalink
  65. def fieldRWHSAt[T <: BaseType](pos: Int, seten: Bool, setval: T, resetValue: BigInt, doc: String)(implicit symbol: SymbolName): T

    Permalink
  66. def fieldRWHSAt[T <: BaseType](pos: Int, seten: Bool, setval: T, resetValue: BigInt)(implicit symbol: SymbolName): T

    Permalink
  67. def fieldRWHSAt[T <: BaseType](pos: Int, seten: Bool, setval: T)(implicit symbol: SymbolName): T

    Permalink
  68. val fields: ListBuffer[Field]

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  69. def getAddr(): BigInt

    Permalink
    Definition Classes
    RegInstMemoryMappedDescriptor
  70. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  71. def getDoc(): String

    Permalink
    Definition Classes
    RegInstBaseDescriptor
  72. def getFieldDescrs(): List[FieldDescr]

    Permalink
    Definition Classes
    RegInstRegDescr
  73. def getFields: List[Field]

    Permalink
    Definition Classes
    RegBase
  74. def getName(): String

    Permalink
    Definition Classes
    RegBase
  75. def getSize(): BigInt

    Permalink
    Definition Classes
    RegInstMemoryMappedDescriptor
  76. def haveWO: Boolean

    Permalink
    Definition Classes
    RegBase
  77. val hitDoRead: Bool

    Permalink
    Definition Classes
    RegBase
  78. val hitDoWrite: Bool

    Permalink
    Definition Classes
    RegBase
  79. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  80. val name: String

    Permalink
  81. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  82. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  83. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  84. def parasiteField[T <: BaseType](reg: T, acc: AccessType, resetValue: BigInt, doc: String): Unit

    Permalink
  85. def parasiteFieldAt[T <: BaseType](pos: Int, reg: T, acc: AccessType, resetValue: BigInt, doc: String): Unit

    Permalink
  86. def readBits: Bits

    Permalink
    Definition Classes
    RegBase
  87. def readErrorTag: Boolean

    Permalink
    Definition Classes
    RegBase
  88. def registerAtOnlyReadLogic[T <: BaseType](pos: Int, reg: T, acc: AccessType, resetValue: BigInt, doc: String): Unit

    Permalink
  89. def registerAtWithWriteLogic[T <: BaseType](pos: Int, reg: T, acc: AccessType, resetValue: BigInt, doc: String, dontCreatWriteLogic: Boolean = false): Unit

    Permalink
  90. def registerInOnlyReadLogic[T <: BaseType](reg: T, acc: AccessType, resetValue: BigInt, doc: String): Unit

    Permalink
  91. def registerInWithWriteLogic[T <: BaseType](reg: T, acc: AccessType, resetValue: BigInt, doc: String, dontCreatWriteLogic: Boolean = false): Unit

    Permalink
  92. def reserved(bc: BitCount): Bits

    Permalink
  93. def setName(name: String): RegInst

    Permalink
    Definition Classes
    RegInstRegBase
  94. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  95. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  96. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  97. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

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

    Permalink
    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

    Permalink
    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

    Permalink
    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

    Permalink
    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

    Permalink
    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

    Permalink
    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

    Permalink
    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

    Permalink
    Annotations
    @deprecated
    Deprecated

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

  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

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