TEST_DETAILS

The TEST_DETAILS function can be used exactly the same way as PRINT, the only difference being it will output to the test details section at the end of the test instead of being printed immediately as part of the normal test output.

TEST_DETAILS was added in XJTAG v3.1.0.

Syntax

TEST_DETAILS( [ INT expression | STRING expression ] , ... )

Parameters

expression
An expression of type INT or STRING that is to be displayed.

Along with outputting standard text to the test summary using this function, there are further functions to output in a specific format, or output links to devices, nets and pins.