Supports the following system platforms:
Sun Solaris (2.6 and higher)
Linux (kernel 2.4 and higher)
Windows NT (soon)
STILink toolset contains a suite of software solutions, providing a duplex flow from design outputs to the test environment. The STIL-Link toolset creates an advanced environment that makes it easy to read, write and access what is in fact a fairly complex and sophisticated language, STIL (Standard Test Interface Language).
The tool kit allows users to define their own processing methods, and keep the STIL data in organized libraries. This opens up many possibilities for users to analyze or manipulate the database.
STIL processor - provides the ability to access and process STIL database.
Input: STIL ; Output: STIL
Common uses:
Optimize particular test that is in STIL syntax, to fit to a specific target tester
Changing from one tester platform to another, using the STIL database to optimize existing test program to fit for use in another tester platform
Collect specific information from STIL database
ATEgen - generates a test program from STIL source data in a specific target tester's syntax. Provide detailed log-error when STIL data does not fit the target tester.
Input: STIL
Output Test program for a specific tester
Common use: convert STIL syntax into tester compatible test program
ATEin - provides the link back from ATE to STIL. It converts an existing test program to STIL syntax. The converted database represents the tester's operation.
Input: Test program for a specific tester
Output: STIL
Common uses:
When changing from one target tester to another (switch between testers)
Closed loop verification by simulating the DUT model with the existing test program
Incremental Integration of test patterns with an existing test program