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: Long, doc: String, busif: BusIf)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def NA(bc: BitCount): Bits
    Attributes
    protected
  5. def RC(bc: BitCount, resetValue: Long): Bits
    Attributes
    protected
  6. def RO(bc: BitCount): Bits
    Attributes
    protected
  7. def RS(bc: BitCount, resetValue: Long): Bits
    Attributes
    protected
  8. var Rerror: Boolean
    Attributes
    protected
  9. def W(bc: BitCount, section: Range, resetValue: Long): Bits
    Attributes
    protected
  10. def W1(bc: BitCount, section: Range, resetValue: Long): Bits
    Attributes
    protected
  11. def WB(section: Range, resetValue: Long, accType: AccessType): Bits
    Attributes
    protected
  12. def WBP(section: Range, resetValue: Long, accType: AccessType): Bits
    Attributes
    protected
  13. def WBR(section: Range, resetValue: Long, accType: AccessType): Bits
    Attributes
    protected
  14. def WC(bc: BitCount, resetValue: Long): Bits
    Attributes
    protected
  15. def WCRS(bc: BitCount, resetValue: Long): Bits
    Attributes
    protected
  16. def WRC(bc: BitCount, section: Range, resetValue: Long): Bits
    Attributes
    protected
  17. def WRS(bc: BitCount, section: Range, resetValue: Long): Bits
    Attributes
    protected
  18. def WS(bc: BitCount, resetValue: Long): Bits
    Attributes
    protected
  19. def WSRC(bc: BitCount, resetValue: Long): Bits
    Attributes
    protected
  20. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  21. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  24. var fieldPtr: Int
    Attributes
    protected
  25. val fields: ListBuffer[Field]
    Attributes
    protected
  26. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def getFields: List[Field]
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. val hitDoRead: Bool
  30. val hitDoWrite: Bool
  31. val hitRead: Bool
  32. val hitWrite: Bool
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. def readBits: Bits
  38. def readErrorTag: Boolean
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped