| 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: > | 
|  | 35 | PZ keyword.On Chip Precision Voltage Reference, | 
|  | 36 | PVREF. | 
|  | 37 | - name: AW | 
|  | 38 | type: array[byte] | 
|  | 39 | description: > | 
|  | 40 | AW keyword.Array Write-assist. | 
|  | 41 | - name: PD_P | 
|  | 42 | type: array[byte] | 
|  | 43 | description: > | 
|  | 44 | The "#P" keyword.PLL Overrides. | 
|  | 45 | - name: D4 | 
|  | 46 | type: array[byte] | 
|  | 47 | description: > | 
|  | 48 | D4 keyword. | 
|  | 49 | - name: D5 | 
|  | 50 | type: array[byte] | 
|  | 51 | description: > | 
|  | 52 | D5 keyword. | 
|  | 53 |  |