Unfitted Devices
The UNFITTED section of the board file is a list of devices which are not fitted to this version of a board.
This section is particularly used when examining the test coverage, to more accurately reflect how well the board is tested. Whilst running XJEase tests, however, these devices are treated the same as devices in the IGNORE list.
Syntax
UNFITTED LIST references { NOTE := "note" }; ... END;
The references item is a comma separated list of one or more devices that share the same note. The list can contain single device references as well as ranges of devices, as in the example below.
The optional NOTE parameter holds any user defined notes about the devices.
Example
UNFITTED LIST IC12, R21, C73; R100..R105 NOTE := "Unfitted in this variant"; END;
See Also
XJTAG v4.1.100