case class CacheParam(unp: NodeParameters, downPendingMax: Int, cacheWays: Int, cacheBytes: Int, blockSize: Int, cnp: NodeParameters = null, 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
Ordering
- Alphabetic
- By Inheritance
Inherited
- CacheParam
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new CacheParam(unp: NodeParameters, downPendingMax: Int, cacheWays: Int, cacheBytes: Int, blockSize: Int, cnp: NodeParameters = null, 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)
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, Bits) ⇒ 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( ... ) @native() @IntrinsicCandidate()
- var cnp: NodeParameters
- 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[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
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
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- var probeCount: Int
- var readProcessAt: Int
- def refillRange: Inclusive
- var selfFlush: SelfFLush
- 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( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def withCtrl: Boolean
- def withFlush: Boolean
- def withSelfFlush: Boolean
- 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