Class

spinal.lib.bus.regif

RegBase

Related Doc: package regif

Permalink

abstract class RegBase extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RegBase
  2. AnyRef
  3. 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)

    Permalink

Abstract Value Members

  1. 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
  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
  35. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  36. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  37. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
  40. def eventW(): Bool

    Permalink
  41. var fieldPtr: Int

    Permalink
    Attributes
    protected
  42. val fields: ListBuffer[Field]

    Permalink
    Attributes
    protected
  43. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  44. def getFields: List[Field]

    Permalink
  45. def getName(): String

    Permalink
  46. def hashCode(): Int

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

    Permalink
  48. val hitDoRead: Bool

    Permalink
  49. val hitDoWrite: Bool

    Permalink
  50. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  51. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
  55. def readErrorTag: Boolean

    Permalink
  56. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

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 AnyRef

Inherited from Any

Ungrouped