Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

Tessent 入门 知识库 培训 下载包 文档 视频

Tessent
dft signal: How to register, 保存该页面

create, and use your own


hierarchical core level dft
signal, and set the value as
needed.
更新于 2022年9月27日

Tessent Shell Flow https://suppo Copy

知识库文章 ID#
MG620576
摘要
内容

dft signal: How to register, create, and use your own hierarchical core
摘要
level dft signal, and set the value as needed, at the core and top levels.
详细信息

详细信息 关联组件

Register, Create, and Use: Tessent SSN


User specified dft signals are registered and created in context dft. This Tessent Shell
Environment
can be done for example, during edt and occ insertion.
Tessent IJTAG
At the hierarchical core level, first register the dft signal names using Tessent Scan
register_static_dft_signal_names, and specify their default values:
Tessent FastScan
register_static_dft_signal_names tc_dft_signal_0 -usage
global_dft_control -default_value_in_all_test 0
register_static_dft_signal_names tc_dft_signal_1 -usage 该文章是否有用?
global_dft_control -default_value_in_all_test 1
是 否

The default usage is global_dft_control: used to control global


resources like clocking and power. Please let us know

These dft signals are set to the default values specified above, in all test your feedback about
this document
modes.

剩余 1500 字 提交
Next add these dft signals. In this example, we specify that they be
created with a TDR (Test Data Register):
add_dft_signals tc_dft_signal_0 -create_with_tdr
add_dft_signals tc_dft_signal_1 -create_with_tdr
Finally, use these dft signals.
​In this example, the newly created DFT signals tc_dft_signal_0 and
tc_dft_signal_1, are used to source the design nodes below during all
tests.
add_dft_control_points tc0/if_mag -dft_signal_source_name
tc_dft_signal_0
add_dft_control_points tc1/if_mag -dft_signal_source_name
tc_dft_signal_1

Set the values at the core level (if the default value needs to be
changed):
The dft signal values can be changed during ATPG in setup mode
using set_static_dft_signal_values.
set_static_dft_signal_values tc_dft_signal_0 1
set_static_dft_signal_values tc_dft_signal_1 0

SETUP> report_static_dft_signal_settings
..
// ------------------------------ ------------------- --------- ----------
// DFT Signal Name Usage Set value Set source
// ------------------------------ ------------------- --------- ----------
// all_test global_dft_control 1 Inferred
// tc_dft_signal_0 global_dft_control 1 Explicit
// tc_dft_signal_1 global_dft_control 0 Explicit
...

Set the values at the top level (if the default value needs to be
changed):
These hierarchical core dft signals can also be set during top level ATPG
in setup mode.

Note that at the top level, report_static_dft_signals will only report the
top-level dft signals.
Use report_static_dft_signal_settings -instances on the hierarchical
core instance to report the core level DFT signals, as in the example
below.

SETUP> report_static_dft_signal_settings -instances GPS_1


// ICL Instance : GPS_1
// Design Instance : GPS_1

// ------------------------------ ------------------- --------- ----------


// DFT Signal Name Usage Set value Set source
// ------------------------------ ------------------- --------- ----------
// all_test global_dft_control 1 Inferred
// tc_dft_signal_0 global_dft_control 0 Explicit
// tc_dft_signal_1 global_dft_control 1 Explicit
...

These can then be set at the top level by referencing the hierarchical
core instance:
set_static_dft_signal_values -instances GPS_1 tc_dft_signal_1 0
set_static_dft_signal_values -instances GPS_1 tc_dft_signal_0 1

使用该网站时需 需要在线订购方
要帮助? 面的帮助?
请访问“支持中心帮 请访问“在线订购帮
助”,了解流程/政 助”,了解流程/政
策信息和此站点上 策信息和此站点上
的内容.. 查看帮助 的内容.. 查看帮助

You might also like