Semi-ATE
Semiconductor Automated Test Equipment
Semi-ATE is a tester- and instruments AGNOSTIC framework for Semiconductor ATE ASIC testing projects.
This means that the system is not build around a specific instrument (let's consider an ATE tester for a moment as a super instrument😋), it rather focuses on organizing semiconductor testing in such a way that all use- (and special) corner cases have their well known place. This enables the users (read: DE's, TCE's, TE's & PE's) to focus on the REAL work, being the writing of good, fast and stable tests. Organizing tests into test-programs and test-programs in to flows is handled by wizards, so the only code that needs writing is the actual test! (motto: Code is our enemy)
The Semi-ATE package is writen purely in Python (noarch) and provides besides libraries also a plugin to the Spyder IDE.
Still interested? Visit the wiki.
Installation
maxiconda
Semi-ATE, Semi-ATE-STDF, Semi-ATE-STIL, Semi-ATE-DT and QScreenCast are all bundeled with spyder >= 5 in the _spyder_ environment when one installs conda using the maxiconda installers.
miniconda / miniforge
anaconda
Setup Semi-ATE
Setup on Windows
Assuming that the current directory is Semi-ATE root.
open a Windows command prompt(CMD) and run the following command:
Powershell -ep Unrestricted -file setup.ps1
Before starting the applications
Once, each step of the setup.ps1 is succeeded the following steps must be checked:
-
testprogram name must be adapted in ATE/Tester/TES/apps/le123456000.xml, therefore replace the 'PROGRAM_DIR#' in 'STATION' section with the following:
<missing_part>/smoketest/smoke_test/src/HW0/PR/smoke_test_HW0_PR_Die1_Production_PR_1.pyyou will find the smoketest directory in the root level of Semi-ATE directory
<missing_part> must be replaced with the missing path piece to fit the absolut path of the test program
-
lot number must be adapted in ATE/Tester/TES/apps/le123456000.xml. Therefore, 'LOTNUMBER' field muss be fit. Assuming the xml file name is 'le123456000.xml', LOTNUMNBER field should look as follow:
<LOTNUMBER>123456.000</LOTNUMBER>
-
After configuring xml-file there still one thing to do. open the master configuration file (ATE/Tester/TES/apps/master_configuration_file.json) and replace the 'filesystemdatasource.jobpattern' key-value with the xml file name.
Based on the example above, this should look something like this: 'filesystemdatasource.jobpattern': 'le123456000.xml'
NOTE
As soon the xml-file name is changed, make sure to update the lot number as discribed in 2) and 3) !
-
in case you generate your own test-program you need to make sure that the bin mapping inside the XML-file mappe those sbins the test-program uses.
-
make sure you got an mqtt-broker runs in your local machine. mosquitto can be used for this purpos.
For further informations please contact your IT.
Running Spyder-IDE
before you can use spyder you should have already cloned the repository from git (could be done using the 'setup.ps1' script)
If already done, than switch to spyder directory and run the following command:
python bootstrap.py
Release files for Semi-ATE 0.1.22
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| Semi-ATE-0.1.22.tar.gz | 70.0 MB | Details |
Release files / Semi-ATE-0.1.22.tar.gz
| Download URL | Semi-ATE-0.1.22.tar.gz |
|---|---|
| Size | 70.0 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
039b6bd66c97c9c5d3455e693573c2269c38a352a623b1edaec06ea84c6e7e5d
|
|
BLAKE2b-256 checksum How to use checksums |
95579d855018bb461a0d50c79b31efc7ebda18449e1d410c0563cc80eb474722
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
|