c

vexiiriscv.memory

StaticTranslationPlugin

class StaticTranslationPlugin extends FiberPlugin with AddressTranslationService

This plugin implement a dummy memory translation (for CPU without MMU). That way, the plugins like the LSU/Fetch always have a MMU-like interface, which symplify their code.

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

Instance Constructors

  1. new StaticTranslationPlugin(physicalWidth: Int)

Type Members

  1. case class PortSpec(stages: Seq[NodeBaseApi], preAddress: Payload[UInt], forcePhysical: Payload[Bool], usage: AddressTranslationPortUsage, rsp: AddressTranslationRsp) extends Product with Serializable
  2. abstract type RefOwnerType
    Definition Classes
    OwnableRef

Value Members

  1. val _context: Capture
    Definition Classes
    Area
  2. def addService[T](that: T): T
    Definition Classes
    FiberPlugin
  3. def awaitBuild(): Unit
    Definition Classes
    FiberPlugin
  4. def buildBefore(l: ⇒ Lock): Unit
    Definition Classes
    FiberPlugin
  5. var buildCount: Int
    Definition Classes
    FiberPlugin
  6. def childNamePriority: Byte
    Definition Classes
    Area
  7. def component: Component
    Definition Classes
    ContextUser
  8. def during: AnyRef { ... /* 2 definitions in type refinement */ }
    Definition Classes
    FiberPlugin
  9. def equals(obj: Any): Boolean
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  10. def foreachReflectableNameables(doThat: (Any) ⇒ Unit): Unit
    Definition Classes
    Nameable
  11. def getDisplayName(): String
    Definition Classes
    Nameable
  12. def getInstanceCounter: Int
    Definition Classes
    ContextUser
  13. def getName(default: String): String
    Definition Classes
    NameableByComponent → Nameable
  14. def getName(): String
    Definition Classes
    NameableByComponent → Nameable
  15. def getPartialName(): String
    Definition Classes
    Nameable
  16. def getPath(from: Component, to: Component): Seq[Component]
    Definition Classes
    NameableByComponent
  17. def getRefOwnersChain(): List[Any]
    Definition Classes
    OwnableRef
  18. def getScalaLocationLong: String
    Definition Classes
    ScalaLocated
  19. def getScalaLocationShort: String
    Definition Classes
    ScalaLocated
  20. def getScalaTrace(): Throwable
    Definition Classes
    ScalaLocated
  21. def getSignExtension(kind: AddressTranslationPortUsage, rawAddress: UInt): Bool
  22. def getStorageId(s: Any): Int
  23. def getStorageIdWidth(): Int
  24. val globalData: GlobalData
    Definition Classes
    GlobalDataUser
  25. def hashCode(): Int
    Definition Classes
    OverridedEqualsHashCode → AnyRef → Any
  26. var host: PluginHost
    Definition Classes
    FiberPlugin
  27. val hostLock: Lock
    Definition Classes
    FiberPlugin
  28. val invalidationPorts: ArrayBuffer[AddressTranslationInvalidation]
    Definition Classes
    AddressTranslationService
  29. def isCompletelyUnnamed: Boolean
    Definition Classes
    Nameable
  30. final def isNamed: Boolean
    Definition Classes
    Nameable
  31. def isPriorityApplicable(namePriority: Byte): Boolean
    Definition Classes
    Nameable
  32. def isUnnamed: Boolean
    Definition Classes
    NameableByComponent → Nameable
  33. val lockables: LinkedHashSet[() ⇒ Lock]
    Definition Classes
    FiberPlugin
  34. val logic: Handle[Area { val ports: scala.collection.mutable.ArrayBuffer[spinal.core.Area{val node: spinal.lib.misc.pipeline.NodeBaseApi}] }]
  35. def mayNeedRedo: Boolean
  36. val name: String
    Definition Classes
    Nameable
  37. def newInvalidationPort(): AddressTranslationInvalidation
    Definition Classes
    AddressTranslationService
  38. def newRefillPort(): AddressTranslationRefill
    Definition Classes
    AddressTranslationService
  39. def newStorage(pAny: Any, pmuStorageId: Int): Any
  40. def newTranslationPort(stages: Seq[NodeBaseApi], rawAddress: Payload[UInt], forcePhysical: Payload[Bool], usage: AddressTranslationPortUsage, portSpec: Any, storageSpec: Any): AddressTranslationRsp
  41. def overrideLocalName(name: String): StaticTranslationPlugin.this.type
    Definition Classes
    Nameable
  42. val parentScope: ScopeStatement
    Definition Classes
    ContextUser
  43. var physicalWidth: Int
  44. var pluginEnabled: Boolean
    Definition Classes
    FiberPlugin
  45. val portSpecs: ArrayBuffer[PortSpec]
  46. val portsLock: Retainer
    Definition Classes
    AddressTranslationService
  47. val refOwner: RefOwnerType
    Definition Classes
    OwnableRef
    Annotations
    @DontName()
  48. val refillPorts: ArrayBuffer[AddressTranslationRefill]
    Definition Classes
    AddressTranslationService
  49. def reflectNames(): Unit
    Definition Classes
    Nameable
  50. val regionRetainer: Retainer
    Definition Classes
    AddressTranslationService
  51. def retains(head: Any, tail: Any*): RetainerGroup
    Definition Classes
    FiberPlugin
  52. def retains(that: Seq[Any]): RetainerGroup
    Definition Classes
    FiberPlugin
  53. def rework[T](body: ⇒ T): T
    Definition Classes
    Area
  54. val scalaTrace: Throwable
    Definition Classes
    ScalaLocated
  55. def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): StaticTranslationPlugin.this.type
    Definition Classes
    Nameable
  56. def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): StaticTranslationPlugin.this.type
    Definition Classes
    Nameable
  57. def setCompositeName(nameable: Nameable, postfix: String): StaticTranslationPlugin.this.type
    Definition Classes
    Nameable
  58. def setCompositeName(nameable: Nameable, namePriority: Byte): StaticTranslationPlugin.this.type
    Definition Classes
    Nameable
  59. def setCompositeName(nameable: Nameable, weak: Boolean): StaticTranslationPlugin.this.type
    Definition Classes
    Nameable
  60. def setCompositeName(nameable: Nameable): StaticTranslationPlugin.this.type
    Definition Classes
    Nameable
  61. def setHost(h: PluginHost): Unit
    Definition Classes
    FiberPlugin → Hostable
  62. def setLambdaName(isNameBody: ⇒ Boolean)(nameGen: ⇒ String): StaticTranslationPlugin.this.type
    Definition Classes
    Nameable
  63. def setName(name: String, namePriority: Byte): StaticTranslationPlugin.this.type
    Definition Classes
    Nameable
  64. def setName(name: String, weak: Boolean): StaticTranslationPlugin.this.type
    Definition Classes
    Nameable
  65. def setName(name: String): StaticTranslationPlugin.this.type
    Definition Classes
    Nameable
  66. def setNameAsWeak(): StaticTranslationPlugin.this.type
    Definition Classes
    Nameable
  67. def setPartialName(name: String, namePriority: Byte, owner: Any): StaticTranslationPlugin.this.type
    Definition Classes
    Nameable
  68. def setPartialName(name: String, namePriority: Byte): StaticTranslationPlugin.this.type
    Definition Classes
    Nameable
  69. def setPartialName(name: String, weak: Boolean): StaticTranslationPlugin.this.type
    Definition Classes
    Nameable
  70. def setPartialName(owner: Nameable, name: String, namePriority: Byte): StaticTranslationPlugin.this.type
    Definition Classes
    Nameable
  71. def setPartialName(owner: Nameable, name: String, weak: Boolean): StaticTranslationPlugin.this.type
    Definition Classes
    Nameable
  72. def setPartialName(name: String): StaticTranslationPlugin.this.type
    Definition Classes
    Nameable
  73. def setPartialName(owner: Nameable, name: String): StaticTranslationPlugin.this.type
    Definition Classes
    Nameable
  74. def setPartialName(owner: Nameable): StaticTranslationPlugin.this.type
    Definition Classes
    Nameable
  75. def setRefOwner(that: Any): Unit
    Definition Classes
    OwnableRef
  76. def setScalaLocated(source: ScalaLocated): StaticTranslationPlugin.this.type
    Definition Classes
    ScalaLocated
  77. def setWeakName(name: String): StaticTranslationPlugin.this.type
    Definition Classes
    Nameable
  78. def setupRetain(l: ⇒ Lock): Unit
    Definition Classes
    FiberPlugin
  79. val storageLock: Retainer
    Definition Classes
    AddressTranslationService
  80. val subservices: ArrayBuffer[Any]
    Definition Classes
    FiberPlugin
  81. def toString(): String
    Definition Classes
    Area → Nameable → AnyRef → Any
  82. def unsetName(): StaticTranslationPlugin.this.type
    Definition Classes
    Nameable
  83. def valCallback[T](ref: T, name: String): T
    Definition Classes
    ValCallbackRec → ValCallback
  84. def valCallbackOn(ref: Any, name: String, refs: Set[Any]): Unit
    Definition Classes
    ValCallbackRec
  85. def valCallbackRec(obj: Any, name: String): Unit
    Definition Classes
    Area → ValCallbackRec
  86. def withPrefix(prefix: String): FiberPlugin
    Definition Classes
    FiberPlugin