edastudy:tessent:dft_signals
差别
这里会显示出您选择的修订版和当前版本之间的差别。
两侧同时换到之前的修订记录前一修订版后一修订版 | 前一修订版 | ||
edastudy:tessent:dft_signals [2023/11/21 09:48] – [1.4 Table 4] zhangguo | edastudy:tessent:dft_signals [2024/10/07 09:03] (当前版本) – [3. connection cmd] user01 | ||
---|---|---|---|
行 88: | 行 88: | ||
=== - async_set_reset_dynamic_disable === | === - async_set_reset_dynamic_disable === | ||
- | {{: | + | {{: |
=== - edt_clock === | === - edt_clock === | ||
行 116: | 行 116: | ||
+ | ===== - add_dft_control_points ===== | ||
+ | |||
+ | <code tcl> | ||
+ | add_dft_control_points pin_port_net_spec [-type type] [-inverse_dft_signal_source] | ||
+ | [-dft_signal_source_name dft_signal_source_name | ||
+ | [‑parent_instance_of_dynamic_dft_signal parent_instance]] | ||
+ | [-ignore_existing_sources] [‑auto_uniquify] [-allow_editing_below_ijtag_instances] | ||
+ | </ | ||
+ | |||
+ | 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.1700531334.txt.gz · 最后更改: 2023/11/21 09:48 由 zhangguo