Hive's instruction cache configuration. Schema
http://pulp-platform.org/snitch/snitch_cluster.schema.json#/properties/hives/items/properties/icache
Detailed configuration of the current Hive's instruction cache.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | snitch_cluster.schema.json* |
icache Type
object
(Hive's instruction cache configuration.)
icache Default Value
The default value is:
{
"size": 8,
"sets": 2,
"cacheline": 128
}
Hive's instruction cache configuration. Properties
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
size | number |
Optional | cannot be null | Snitch Cluster Schema |
sets | number |
Optional | cannot be null | Snitch Cluster Schema |
cacheline | number |
Optional | cannot be null | Snitch Cluster Schema |
size
Total instruction cache size in KiByte.
size
-
is optional
-
Type:
number
-
cannot be null
-
defined in: Snitch Cluster Schema
size Type
number
sets
Number of ways.
sets
-
is optional
-
Type:
number
-
cannot be null
-
defined in: Snitch Cluster Schema
sets Type
number
cacheline
Cacheline/Word size in bits.
cacheline
-
is optional
-
Type:
number
-
cannot be null
-
defined in: Snitch Cluster Schema
cacheline Type
number