Special Values

The Test Vector format supports two special values for more flexible testing:

Here is an example using special values:

# Test with don't care and floating values
Input   Enable Output  <set> <seq>
1       1      <DC>    0     0
<float> 0      <float> 0     0

In the first test, the output is marked as don't care, so any output value will pass. In the second test, the input is floating and the output is expected to be floating as well.

Previous: Test Vector File Format | Next: Sequential Testing.