Function | Generation of the test sequence |
Modification | 1 |
Version | 1.0 |
ID | 0x1A |
Number | Name | Description | |
Constant |
|||
0 | BLOCK_ID | 0xX01A | The ID of the control block |
1 | BLOCK_VER | 0x0100 | Version of the control block |
2 | |||
3 | |||
4 | |||
5 | |||
6 | |||
7 | |||
Operations register | |||
8 | TEST_GEN_CTRL | Control of the TEST_GEN | |
9 | TEST_GEN_SIZE | Size of the data block | |
0x0A | TEST_GEN_CNT1 | Counter of enable TEST_GEN | |
0x0B | TEST_GEN_CNT2 | Counter of pause TEST_GEN | |
0x0C | |||
0x0D | |||
0x0E | |||
0x0F | |||
Direct registers |
|||
0x10 | |||
0x11 | TEST_GEN_BL_WR | The number of transmitted data block | |
0x12 | |||
0x13 | |||
0x14 | |||
0x15 | |||
0x16 | |||
0x17 | |||
0x18 | |||
0x19 | |||
0x1A | |||
0x1B | |||
0x1C | |||
0x1D | |||
0x1E | |||
0x1F |
Block TEST_GEB is designed to generation the test sequence.
The algorithm works:
The test sequence is a set of data blocks.
The block size is specified multiple of the size of 4 kilobytes
(512 words by 64 bits)
The first 64-bit word in the block contains the signature and serial number:
Contents of the block depends on its number in the sequence.
The contents of the data block:
Bit | Name | Description |
11..0 | ID | The ID of the control block |
15..12 | MOD | Number of modification |
Bit | Name | Description |
7..0 | V0 | Field V0 |
15..8 | V1 | Field V1 |
Version: V1.V0
Бит | Название | Описание |
0 | RESET | 1 - reset |
3..1 | - | |
4 | - | |
5 | START | 1 - enable |
6 | CNT_MODE | 1 - enable counter: TEST_GEN_CNT1, TEST_GEN_CNT2 |
7 | FIX_MODE | 1 - fixed data block type |
11..8 | BLOCK_MODE | Number of type data block at FIX_MODE=1 |
14..12 | - | |
15 | RDY | 1 - forcing ready FIFO |
Бит | Название | Описание |
15..0 | SIZE | Size of data block |
Бит | Название | Описание |
15..0 | CNT | Number of cycles of the enable data |
Бит | Название | Описание |
15..0 | CNT | Number of cycles of the pause |
Бит | Название | Описание |
15..0 | CNT | The number of transmitted data block |
1.0 | 10.11.2011 | Basic version |