- 37 -
輸入零件名稱
- 38 -
測試不良如何調整
1. 將s,i bus 互換,若有使用a,b bus則也要一起互換。 2. 調整上限及下限。
3. 嚐試拿掉所有或部份的guarding。 4. 加ed 或wait time。 範例:
resistor 100k 12,9.5,re5 am120m,ed wa15m
Note:使用ed會使測試時間增長至17.5ms。
5. 如果如何調整都不行,那麼可以在testplan中先將該零件測試程式項目前加“!”,暫時忽略。 例如:testplan中 test”analog/c1” test”analog/c2” .
!test”analog/r1” ?如果r1 測試前有“!” ,執行testplan時,r1就不會被測試
test”analog/r2” test”analog/r3”
- 39 -
第四節如何debug testjet
1. 在testplan的視窗,執行load board |debug board 開啟Push Button Debug 視窗。
2. 按下faon。
3. 在Push Button Debug 視窗,點選Debug?Debug Test??
4. 輸入檔名:testjet
?
- 40 -
5. 進入testjet測試程式:
紅色框的是default threshold,這個threshold 適用於testjet 檔案中每一 個零件,如果只想針對某些pin修改threshold,只要將欲修改的上下限加在該 pin的後面即可。
例如:
default threshold low 20 high 10000 default throughput adjustment 1 device “u1”
test pins 1 ;threshold low 90 high 433 test pins 2 ;threshold low 85 high 450 test pins 3 ;threshold low 80 high 412 . .
end device
- 41 -
6. debug 完成後,要re-save (FILE?Save) ,compile (Debug?Compile Test)不論任何變
動或調整,請務必記得一定要re-save 及compile,否則,還是會執行到舊的執行檔。