Writing /share/Web/wiki/data/cache/d/dcb6bc38fb5bdec1796a150344f83251.metadata failed
edastudy:tessent:dft_signals
差别
这里会显示出您选择的修订版和当前版本之间的差别。
| 两侧同时换到之前的修订记录前一修订版后一修订版 | 前一修订版 | ||
| edastudy:tessent:dft_signals [2024/02/19 09:04] – [3. connection] zhangguo | edastudy:tessent:dft_signals [2024/10/07 09:03] (当前版本) – [3. connection cmd] user01 | ||
|---|---|---|---|
| 行 116: | 行 116: | ||
| - | ===== - connection cmd ===== | + | ===== - add_dft_control_points |
| <code tcl> | <code tcl> | ||
| 行 127: | 行 127: | ||
| add_dft_control_points pllmux/s -dft_signal_source_name pll_bypass | add_dft_control_points pllmux/s -dft_signal_source_name pll_bypass | ||
| + | {{: | ||
| + | |||
| + | {{: | ||
| + | |||
| + | {{: | ||
| + | |||
| + | {{: | ||
| + | |||
| + | {{: | ||
| + | |||
| + | {{: | ||
| + | |||
| + | |||
| + | ===== - test point insertion ===== | ||
| + | |||
| + | <code tcl> | ||
| + | Context: dft -test_points | ||
| + | |||
| + | Mode: setup, analysis | ||
| + | |||
| + | Specifies user-defined control points during test point insertion. | ||
| + | |||
| + | Usage | ||
| + | add_control_points -location pin/ | ||
| + | [-enable enable_pin/ | ||
| + | |||
| + | </ | ||
| + | |||
| + | |||
| + | <code tcl> | ||
| + | Context: dft -test_points | ||
| + | |||
| + | Mode: setup, analysis | ||
| + | |||
| + | Specifies user-defined observe points during test point insertion. | ||
| + | |||
| + | Usage | ||
| + | add_observe_points -location pin/ | ||
| + | [-clock pin/ | ||
| + | [-enable pin/ | ||
| + | </ | ||
| + | |||
| + | |||
| + | |||
| + | ===== - add_dft_clock_mux ===== | ||
| + | 在pre-DC阶段之前添加CLOCK MUX,为了是时钟可控,测试时钟可选等等。 | ||
| + | |||
| + | <code tcl> | ||
| + | add_dft_clock_mux pin_port_net_spec -test_clock_source | ||
| + | [‑dft_signal_source_name | ||
| + | [-auto_uniquify] | ||
| + | </ | ||
| + | |||
| + | <code tcl> | ||
| + | add_clocks clka -period 6.7ns | ||
| + | > add_clocks vco_buf/Y ‑branch | ||
| + | > add_clocks clkb_buf/y ‑branch | ||
| + | > register_static_dft_signal_names alt_ref pll_bypass | ||
| + | > add_dft_clock_mux clkb -test_clock_source mem1/clk \ | ||
| + | -dft_signal_source_name all_test | ||
| + | > add_dft_clock_mux pll1/vco -test_clock_source pll1/ref \ | ||
| + | -dft_signal_source_name pll_bypass | ||
| + | > add_dft_clock_mux pll1/ref -test_clock_source clkb \ | ||
| + | -dft_signal_source_name alt_ref | ||
| + | > report_dft_clock_mux | ||
| + | // Dft clock muxes// =============== | ||
| + | // ---------- | ||
| + | // Node Test clock source | ||
| + | // ---------- | ||
| + | // ' | ||
| + | // ' | ||
| + | // ' | ||
| + | </ | ||
| + | |||
| + | {{: | ||
edastudy/tessent/dft_signals.1708304650.txt.gz · 最后更改: 2024/02/19 09:04 由 zhangguo