Test 52-10. retransmitonnak – Teledyne LeCroy Protocol PCI Express Script Automation Test Tool User Manual

Page 22

Advertising
background image

Teledyne LeCroy

PCI Express Script Automation Test Tool User Manual

18

3.1.1.2 Test 52-10. RetransmitOnNak


ASSERTIONS COVERED:
DLL.5.2#1
The intent of this test is to ensure that a DUT retransmits a transaction for which a NAK has been issued.

Trainer Stimulus: link_52-10_RetransmitOnNak.peg

Recording Options: link_layer_common.rec

Verification Scripts: link_52-10_RetransmitOnNak.pevs

Test Algorithm:

1. Write 0x0000000F to Device Control Register, to enable Error Reporting for all error types.
2. Write 0xFFFFFFFF to Advanced Uncorrectable Error Status Register, to clear all prior error bits.
3. Write 0xFFFFFFFF to Advanced Correctable Error Status Register, to clear all prior error bits.
4. Main test stage. Do the following:

a. Send configuration read request TLP.
b. Wait for completion.
c. Send a Nak DLLP.
d. Wait for retransmitted completion.
e. Ack the retransmitted completion.

5. Read Device Status Register. No error bits should be set.
6. Read Advanced Uncorrectable Error Status Register. No error bits should be set.
7. Read Advanced Correctable Error Status Register. No error bits should be set.
8. Write 0 to Device Control Register, to disable Error Reporting for all error types.


Pass/Fail Criteria:

Test should successfully progress though all test stages.
All test stages should be executed without protocol violations.

Verify that:
a) The CONFIG_RD_COMPLETION TLP for which a NAK is received is retransmitted by the DUT.
b) The DUT did not set any error bit in its Device Status register and did not generate any error messages.
c) The DUT did not set any error bit in the Advanced Error Reporting registers (if implemented).

If the DUT meets all these criteria, the DUT passes the test.

Advertising