abstract class RegBase extends AnyRef
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- RegBase
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def accept(vs: BusIfVisitor): Unit
- abstract def setName(name: String): RegBase
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, resetValue: Long): Bits
- Attributes
- protected
- def RO(bc: BitCount): Bits
- Attributes
- protected
- def RS(bc: BitCount, resetValue: Long): Bits
- Attributes
- protected
- var Rerror: Boolean
- Attributes
- protected
- def W(bc: BitCount, section: Range, resetValue: Long): Bits
- Attributes
- protected
- def W1(bc: BitCount, section: Range, resetValue: Long): Bits
- Attributes
- protected
- def WB(section: Range, resetValue: Long, accType: AccessType): Bits
- Attributes
- protected
- def WBP(section: Range, resetValue: Long, accType: AccessType): Bits
- Attributes
- protected
- def WBR(section: Range, resetValue: Long, accType: AccessType): Bits
- Attributes
- protected
- def WC(bc: BitCount, resetValue: Long): Bits
- Attributes
- protected
- def WCRS(bc: BitCount, resetValue: Long): Bits
- Attributes
- protected
- def WRC(bc: BitCount, section: Range, resetValue: Long): Bits
- Attributes
- protected
- def WRS(bc: BitCount, section: Range, resetValue: Long): Bits
- Attributes
- protected
- def WS(bc: BitCount, resetValue: Long): Bits
- Attributes
- protected
- def WSRC(bc: BitCount, resetValue: Long): Bits
- Attributes
- protected
- def _RO[T <: BaseType](hardType: HardType[T]): T
- Attributes
- protected
- def _W[T <: BaseType](hardType: HardType[T], section: Range, resetValue: Long): 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(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): 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[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getFields: List[Field]
- def getName(): String
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val hitDoRead: Bool
- val hitDoWrite: Bool
- val hitRead: Bool
- val hitWrite: 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(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated