abstract class RegBase extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- RegBase
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
NA(bc: BitCount): Bits
- Attributes
- protected
-
def
RC(bc: BitCount, section: Range, resetValue: BigInt): Bits
- Attributes
- protected
-
def
RO(bc: BitCount): Bits
- Attributes
- protected
-
def
RS(bc: BitCount, section: Range, resetValue: BigInt): Bits
- Attributes
- protected
-
var
Rerror: Boolean
- Attributes
- protected
-
def
W(bc: BitCount, section: Range, resetValue: BigInt): Bits
- Attributes
- protected
-
def
W1(bc: BitCount, section: Range, resetValue: BigInt): Bits
- Attributes
- protected
-
def
WB(section: Range, resetValue: BigInt, accType: AccessType): Bits
- Attributes
- protected
-
def
WBP(section: Range, resetValue: BigInt, accType: AccessType): Bits
- Attributes
- protected
-
def
WBR(section: Range, resetValue: BigInt, accType: AccessType): Bits
- Attributes
- protected
-
def
WC(bc: BitCount, section: Range, resetValue: BigInt): Bits
- Attributes
- protected
-
def
WCRS(bc: BitCount, section: Range, resetValue: BigInt): Bits
- Attributes
- protected
-
def
WRC(bc: BitCount, section: Range, resetValue: BigInt): Bits
- Attributes
- protected
-
def
WRS(bc: BitCount, section: Range, resetValue: BigInt): Bits
- Attributes
- protected
-
def
WS(bc: BitCount, section: Range, resetValue: BigInt): Bits
- Attributes
- protected
-
def
WSRC(bc: BitCount, section: Range, resetValue: BigInt): Bits
- Attributes
- protected
-
def
_RC[T <: BaseType](reg: T, section: Range): T
- Attributes
- protected
-
def
_RO[T <: BaseType](reg: T): T
- Attributes
- protected
-
def
_RS[T <: BaseType](reg: T, section: Range): T
- Attributes
- protected
-
def
_W[T <: BaseType](reg: T, section: Range): T
- Attributes
- protected
-
def
_W1[T <: BaseType](reg: T, section: Range): T
- Attributes
- protected
-
def
_WB[T <: BaseType](reg: T, section: Range, accType: AccessType): T
- Attributes
- protected
-
def
_WBP[T <: BaseType](reg: T, section: Range, accType: AccessType): T
- Attributes
- protected
-
def
_WBR[T <: BaseType](reg: T, section: Range, accType: AccessType): T
- Attributes
- protected
-
def
_WC[T <: BaseType](reg: T, section: Range): T
- Attributes
- protected
-
def
_WCRS[T <: BaseType](reg: T, section: Range): T
- Attributes
- protected
-
def
_WRC[T <: BaseType](reg: T, section: Range): T
- Attributes
- protected
-
def
_WRS[T <: BaseType](reg: T, section: Range): T
- Attributes
- protected
-
def
_WS[T <: BaseType](reg: T, section: Range): T
- Attributes
- protected
-
def
_WSRC[T <: BaseType](reg: T, section: Range): T
- Attributes
- protected
-
var
_name: String
- Attributes
- protected
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def eventR(): Bool
- def eventW(): Bool
-
var
fieldPtr: Int
- Attributes
- protected
-
val
fields: ListBuffer[Field]
- Attributes
- protected
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getFields: List[Field]
- def getName(): String
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def haveWO: Boolean
- val hitDoRead: Bool
- val hitDoWrite: Bool
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def readBits: Bits
- def readErrorTag: Boolean
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated