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 _WB[T <: BaseType](reg: T, section: Range, accType: AccessType): T

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
  34. var _name: String

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

    Permalink
    Definition Classes
    RegSlice
  36. val addr: BigInt

    Permalink
    Definition Classes
    RegSlice
  37. def allIsNA: Boolean

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

    Permalink
    Definition Classes
    Any
  39. val bi: BusIf

    Permalink
    Definition Classes
    RegSlice
  40. def checkLast: Unit

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

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

    Permalink
    Definition Classes
    RegSlice
  43. def endaddr: BigInt

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

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

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

    Permalink
  47. def eventW(): Bool

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

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

    Permalink
    Definition Classes
    RegSlice
  50. var fieldPtr: Int

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

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

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

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

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

    Permalink
    Definition Classes
    RegSlice
  56. def getGrp: GrpTag

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

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

    Permalink
    Definition Classes
    RegSlice
  59. def getfieldPtr: Int

    Permalink
    Definition Classes
    RegSlice
  60. val grp: GrpTag

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

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

    Permalink
  63. val hitDoRead: Bool

    Permalink
    Definition Classes
    RegBaseRegSlice
  64. val hitDoWrite: Bool

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

    Permalink
    Definition Classes
    Any
  66. val name: String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  70. def rdSecurePassage(rdbits: Bits): Bits

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

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

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

    Permalink
    Definition Classes
    RegBaseRegSlice
  74. def readErrorTag: Boolean

    Permalink
  75. def readValid(): Bool

    Permalink
    Definition Classes
    RegSlice
  76. val regType: String

    Permalink
    Definition Classes
    RegSlice
  77. val reuseTag: ReuseTag

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

    Permalink
    Definition Classes
    RegSlice
  79. val size: BigInt

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  86. def wrSecurePassage(wrbits: Bits): Bits

    Permalink
    Definition Classes
    RegSlice
  87. 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