Class

spinal.lib.bus.regif

RegBase

Related Doc: package regif

Permalink

abstract class RegBase extends RegSlice

Linear Supertypes
RegSlice, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RegBase
  2. RegSlice
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RegBase(name: String, addr: BigInt, doc: String, busif: BusIf, sec: Secure = null, grp: GrpTag = null)

    Permalink

Abstract Value Members

  1. abstract def readGenerator(): Unit

    Permalink
    Definition Classes
    RegSlice
  2. abstract def setName(name: String): RegBase

    Permalink

Concrete 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
  5. def RC(bc: BitCount, section: Range, resetValue: BigInt): Bits

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

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

    Permalink
    Attributes
    protected
  8. var Rerror: Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
  25. def _W1I[T <: BaseType](wire: T, section: Range): T

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

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

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

    Permalink
    Attributes
    protected
  29. def _WC[T <: BaseType](reg: T, section: Range): T

    Permalink
    Attributes
    protected
  30. def _WCRS[T <: BaseType](reg: T, section: Range): T

    Permalink
    Attributes
    protected
  31. def _WRC[T <: BaseType](reg: T, section: Range): T

    Permalink
    Attributes
    protected
  32. def _WRS[T <: BaseType](reg: T, section: Range): T

    Permalink
    Attributes
    protected
  33. def _WS[T <: BaseType](reg: T, section: Range): T

    Permalink
    Attributes
    protected
  34. def _WSRC[T <: BaseType](reg: T, section: Range): T

    Permalink
    Attributes
    protected
  35. var _name: String

    Permalink
    Attributes
    protected
    Definition Classes
    RegSlice
  36. def addBlockSignal(sig: Bool): Unit

    Permalink
    Definition Classes
    RegSlice
  37. val addr: BigInt

    Permalink
    Definition Classes
    RegSlice
  38. def allIsNA: Boolean

    Permalink
    Definition Classes
    RegSlice
  39. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  40. val bi: BusIf

    Permalink
    Definition Classes
    RegSlice
  41. def checkLast: Unit

    Permalink
    Definition Classes
    RegSlice
  42. def clone(): AnyRef

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

    Permalink
    Definition Classes
    RegSlice
  44. def endaddr: BigInt

    Permalink
    Definition Classes
    RegSlice
  45. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  46. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  47. def eventR(): Bool

    Permalink
  48. def eventW(): Bool

    Permalink
  49. def fieldNA(bit: Int): Unit

    Permalink
    Definition Classes
    RegSlice
  50. def fieldNA(pos: Int, bit: Int): Unit

    Permalink
    Definition Classes
    RegSlice
  51. var fieldPtr: Int

    Permalink
    Attributes
    protected
    Definition Classes
    RegSlice
  52. val fields: ListBuffer[Field]

    Permalink
    Attributes
    protected
    Definition Classes
    RegSlice
  53. def getAddr(): BigInt

    Permalink
    Definition Classes
    RegSlice
  54. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    RegSlice
  56. def getFields(): List[Field]

    Permalink
    Definition Classes
    RegSlice
  57. def getGrp: GrpTag

    Permalink
    Definition Classes
    RegSlice
  58. def getName(): String

    Permalink
    Definition Classes
    RegSlice
  59. def getSize(): BigInt

    Permalink
    Definition Classes
    RegSlice
  60. def getfieldPtr: Int

    Permalink
    Definition Classes
    RegSlice
  61. val grp: GrpTag

    Permalink
    Definition Classes
    RegSlice
  62. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  63. def haveWO: Boolean

    Permalink
  64. val hitDoRead: Bool

    Permalink
    Definition Classes
    RegBaseRegSlice
  65. val hitDoWrite: Bool

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

    Permalink
    Definition Classes
    Any
  67. def lowerName(): String

    Permalink
    Definition Classes
    RegSlice
  68. val name: String

    Permalink
    Definition Classes
    RegSlice
  69. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  72. def rdSecureError(err: Bool): Bool

    Permalink
    Definition Classes
    RegSlice
  73. def rdSecurePassage(rdbits: Bits): Bits

    Permalink
    Definition Classes
    RegSlice
  74. def rdSecurePassage(access: Bool): Bool

    Permalink
    Definition Classes
    RegSlice
  75. def rdata(): Bits

    Permalink
    Attributes
    protected
    Definition Classes
    RegSlice
  76. def readBits(): Bits

    Permalink
    Definition Classes
    RegBaseRegSlice
  77. def readErrorTag: Boolean

    Permalink
  78. def readValid(): Bool

    Permalink
    Definition Classes
    RegSlice
  79. val regType: String

    Permalink
    Definition Classes
    RegSlice
  80. val reuseTag: ReuseTag

    Permalink
    Definition Classes
    RegSlice
  81. lazy val secureLogic: (Option[Bool], Option[Bool])

    Permalink
    Definition Classes
    RegSlice
  82. val size: BigInt

    Permalink
    Definition Classes
    RegSlice
  83. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  84. def toString(): String

    Permalink
    Definition Classes
    RegSlice → AnyRef → Any
  85. var updateReadBits: Bits

    Permalink
    Definition Classes
    RegSlice
  86. def upperName(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  90. def wrErrorGenerator(): Unit

    Permalink
    Definition Classes
    RegSlice
  91. def wrSecureError(): Bool

    Permalink
    Definition Classes
    RegSlice
  92. def wrSecurePassage(wrbits: Bits): Bits

    Permalink
    Definition Classes
    RegSlice
  93. def wrSecurePassage(access: Bool): Bool

    Permalink
    Definition Classes
    RegSlice

Deprecated Value Members

  1. 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 RegSlice

Inherited from AnyRef

Inherited from Any

Ungrouped