Import SPEA Leonardo Project Dialog
The Import SPEA Leonardo Project Dialog is used to create a new XJDeveloper project using information exported from an existing SPEA Leonardo project. It is opened by clicking Import>Import SPEA Leonardo Project... on the File menu.

The Board name is used for the board which will be created using information from the Leonardo project. By default, the Path to Leonardo project is populated with the path to the most recently opened Leonardo project. The path should be the directory containing the PROGRAM\XJTAG subdirectory, which contains the files needed by XJDeveloper to import the Leonardo project successfully:
- HwConf.txt: Contains details about the machine used in the Leonardo project. If using a Flying Probe machine, this file specifies whether it is a digital or analogue machine, and how many probes it has. If the machine is a Bed of Nails machine, this file specifies whether each of the channels is digital or analogue.
- PinList.txt: This will be used as the board netlist when the project is created.
- PartList.txt: Contains BOM information for the board. Any devices which are marked as 'Not Mounted' will automatically be categorised as Unfitted when the XJDeveloper project is created.
- PPS.txt: Contains details about the power and ground nets on the board which will be used to automatically categorise power and ground nets. Nets in the Zero Net field will be categorised as Ground; nets in the Supply Net field categorised as either Power if the value of the Pws VTT field is 'False', or as Termination Reference if the value of the Pws VTT field is 'True'. Power, Ground and Termination Reference nets automatically categorised through PPS.txt cannot be recategorised while the external hardware information is associated with the board.
- TPList.txt: Contains information about the testpoints available to the SPEA machine, including coordinates, voltage domains information, and accessibility information. The voltage domain for each test point is specified in the Net Class or Digital Class field of TPList.txt and will be used to determine high, low and threshold voltages for the test point.
Importing a Leonardo project creates a new XJDeveloper project containing a single board which has ICT machine information imported from the Leonardo project. The created board uses the Netlist (PinList.txt) and BOM (PartList.txt) exported from the Leonardo project.
XJTAG v4.1.100