Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

Chain test: For any design to do chain test flow is same. Here we did for adaptive_scan.

tcl file in lab5


Basic chain test
1..Command: set_atpg –chain_test 0011R
run_atpg
report_pattern{0 4} > chain_test.rpt

Here, report gives values of scan at load,force pi,measure po, unload values of all scan cells
according to scan chains.

PATTERN NO.:2 000111R


set_atpg –chain_test 000111R
run_atpg
report_patterns{0 4} > chain_test000111.rpt
PATTERN NO:3 00001111R

2..CHAIN TEST USING LOAD MODE :


TEST-T>set_atpg –quiet_chain_test
set_atpg –load_mode –all
set_atpg –load_value 0
run_atpg

3.Using -only _chain_test: By default, it will give some pattern to generate chain test we need not
to give any pattern here.
Commands: set_atpg -only_chain_test
report_patterns{0 2} > chain.rpt

You might also like