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, resetValue: Long): Bits

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

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  7. def RS(bc: BitCount, resetValue: Long): 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: Long): Bits

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  20. def _RC[T <: BaseType](reg: T): 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): 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): T

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  29. def _WCRS[T <: BaseType](reg: T): 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): T

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  33. def _WSRC[T <: BaseType](reg: T): 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: Long, doc: String)(implicit symbol: SymbolName): T

    Permalink
  48. def field[T <: BaseType](hardType: HardType[T], acc: AccessType, resetValue: Long)(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: Long, doc: String)(implicit symbol: SymbolName): T

    Permalink
  52. def fieldAt[T <: BaseType](pos: Int, hardType: HardType[T], acc: AccessType, resetValue: Long)(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. var fieldPtr: Int

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  56. val fields: ListBuffer[Field]

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    RegInstMemoryMappedDescriptor
  64. val hitDoRead: Bool

    Permalink
    Definition Classes
    RegBase
  65. val hitDoWrite: Bool

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

    Permalink
    Definition Classes
    Any
  67. val name: String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  71. def readBits: Bits

    Permalink
    Definition Classes
    RegBase
  72. def readErrorTag: Boolean

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

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

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

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

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

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

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

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

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

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

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

Deprecated Value Members

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