# STIL_Interpreter **Repository Path**: ynxing/STIL_Interpreter ## Basic Information - **Project Name**: STIL_Interpreter - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-25 - **Last Updated**: 2024-01-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # STIL_Interpreter Tool for parsing an integrated circuit test file from STIL to the particular file format of a Teradyne tester. It includes the parsing, interpretation of the STIL input and the output files generation of the Teradyne particular format. ----------------------------------------------- To build: mkdir build && cd build cmake ../ make ----------------------------------------------- To install: cd build make install If you don't want to install it in the default path: mkdir build && cd build cmake -DCMAKE_INSTALL_PREFIX=YOUR_PATH make install ----------------------------------------------- To run tests: cd build ctest [-R stil_file_name_in_test/input_files] ----------------------------------------------- To run: stil_converter input_file.stil [-v] [-c config_file.config] [-p pattern_exec_name]