Class

spinal.lib.bus.regif

VirtualRegInst

Related Doc: package regif

Permalink

class VirtualRegInst extends RegInst

Linear Supertypes
RegInst, RegBase, RegSlice, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VirtualRegInst
  2. RegInst
  3. RegBase
  4. RegSlice
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new VirtualRegInst(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
    RegSlice
  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 _W1I[T <: BaseType](wire: T, section: Range): T

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  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. def creatWriteLogic[T <: BaseType](reg: T, acc: AccessType, section: Range): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    VirtualRegInstRegInst
  44. val doc: String

    Permalink
    Definition Classes
    RegSlice
  45. def duplicateRenaming(): ListBuffer[Field]

    Permalink
    Attributes
    protected
    Definition Classes
    RegInst
  46. def endaddr: BigInt

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    RegInst
  61. def fieldHSRW[T <: BaseType](seten: Bool, setval: T)(implicit symbol: SymbolName): T

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

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

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

    Permalink
    Definition Classes
    RegInst
  65. def fieldNA(bit: Int): Unit

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

    Permalink
    Definition Classes
    RegSlice
  67. var fieldPtr: Int

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

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

    Permalink
    Definition Classes
    RegInst
  70. def fieldRWHS[T <: BaseType](seten: Bool, setval: T)(implicit symbol: SymbolName): T

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

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

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

    Permalink
    Definition Classes
    RegInst
  74. def fieldW1HS[T <: BaseType](seten: Bool, setval: T, acc: AccessType, resetValue: BigInt, doc: String)(implicit symbol: SymbolName): T

    Permalink
    Definition Classes
    RegInst
  75. def fieldW1HS[T <: BaseType](seten: Bool, setval: T, acc: AccessType, resetValue: BigInt)(implicit symbol: SymbolName): T

    Permalink
    Definition Classes
    RegInst
  76. def fieldW1HS[T <: BaseType](seten: Bool, setval: T, acc: AccessType)(implicit symbol: SymbolName): T

    Permalink
    Definition Classes
    RegInst
  77. def fieldW1HSAt[T <: BaseType](pos: Int, seten: Bool, setval: T, acc: AccessType, resetValue: BigInt, doc: String)(implicit symbol: SymbolName): T

    Permalink
    Definition Classes
    RegInst
  78. def fieldW1HSAt[T <: BaseType](pos: Int, seten: Bool, setval: T, acc: AccessType, resetValue: BigInt)(implicit symbol: SymbolName): T

    Permalink
    Definition Classes
    RegInst
  79. def fieldW1HSAt[T <: BaseType](pos: Int, seten: Bool, setval: T, acc: AccessType)(implicit symbol: SymbolName): T

    Permalink
    Definition Classes
    RegInst
  80. val fields: ListBuffer[Field]

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

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

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

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

    Permalink
    Definition Classes
    RegSlice
  85. def getGrp: GrpTag

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

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

    Permalink
    Definition Classes
    RegSlice
  88. def getfieldPtr: Int

    Permalink
    Definition Classes
    RegSlice
  89. val grp: GrpTag

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

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

    Permalink
    Definition Classes
    RegBase
  92. val hitDoRead: Bool

    Permalink
    Definition Classes
    RegBaseRegSlice
  93. val hitDoWrite: Bool

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

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

    Permalink
    Definition Classes
    RegSlice
  96. val name: String

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

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

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

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

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

    Permalink
    Definition Classes
    RegInst
  102. def rdSecureError(err: Bool): Bool

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

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

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

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

    Permalink
    Definition Classes
    VirtualRegInstRegBaseRegSlice
  107. def readErrorTag: Boolean

    Permalink
    Definition Classes
    RegBase
  108. def readGenerator(): Unit

    Permalink
    Definition Classes
    RegInstRegSlice
  109. def readValid(): Bool

    Permalink
    Definition Classes
    RegSlice
  110. val regType: String

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

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

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

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

    Permalink
    Definition Classes
    RegInst
  115. def reserved(bc: BitCount): Bits

    Permalink
    Definition Classes
    RegInst
  116. val reuseTag: ReuseTag

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

    Permalink
    Definition Classes
    RegSlice
  118. def setName(name: String): RegInst

    Permalink
    Definition Classes
    RegInstRegBase
  119. val size: BigInt

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    RegSlice

Deprecated Value Members

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

    Permalink
    Definition Classes
    RegInst
    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
    Definition Classes
    RegInst
    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
    Definition Classes
    RegInst
    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
    Definition Classes
    RegInst
    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
    Definition Classes
    RegInst
    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
    Definition Classes
    RegInst
    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
    Definition Classes
    RegInst
    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
    Definition Classes
    RegInst
    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 RegInst

Inherited from RegBase

Inherited from RegSlice

Inherited from AnyRef

Inherited from Any

Ungrouped