contents.gifindex.gif

Trace Keyword

Syntax

TRACE (inputs -> outputs) ;

Use

The TRACE statement is used to control the display features of the PLASim simulation module. TRACE statements can be placed before a test vector section, or imbedded within a sequence of test vectors.

Example

TRACE ( [A,B] -> [C ] );
TEST_VECTORS ( [A,B] -> [C,D] )
0 -> 3 ;
1 -> 2 ;
TRACE ( [A,B] -> [ D] );
2 -> 1 ;
3 -> 0 ;


See Also

Test_vectors