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
Ordering
- Alphabetic
- By Inheritance
Inherited
- CacheParam
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- var aBufferCount: Int
- def addressCheckRange: Inclusive
- def addressCheckWidth: Int
- def addressWidth: Int
- var allocateOnMiss: ((CtrlOpcode)#C, UInt, UInt, UInt) => Bool
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def blockRange: Inclusive
- var blockSize: Int
- def cacheAddressWidth: Int
- var cacheBanks: Int
- var cacheBytes: Int
- def cacheLines: Int
- def cacheSets: Int
- var cacheWays: Int
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- var coherentRegion: (UInt) => Bool
- var ctrlLoopbackDepth: Int
- def dataBytes: Int
- def dataWidth: Int
- var downPendingMax: Int
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- var generalSlotCount: Int
- var generalSlotCountUpCOnly: Int
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lineRange: Inclusive
- def lineSize: Int
- def lockSets: Int
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- var probeCount: Int
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def refillRange: Inclusive
- def setsRange: Inclusive
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tagRange: Inclusive
- var unp: NodeParameters
- var upCBufferDepth: Int
- var victimBufferLines: Int
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def wordRange: Inclusive
- def wordsPerLine: Int
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)