Class

spinal.lib.bus.tilelink.coherent

CacheParam

Related Doc: package coherent

Permalink

case class CacheParam(unp: NodeParameters, downPendingMax: Int, cacheWays: Int, cacheBytes: Int, blockSize: Int, cacheBanks: Int = 1, probeCount: Int = 8, aBufferCount: Int = 4, ctrlLoopbackDepth: Int = 4, generalSlotCount: Int = 8, generalSlotCountUpCOnly: Int = 2, victimBufferLines: Int = 2, upCBufferDepth: Int = 8, coherentRegion: (UInt) ⇒ Bool, allocateOnMiss: ((CtrlOpcode)#C, UInt, UInt, UInt) ⇒ Bool = null) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CacheParam
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CacheParam(unp: NodeParameters, downPendingMax: Int, cacheWays: Int, cacheBytes: Int, blockSize: Int, cacheBanks: Int = 1, probeCount: Int = 8, aBufferCount: Int = 4, ctrlLoopbackDepth: Int = 4, generalSlotCount: Int = 8, generalSlotCountUpCOnly: Int = 2, victimBufferLines: Int = 2, upCBufferDepth: Int = 8, coherentRegion: (UInt) ⇒ Bool, allocateOnMiss: ((CtrlOpcode)#C, UInt, UInt, UInt) ⇒ Bool = null)

    Permalink

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 aBufferCount: Int

    Permalink
  5. def addressCheckRange: Inclusive

    Permalink
  6. def addressCheckWidth: Int

    Permalink
  7. def addressWidth: Int

    Permalink
  8. var allocateOnMiss: ((CtrlOpcode)#C, UInt, UInt, UInt) ⇒ Bool

    Permalink
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. def blockRange: Inclusive

    Permalink
  11. var blockSize: Int

    Permalink
  12. def cacheAddressWidth: Int

    Permalink
  13. var cacheBanks: Int

    Permalink
  14. var cacheBytes: Int

    Permalink
  15. def cacheLines: Int

    Permalink
  16. def cacheSets: Int

    Permalink
  17. var cacheWays: Int

    Permalink
  18. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  19. var coherentRegion: (UInt) ⇒ Bool

    Permalink
  20. var ctrlLoopbackDepth: Int

    Permalink
  21. def dataBytes: Int

    Permalink
  22. def dataWidth: Int

    Permalink
  23. var downPendingMax: Int

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

    Permalink
    Definition Classes
    AnyRef
  25. var generalSlotCount: Int

    Permalink
  26. var generalSlotCountUpCOnly: Int

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

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

    Permalink
    Definition Classes
    Any
  29. def lineRange: Inclusive

    Permalink
  30. def lineSize: Int

    Permalink
  31. def lockSets: Int

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  35. var probeCount: Int

    Permalink
  36. def refillRange: Inclusive

    Permalink
  37. def setsRange: Inclusive

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

    Permalink
    Definition Classes
    AnyRef
  39. def tagRange: Inclusive

    Permalink
  40. var unp: NodeParameters

    Permalink
  41. var upCBufferDepth: Int

    Permalink
  42. var victimBufferLines: Int

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. def wordRange: Inclusive

    Permalink
  47. def wordsPerLine: Int

    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 Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped