c

vexiiriscv.fetch

FetchL1Plugin

class FetchL1Plugin extends FiberPlugin with FetchL1Service with InitService

Implement and bind a instruction L1 cache to the CPU The main particularity of this implementation is that the cache is non-blocking and canc onnect to prefetching plugins

Linear Supertypes
InitService, FetchL1Service, FiberPlugin, Hostable, Area, OverridedEqualsHashCode, ValCallbackRec, ValCallback, NameableByComponent, Nameable, ContextUser, ScalaLocated, GlobalDataUser, OwnableRef, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FetchL1Plugin
  2. InitService
  3. FetchL1Service
  4. FiberPlugin
  5. Hostable
  6. Area
  7. OverridedEqualsHashCode
  8. ValCallbackRec
  9. ValCallback
  10. NameableByComponent
  11. Nameable
  12. ContextUser
  13. ScalaLocated
  14. GlobalDataUser
  15. OwnableRef
  16. AnyRef
  17. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FetchL1Plugin(translationStorageParameter: Any, translationPortParameter: Any, pmpPortParameter: Any, memDataWidth: Int, fetchDataWidth: Int, setCount: Int, wayCount: Int, refillCount: Int = 1, lineSize: Int = 64, readAt: Int = 0, hitsAt: Int = 1, hitAt: Int = 1, bankMuxesAt: Int = 1, bankMuxAt: Int = 2, ctrlAt: Int = 2, hitsWithTranslationWays: Boolean = false, reducedBankWidth: Boolean = false, tagsReadAsync: Boolean = false, bootMemClear: Boolean)

Type Members

  1. abstract type RefOwnerType
    Definition Classes
    OwnableRef

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. val _context: Capture
    Definition Classes
    Area
  5. def addService[T](that: T): T
    Definition Classes
    FiberPlugin
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def awaitBuild(): Unit
    Definition Classes
    FiberPlugin
  8. var bankMuxAt: Int
  9. var bankMuxesAt: Int
  10. var bootMemClear: Boolean
  11. def buildBefore(l: ⇒ Lock): Unit
    Definition Classes
    FiberPlugin
  12. var buildCount: Int
    Definition Classes
    FiberPlugin
  13. def childNamePriority: Byte
    Definition Classes
    Area
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  15. def component: Component
    Definition Classes
    ContextUser
  16. var ctrlAt: Int
  17. def during: AnyRef { ... /* 2 definitions in type refinement */ }
    Definition Classes
    FiberPlugin
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(obj: Any): Boolean
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  20. var fetchDataWidth: Int
  21. def foreachReflectableNameables(doThat: (Any) ⇒ Unit): Unit
    Definition Classes
    Nameable
  22. def getBusParameter(): FetchL1BusParam
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  24. def getDisplayName(): String
    Definition Classes
    Nameable
  25. def getInstanceCounter: Int
    Definition Classes
    ContextUser
  26. def getMode: Byte
    Attributes
    protected
    Definition Classes
    Nameable
  27. def getName(default: String): String
    Definition Classes
    NameableByComponent → Nameable
  28. def getName(): String
    Definition Classes
    NameableByComponent → Nameable
  29. def getPartialName(): String
    Definition Classes
    Nameable
  30. def getPath(from: Component, to: Component): Seq[Component]
    Definition Classes
    NameableByComponent
  31. def getRefOwnersChain(): List[Any]
    Definition Classes
    OwnableRef
  32. def getScalaLocationLong: String
    Definition Classes
    ScalaLocated
  33. def getScalaLocationShort: String
    Definition Classes
    ScalaLocated
  34. def getScalaTrace(): Throwable
    Definition Classes
    ScalaLocated
  35. val globalData: GlobalData
    Definition Classes
    GlobalDataUser
  36. def hashCode(): Int
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  37. var hitAt: Int
  38. var hitsAt: Int
  39. var hitsWithTranslationWays: Boolean
  40. var host: PluginHost
    Definition Classes
    FiberPlugin
  41. val hostLock: Lock
    Definition Classes
    FiberPlugin
  42. def initHold(): Bool
    Definition Classes
    FetchL1PluginInitService
  43. val invalidationPorts: ArrayBuffer[FetchL1InvalidationBus]
    Definition Classes
    FetchL1Service
  44. val invalidationRetainer: Retainer
    Definition Classes
    FetchL1Service
  45. def isCompletelyUnnamed: Boolean
    Definition Classes
    Nameable
  46. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  47. final def isNamed: Boolean
    Definition Classes
    Nameable
  48. def isPriorityApplicable(namePriority: Byte): Boolean
    Definition Classes
    Nameable
  49. def isUnnamed: Boolean
    Definition Classes
    NameableByComponent → Nameable
  50. var lineSize: Int
  51. val lockables: LinkedHashSet[() ⇒ Lock]
    Definition Classes
    FiberPlugin
  52. val logic: Handle[Area { ... /* 68 definitions in type refinement */ }]
  53. var memDataWidth: Int
  54. val name: String
    Definition Classes
    Nameable
  55. val nameableRef: Nameable
    Attributes
    protected
    Definition Classes
    Nameable
    Annotations
    @DontName()
  56. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  57. def newInvalidationPort(): FetchL1InvalidationBus
    Definition Classes
    FetchL1Service
  58. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  59. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  60. def overrideLocalName(name: String): FetchL1Plugin.this.type
    Definition Classes
    Nameable
  61. val parentScope: ScopeStatement
    Definition Classes
    ContextUser
  62. var pluginEnabled: Boolean
    Definition Classes
    FiberPlugin
  63. val pmaBuilder: Handle[PmaLogic]
  64. var pmpPortParameter: Any
  65. var readAt: Int
  66. var reducedBankWidth: Boolean
  67. val refOwner: RefOwnerType
    Definition Classes
    OwnableRef
    Annotations
    @DontName()
  68. var refillCount: Int
  69. def reflectNames(): Unit
    Definition Classes
    Nameable
  70. val regions: Handle[ArrayBuffer[PmaRegion]]
  71. def retains(head: Any, tail: Any*): RetainerGroup
    Definition Classes
    FiberPlugin
  72. def retains(that: Seq[Any]): RetainerGroup
    Definition Classes
    FiberPlugin
  73. def rework[T](body: ⇒ T): T
    Definition Classes
    Area
  74. val scalaTrace: Throwable
    Definition Classes
    ScalaLocated
  75. def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): FetchL1Plugin.this.type
    Definition Classes
    Nameable
  76. def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): FetchL1Plugin.this.type
    Definition Classes
    Nameable
  77. def setCompositeName(nameable: Nameable, postfix: String): FetchL1Plugin.this.type
    Definition Classes
    Nameable
  78. def setCompositeName(nameable: Nameable, namePriority: Byte): FetchL1Plugin.this.type
    Definition Classes
    Nameable
  79. def setCompositeName(nameable: Nameable, weak: Boolean): FetchL1Plugin.this.type
    Definition Classes
    Nameable
  80. def setCompositeName(nameable: Nameable): FetchL1Plugin.this.type
    Definition Classes
    Nameable
  81. var setCount: Int
  82. def setHost(h: PluginHost): Unit
    Definition Classes
    FiberPlugin → Hostable
  83. def setLambdaName(isNameBody: ⇒ Boolean)(nameGen: ⇒ String): FetchL1Plugin.this.type
    Definition Classes
    Nameable
  84. def setName(name: String, namePriority: Byte): FetchL1Plugin.this.type
    Definition Classes
    Nameable
  85. def setName(name: String, weak: Boolean): FetchL1Plugin.this.type
    Definition Classes
    Nameable
  86. def setName(name: String): FetchL1Plugin.this.type
    Definition Classes
    Nameable
  87. def setNameAsWeak(): FetchL1Plugin.this.type
    Definition Classes
    Nameable
  88. def setPartialName(name: String, namePriority: Byte, owner: Any): FetchL1Plugin.this.type
    Definition Classes
    Nameable
  89. def setPartialName(name: String, namePriority: Byte): FetchL1Plugin.this.type
    Definition Classes
    Nameable
  90. def setPartialName(name: String, weak: Boolean): FetchL1Plugin.this.type
    Definition Classes
    Nameable
  91. def setPartialName(owner: Nameable, name: String, namePriority: Byte): FetchL1Plugin.this.type
    Definition Classes
    Nameable
  92. def setPartialName(owner: Nameable, name: String, weak: Boolean): FetchL1Plugin.this.type
    Definition Classes
    Nameable
  93. def setPartialName(name: String): FetchL1Plugin.this.type
    Definition Classes
    Nameable
  94. def setPartialName(owner: Nameable, name: String): FetchL1Plugin.this.type
    Definition Classes
    Nameable
  95. def setPartialName(owner: Nameable): FetchL1Plugin.this.type
    Definition Classes
    Nameable
  96. def setRefOwner(that: Any): Unit
    Definition Classes
    OwnableRef
  97. def setScalaLocated(source: ScalaLocated): FetchL1Plugin.this.type
    Definition Classes
    ScalaLocated
  98. def setWeakName(name: String): FetchL1Plugin.this.type
    Definition Classes
    Nameable
  99. def setupRetain(l: ⇒ Lock): Unit
    Definition Classes
    FiberPlugin
  100. val subservices: ArrayBuffer[Any]
    Definition Classes
    FiberPlugin
  101. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  102. var tagsReadAsync: Boolean
  103. def toString(): String
    Definition Classes
    Area → Nameable → AnyRef → Any
  104. var translationPortParameter: Any
  105. var translationStorageParameter: Any
  106. def unsetName(): FetchL1Plugin.this.type
    Definition Classes
    Nameable
  107. def valCallback[T](ref: T, name: String): T
    Definition Classes
    ValCallbackRec → ValCallback
  108. def valCallbackOn(ref: Any, name: String, refs: Set[Any]): Unit
    Definition Classes
    ValCallbackRec
  109. def valCallbackRec(obj: Any, name: String): Unit
    Definition Classes
    Area → ValCallbackRec
  110. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  111. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  112. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  113. var wayCount: Int
  114. def withPrefix(prefix: String): FiberPlugin
    Definition Classes
    FiberPlugin

Deprecated Value Members

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

Inherited from InitService

Inherited from FetchL1Service

Inherited from FiberPlugin

Inherited from Hostable

Inherited from Area

Inherited from OverridedEqualsHashCode

Inherited from ValCallbackRec

Inherited from ValCallback

Inherited from NameableByComponent

Inherited from Nameable

Inherited from ContextUser

Inherited from ScalaLocated

Inherited from GlobalDataUser

Inherited from OwnableRef

Inherited from AnyRef

Inherited from Any

Ungrouped