t

vexiiriscv.execute

CsrService

trait CsrService extends AnyRef

Service which provide a bunch of primitives allowing to map some hardware to the CSR address space

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

Abstract Value Members

  1. abstract def waitElaborationDone(): 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. def allowCsr(csrFilter: Any): ArrayBuffer[CsrSpec]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val bus: Handle[CsrBus]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  8. val csrLock: Retainer
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def flushOnWrite(csrFilter: Any): Unit
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. def hart(hartId: Int): CsrHartApi
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. val isReadingCsrMap: LinkedHashMap[Any, CsrIsReadingCsr]
  17. val isReadingHartIdCsrMap: LinkedHashMap[(Int, Any), Bool]
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  21. def onDecode(csrFilter: Any, priority: Int = 0)(body: ⇒ Unit): ArrayBuffer[CsrSpec]
  22. def onRead(csrFilter: Any, onlyOnFire: Boolean)(body: ⇒ Unit): ArrayBuffer[CsrSpec]
  23. def onReadToWrite(csrFilter: Any)(body: ⇒ Unit): ArrayBuffer[CsrSpec]
  24. val onReadingHartIdMap: LinkedHashMap[Int, Bool]
  25. def onWrite(csrFilter: Any, onlyOnFire: Boolean)(body: ⇒ Unit): ArrayBuffer[CsrSpec]
  26. val onWritingHartIdMap: LinkedHashMap[Int, Bool]
  27. def read(csrAddress: Int, thats: (Int, Data)*): Unit
  28. def read[T <: Data](value: T, csrFilter: Any, bitOffset: Int = 0): Unit
  29. def readAlways[T <: Data](value: T, bitOffset: Int = 0): Unit
  30. def readToWrite[T <: Data](value: T, csrFilter: Any, bitOffset: Int = 0): Unit
  31. def readWrite(csrAddress: Int, thats: (Int, Data)*): Unit
  32. def readWrite[T <: Data](value: T, csrId: Int, bitOffset: Int = 0): T
  33. def readingCsr(csrFilter: Any): Bool
  34. def readingHartId(hartId: Int): Bool
  35. def readingHartIdCsr(hartId: Int, csrFilter: Any): Bool
  36. val reads: ArrayBuffer[CsrOnReadData]
  37. val spec: ArrayBuffer[CsrSpec]
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. val trapNextOnWrite: LinkedHashSet[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( ... )
  44. def write(csrAddress: Int, thats: (Int, Data)*): Unit
  45. def write[T <: Data](value: T, csrId: Int, bitOffset: Int = 0): T
  46. def writeCancel(csrFilter: Any, cond: Bool): ArrayBuffer[CsrSpec]
  47. def writeWhen[T <: Data](value: T, cond: Bool, csrId: Int, bitOffset: Int = 0): T
  48. def writingHartId(hartId: Int): 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