Alpana Kumari | 0601b2e | 2020-04-07 05:36:14 -0500 | [diff] [blame] | 1 | description: > |
| 2 | Implement to represent the CP00 record in IPZ VPD |
| 3 | properties: |
| 4 | - name: RT |
| 5 | type: array[byte] |
| 6 | description: > |
| 7 | RT keyword. Contains the record name. |
| 8 | - name: VD |
| 9 | type: array[byte] |
| 10 | description: > |
| 11 | VD keyword. Record version ID. |
| 12 | - name: PG |
| 13 | type: array[byte] |
| 14 | description: > |
| 15 | PG keyword.Partial Good Vector. |
| 16 | - name: MK |
| 17 | type: array[byte] |
| 18 | description: > |
| 19 | MK keyword.Mesh Clock Skew. |
| 20 | - name: PD_G |
| 21 | type: array[byte] |
| 22 | description: > |
| 23 | The "#G" keyword.GPTR Ring Image. |
| 24 | - name: PD_R |
| 25 | type: array[byte] |
| 26 | description: > |
| 27 | The "#R" keyword.Array repair Data. |
| 28 | - name: SB |
| 29 | type: array[byte] |
| 30 | description: > |
| 31 | SB keyword.SBE code version. |
| 32 | - name: PZ |
| 33 | type: array[byte] |
| 34 | description: > |
Patrick Williams | a134741 | 2022-12-06 10:56:22 -0600 | [diff] [blame] | 35 | PZ keyword.On Chip Precision Voltage Reference, PVREF. |
Alpana Kumari | 0601b2e | 2020-04-07 05:36:14 -0500 | [diff] [blame] | 36 | - name: AW |
| 37 | type: array[byte] |
| 38 | description: > |
| 39 | AW keyword.Array Write-assist. |
| 40 | - name: PD_P |
| 41 | type: array[byte] |
| 42 | description: > |
| 43 | The "#P" keyword.PLL Overrides. |
| 44 | - name: D4 |
| 45 | type: array[byte] |
| 46 | description: > |
| 47 | D4 keyword. |
| 48 | - name: D5 |
| 49 | type: array[byte] |
| 50 | description: > |
| 51 | D5 keyword. |