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, cnp: NodeParameters = null, withDualPortRam: Boolean = true, cacheBanks: Int = 1, probeCount: Int = 8, aBufferCount: Int = 4, ctrlLoopbackDepth: Int = 4, generalSlotCount: Int = 8, generalSlotCountUpCOnly: Int = 2, victimBufferLines: Int = 2, upCBufferDepth: Int = 8, readProcessAt: Int = 2, coherentRegion: (UInt) ⇒ Bool, selfFlush: SelfFLush = null, allocateOnMiss: ((CtrlOpcode)#C, UInt, UInt, UInt, Bits) ⇒ 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, cnp: NodeParameters = null, withDualPortRam: Boolean = true, cacheBanks: Int = 1, probeCount: Int = 8, aBufferCount: Int = 4, ctrlLoopbackDepth: Int = 4, generalSlotCount: Int = 8, generalSlotCountUpCOnly: Int = 2, victimBufferLines: Int = 2, upCBufferDepth: Int = 8, readProcessAt: Int = 2, coherentRegion: (UInt) ⇒ Bool, selfFlush: SelfFLush = null, allocateOnMiss: ((CtrlOpcode)#C, UInt, UInt, UInt, Bits) ⇒ 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, Bits) ⇒ 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 cnp: NodeParameters

    Permalink
  20. var coherentRegion: (UInt) ⇒ Bool

    Permalink
  21. var ctrlLoopbackDepth: Int

    Permalink
  22. def dataBytes: Int

    Permalink
  23. def dataWidth: Int

    Permalink
  24. var downPendingMax: Int

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

    Permalink
    Definition Classes
    AnyRef
  26. var generalSlotCount: Int

    Permalink
  27. var generalSlotCountUpCOnly: Int

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

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

    Permalink
    Definition Classes
    Any
  30. def lineRange: Inclusive

    Permalink
  31. def lineSize: Int

    Permalink
  32. def lockSets: Int

    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. var probeCount: Int

    Permalink
  37. var readProcessAt: Int

    Permalink
  38. def refillRange: Inclusive

    Permalink
  39. var selfFlush: SelfFLush

    Permalink
  40. def setsRange: Inclusive

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

    Permalink
    Definition Classes
    AnyRef
  42. def tagRange: Inclusive

    Permalink
  43. var unp: NodeParameters

    Permalink
  44. var upCBufferDepth: Int

    Permalink
  45. var victimBufferLines: Int

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. def withCtrl: Boolean

    Permalink
  50. var withDualPortRam: Boolean

    Permalink
  51. def withFlush: Boolean

    Permalink
  52. def withSelfFlush: Boolean

    Permalink
  53. def wordRange: Inclusive

    Permalink
  54. 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