case class RegInst(name: String, addr: Long, doc: String, busif: BusIf) extends RegBase with RegDescr with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, RegDescr, RegBase, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RegInst
  2. Serializable
  3. Product
  4. Equals
  5. RegDescr
  6. RegBase
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new RegInst(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
    Definition Classes
    RegBase
  5. def RC(bc: BitCount, resetValue: Long): Bits
    Attributes
    protected
    Definition Classes
    RegBase
  6. def RO(bc: BitCount): Bits
    Attributes
    protected
    Definition Classes
    RegBase
  7. def RS(bc: BitCount, resetValue: Long): Bits
    Attributes
    protected
    Definition Classes
    RegBase
  8. var Rerror: Boolean
    Attributes
    protected
    Definition Classes
    RegBase
  9. def W(bc: BitCount, section: Range, resetValue: Long): Bits
    Attributes
    protected
    Definition Classes
    RegBase
  10. def W1(bc: BitCount, section: Range, resetValue: Long): Bits
    Attributes
    protected
    Definition Classes
    RegBase
  11. def WB(section: Range, resetValue: Long, accType: AccessType): Bits
    Attributes
    protected
    Definition Classes
    RegBase
  12. def WBP(section: Range, resetValue: Long, accType: AccessType): Bits
    Attributes
    protected
    Definition Classes
    RegBase
  13. def WBR(section: Range, resetValue: Long, accType: AccessType): Bits
    Attributes
    protected
    Definition Classes
    RegBase
  14. def WC(bc: BitCount, resetValue: Long): Bits
    Attributes
    protected
    Definition Classes
    RegBase
  15. def WCRS(bc: BitCount, resetValue: Long): Bits
    Attributes
    protected
    Definition Classes
    RegBase
  16. def WRC(bc: BitCount, section: Range, resetValue: Long): Bits
    Attributes
    protected
    Definition Classes
    RegBase
  17. def WRS(bc: BitCount, section: Range, resetValue: Long): Bits
    Attributes
    protected
    Definition Classes
    RegBase
  18. def WS(bc: BitCount, resetValue: Long): Bits
    Attributes
    protected
    Definition Classes
    RegBase
  19. def WSRC(bc: BitCount, resetValue: Long): Bits
    Attributes
    protected
    Definition Classes
    RegBase
  20. def _RO[T <: BaseType](hardType: HardType[T]): T
    Attributes
    protected
    Definition Classes
    RegBase
  21. def _W[T <: BaseType](hardType: HardType[T], section: Range, resetValue: Long): T
    Attributes
    protected
    Definition Classes
    RegBase
  22. var _name: String
    Attributes
    protected
    Definition Classes
    RegBase
  23. def accept(vs: BusIfVisitor): Unit
    Definition Classes
    RegInstRegBase
  24. val addr: Long
  25. def allIsNA: Boolean
  26. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  27. val busif: BusIf
  28. def checkLast: Any
  29. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  30. val doc: String
  31. def duplicateRenaming(): ListBuffer[Field]
    Attributes
    protected
  32. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. def eventR(): Bool
    Definition Classes
    RegBase
  34. def eventW(): Bool
    Definition Classes
    RegBase
  35. def field[T <: BaseType](bt: HardType[T], acc: AccessType, resetValue: Long, doc: String)(implicit symbol: SymbolName): T
  36. def field[T <: BaseType](bt: HardType[T], acc: AccessType, resetValue: Long)(implicit symbol: SymbolName): T
  37. def field[T <: BaseType](bt: HardType[T], acc: AccessType, doc: String)(implicit symbol: SymbolName): T
  38. def field[T <: BaseType](bt: HardType[T], acc: AccessType)(implicit symbol: SymbolName): T
  39. def fieldAt[T <: BaseType](pos: Int, bt: HardType[T], acc: AccessType, resetValue: Long, doc: String)(implicit symbol: SymbolName): T
  40. def fieldAt[T <: BaseType](pos: Int, bt: HardType[T], acc: AccessType, resetValue: Long)(implicit symbol: SymbolName): T
  41. def fieldAt[T <: BaseType](pos: Int, bt: HardType[T], acc: AccessType, doc: String)(implicit symbol: SymbolName): T
  42. def fieldAt[T <: BaseType](pos: Int, bt: HardType[T], acc: AccessType)(implicit symbol: SymbolName): T
  43. var fieldPtr: Int
    Attributes
    protected
    Definition Classes
    RegBase
  44. val fields: ListBuffer[Field]
    Attributes
    protected
    Definition Classes
    RegBase
  45. def getAddr(): Long
    Definition Classes
    RegInstRegDescr
  46. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  47. def getDoc(): String
    Definition Classes
    RegInstRegDescr
  48. def getFieldDescrs(): List[FieldDescr]
    Definition Classes
    RegInstRegDescr
  49. def getFields: List[Field]
    Definition Classes
    RegBase
  50. def getName(): String
    Definition Classes
    RegBase
  51. val hitDoRead: Bool
    Definition Classes
    RegBase
  52. val hitDoWrite: Bool
    Definition Classes
    RegBase
  53. val hitRead: Bool
    Definition Classes
    RegBase
  54. val hitWrite: Bool
    Definition Classes
    RegBase
  55. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  56. val name: String
  57. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  58. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  59. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  60. def productElementNames: Iterator[String]
    Definition Classes
    Product
  61. def readBits: Bits
    Definition Classes
    RegBase
  62. def readErrorTag: Boolean
    Definition Classes
    RegBase
  63. def reserved(bc: BitCount): Bits
  64. def setName(name: String): RegInst
    Definition Classes
    RegInstRegBase
  65. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  66. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  67. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  68. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def field(bc: BitCount, acc: AccessType, resetValue: Long, doc: String)(implicit symbol: SymbolName): Bits
    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: Long)(implicit symbol: SymbolName): Bits
    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
    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
    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: Long, doc: String)(implicit symbol: SymbolName): Bits
    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: Long)(implicit symbol: SymbolName): Bits
    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
    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
    Annotations
    @deprecated
    Deprecated

    (Since version 2022-12-31) fieldAt(pos, Bits/UInt/SInt(n bit)/Bool, acc) recommend

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from RegDescr

Inherited from RegBase

Inherited from AnyRef

Inherited from Any

Ungrouped