Class

spinal.lib.bus.regif

RegInst

Related Doc: package regif

Permalink

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

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

Instance Constructors

  1. new RegInst(name: String, addr: Long, 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, resetValue: Long): Bits

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  6. def RO(bc: BitCount): Bits

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  7. def RS(bc: BitCount, resetValue: Long): Bits

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  8. var Rerror: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  9. def W(bc: BitCount, section: Range, resetValue: Long): Bits

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  10. def W1(bc: BitCount, section: Range, resetValue: Long): Bits

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  11. def WB(section: Range, resetValue: Long, accType: AccessType): Bits

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  12. def WBP(section: Range, resetValue: Long, accType: AccessType): Bits

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  13. def WBR(section: Range, resetValue: Long, accType: AccessType): Bits

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  14. def WC(bc: BitCount, resetValue: Long): Bits

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  15. def WCRS(bc: BitCount, resetValue: Long): Bits

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  16. def WRC(bc: BitCount, section: Range, resetValue: Long): Bits

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  17. def WRS(bc: BitCount, section: Range, resetValue: Long): Bits

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  18. def WS(bc: BitCount, resetValue: Long): Bits

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  19. def WSRC(bc: BitCount, resetValue: Long): Bits

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  20. def accept(vs: BusIfVisitor): Unit

    Permalink
    Definition Classes
    RegInstRegBase
  21. val addr: Long

    Permalink
  22. def allIsNA: Boolean

    Permalink
  23. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  24. val busif: BusIf

    Permalink
  25. def checkLast: Any

    Permalink
  26. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  27. val doc: String

    Permalink
  28. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. def eventR(): Bool

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

    Permalink
    Definition Classes
    RegBase
  31. def field(bc: BitCount, acc: AccessType, resetValue: Long = 0, doc: String = "")(implicit symbol: SymbolName): Bits

    Permalink
  32. def fieldAt(pos: Int, bc: BitCount, acc: AccessType, resetValue: Long = 0, doc: String = "")(implicit symbol: SymbolName): Bits

    Permalink
  33. var fieldPtr: Int

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  34. val fields: ListBuffer[Field]

    Permalink
    Attributes
    protected
    Definition Classes
    RegBase
  35. def getAddr(): Long

    Permalink
    Definition Classes
    RegInstRegDescr
  36. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    RegInstRegDescr
  38. def getFieldDescrs(): List[FieldDescr]

    Permalink
    Definition Classes
    RegInstRegDescr
  39. def getFields: List[Field]

    Permalink
    Definition Classes
    RegBase
  40. def getName(): String

    Permalink
    Definition Classes
    RegInstRegDescr
  41. val hitDoRead: Bool

    Permalink
    Definition Classes
    RegBase
  42. val hitDoWrite: Bool

    Permalink
    Definition Classes
    RegBase
  43. val hitRead: Bool

    Permalink
    Definition Classes
    RegBase
  44. val hitWrite: Bool

    Permalink
    Definition Classes
    RegBase
  45. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  46. val name: String

    Permalink
  47. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  50. def readBits: Bits

    Permalink
    Definition Classes
    RegBase
  51. def readErrorTag: Boolean

    Permalink
    Definition Classes
    RegBase
  52. def reserved(bc: BitCount): Bits

    Permalink
  53. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. 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 Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from RegDescr

Inherited from RegBase

Inherited from AnyRef

Inherited from Any

Ungrouped