Class

spinal.lib.bus.regif

RegSlice

Related Doc: package regif

Permalink

abstract class RegSlice extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
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)

    Permalink

Abstract Value Members

  1. abstract val hitDoRead: Bool

    Permalink
  2. abstract val hitDoWrite: Bool

    Permalink
  3. abstract def readBits(): Bits

    Permalink
  4. abstract def readGenerator(): Unit

    Permalink

Concrete 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. var Rerror: Boolean

    Permalink
    Attributes
    protected
  5. var _name: String

    Permalink
    Attributes
    protected
  6. def addBlockSignal(sig: Bool): Unit

    Permalink
  7. val addr: BigInt

    Permalink
  8. def allIsNA: Boolean

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. val bi: BusIf

    Permalink
  11. def checkLast: Unit

    Permalink
  12. def clone(): AnyRef

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

    Permalink
  14. def endaddr: BigInt

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

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. def fieldNA(bit: Int): Unit

    Permalink
  18. def fieldNA(pos: Int, bit: Int): Unit

    Permalink
  19. var fieldPtr: Int

    Permalink
    Attributes
    protected
  20. val fields: ListBuffer[Field]

    Permalink
    Attributes
    protected
  21. def getAddr(): BigInt

    Permalink
  22. final def getClass(): Class[_]

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

    Permalink
  24. def getFields(): List[Field]

    Permalink
  25. def getGrp: GrpTag

    Permalink
  26. def getName(): String

    Permalink
  27. def getSize(): BigInt

    Permalink
  28. def getfieldPtr: Int

    Permalink
  29. val grp: GrpTag

    Permalink
  30. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  31. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  32. val name: String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  36. def rdSecurePassage(rdbits: Bits): Bits

    Permalink
  37. def rdSecurePassage(access: Bool): Bool

    Permalink
  38. def rdata(): Bits

    Permalink
    Attributes
    protected
  39. def readValid(): Bool

    Permalink
  40. val regType: String

    Permalink
  41. val reuseTag: ReuseTag

    Permalink
  42. lazy val secureLogic: (Option[Bool], Option[Bool])

    Permalink
  43. val size: BigInt

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

    Permalink
    Definition Classes
    AnyRef
  45. def toString(): String

    Permalink
    Definition Classes
    RegSlice → AnyRef → Any
  46. var updateReadBits: Bits

    Permalink
  47. final def wait(arg0: Long, arg1: Int): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. def wrSecurePassage(wrbits: Bits): Bits

    Permalink
  51. def wrSecurePassage(access: Bool): Bool

    Permalink

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 AnyRef

Inherited from Any

Ungrouped