Transformation from Test Language ATLAS to C++

Degui Guo,Lei Liu,Wen-Jin Li
DOI: https://doi.org/10.1109/CIT.2005.194
2005-01-01
Abstract:ATLAS is designed to describe tests in terms that are independent of any specific test system, and has been constrained to ensure that it can be implemented on ATE (Automatic Test Equipment). An ATLAS transformation system was designed and implemented. In this paper, we first discuss a transformation technique from standard test language ATLAS to C++ and then present the key methods of this technique. In this system, class is introduced to construct an abstract syntax tree as the intermediate representation of ATLAS. Basing on the test characteristics of ATLAS, we give a search algorithm for device allocation, make use of DFA to describe the state transition rules of the device, and implement the parallelism and timing of the ATLAS bus statement employing the thread and event mechanism provided in Windows API. Furthermore, three languages, Device Description Language, Switch Description Language and ITA Description Language, are well designed for the device, switch and ITA respectively in the ATE system.
What problem does this paper attempt to address?