case class HubParameters(unp: NodeParameters, downPendingMax: Int, sets: Int, wayCount: Int, blockSize: Int, probeCount: Int = 8, aBufferCount: Int = 4, probeRegion: (UInt) ⇒ Bool) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HubParameters
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new HubParameters(unp: NodeParameters, downPendingMax: Int, sets: Int, wayCount: Int, blockSize: Int, probeCount: Int = 8, aBufferCount: Int = 4, probeRegion: (UInt) ⇒ Bool)
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 addressWidth: Int
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def blockRange: Inclusive
- var blockSize: Int
- def cacheSize: Int
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
- def dataBytes: Int
- def dataWidth: Int
- var downPendingMax: Int
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def linePerWay: Int
- def lineRange: Inclusive
- def lineSize: 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 probeRegion: (UInt) ⇒ Bool
- def refillRange: Inclusive
- var sets: Int
- def setsRange: Inclusive
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def tagRange: Inclusive
- var unp: NodeParameters
-
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( ... )
- var wayCount: Int
- def waySize: Int
- def wordRange: Inclusive
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated