Skip to content

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

size Type

number

sets

Number of ways.

sets

sets Type

number

cacheline

Cacheline/Word size in bits.

cacheline

cacheline Type

number