c

spinal.lib.bus.regif

RegSlice

abstract class RegSlice extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RegSlice
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RegSlice(name: String, addr: BigInt, doc: String, size: BigInt, sec: Secure = null, grp: GrpTag = null)(bi: BusIf)

Abstract Value Members

  1. abstract val hitDoRead: Bool
  2. abstract val hitDoWrite: Bool
  3. abstract def readBits(): Bits
  4. abstract def readGenerator(): Unit

Concrete 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. var Rerror: Boolean
    Attributes
    protected
  5. var _name: String
    Attributes
    protected
  6. def addBlockSignal(sig: Bool): Unit
  7. val addr: BigInt
  8. def allIsNA: Boolean
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. val bi: BusIf
  11. def checkLast: Unit
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  13. val doc: String
  14. def endaddr: BigInt
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. def fieldNA(bit: Int): Unit
  18. def fieldNA(pos: Int, bit: Int): Unit
  19. var fieldPtr: Int
    Attributes
    protected
  20. val fields: ListBuffer[Field]
    Attributes
    protected
  21. def getAddr(): BigInt
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  23. def getDoc(): String
  24. def getFields(): List[Field]
  25. def getGrp: GrpTag
  26. def getName(): String
  27. def getSize(): BigInt
  28. def getfieldPtr: Int
  29. val grp: GrpTag
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def lowerName(): String
  33. val name: String
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  36. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  37. def rdSecureError(err: Bool): Bool
  38. def rdSecurePassage(rdbits: Bits): Bits
  39. def rdSecurePassage(access: Bool): Bool
  40. def rdata(): Bits
    Attributes
    protected
  41. def readValid(): Bool
  42. val regType: String
  43. val reuseTag: ReuseTag
  44. lazy val secureLogic: (Option[Bool], Option[Bool])
  45. val size: BigInt
  46. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  47. def toString(): String
    Definition Classes
    RegSlice → AnyRef → Any
  48. var updateReadBits: Bits
  49. def upperName(): String
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. def wrErrorGenerator(): Unit
  54. def wrSecureError(): Bool
  55. def wrSecurePassage(wrbits: Bits): Bits
  56. def wrSecurePassage(access: Bool): Bool

Deprecated Value Members

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

Inherited from AnyRef

Inherited from Any

Ungrouped