Untitled object in Occamy System Schema Schema
http://pulp-platform.org/snitch/occamy.schema.json#/properties/s1_quadrant/properties/ro_cache_cfg
Constant cache configuration.
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | occamy.schema.json* |
ro_cache_cfg Type
object
(Details)
undefined Properties
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
max_trans | integer |
Optional | cannot be null | Occamy System Schema |
width | integer |
Optional | cannot be null | Occamy System Schema |
count | integer |
Optional | cannot be null | Occamy System Schema |
sets | integer |
Optional | cannot be null | Occamy System Schema |
address_regions | integer |
Optional | cannot be null | Occamy System Schema |
max_trans
Maximum Outstanding Transaction
max_trans
-
is optional
-
Type:
integer
-
cannot be null
-
defined in: Occamy System Schema
max_trans Type
integer
max_trans Default Value
The default value is:
4
width
Cache Line Width
width
-
is optional
-
Type:
integer
-
cannot be null
-
defined in: Occamy System Schema
width Type
integer
count
The number of cache lines per set. Power of two; >= 2.
count
-
is optional
-
Type:
integer
-
cannot be null
-
defined in: Occamy System Schema
count Type
integer
sets
The set associativity of the cache. Power of two; >= 1.
sets
-
is optional
-
Type:
integer
-
cannot be null
-
defined in: Occamy System Schema
sets Type
integer
address_regions
Number of programmable address regions.
address_regions
-
is optional
-
Type:
integer
-
cannot be null
-
defined in: Occamy System Schema
address_regions Type
integer
address_regions Default Value
The default value is:
1