Creating A TDR Inside The IJTAG Network by Reading in The DftSpecification For The TDR Using The Read - Config - Data Command

You might also like

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

Tessent

Creating a TDR inside the IJTAG 保存该页面

Network by reading in the


DftSpecification for the TDR using
the read_config_data command.
更新于 2022年8月06日

Tessent Shell Flow


https://support.s Copy

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

摘要

详细信息

相关文章

关联组件
This Support Kit shows how to create a TDR by reading in the DftSpecification
for the TDR using the read_config_data command. This is part of a parent Tessent Shell
Environment
Support Kit MG619991: Three different methodologies to create a TDR (Test
Tessent IJTAG
Data Register) inside the IJTAG Network using the DftSpecification.
Tessent Scan

Tessent FastScan

By the end of this Support Kit you should be able to:


该文章是否有用?
Create a TDR to control or monitor the PLL instrument
是 否
signals using DftSpecification editing command read_config_value

Set up the PLL by programming the TDR through a PDL and an iCall in a
Please let us know your
pattern set
feedback about this
document

剩余 1500 字 提交
详细信息

Consider a PLL instrument in a design, for which a Test data register (TDR)
needs to be added to:

Program the PLL using the CTRL[7:0] inputs

Reset the PLL using the RESET input

Check the PLL lock on the LOCK output


This TDR is to be accessed through an SRI (Scan Resource Instrument) SIB,
since the contents are not to be disturbed during scan test.

Note that if a PLL instrument ICL and PDL are read in, as in this test case, set
the attribute tessent_use_in_dft_specification on these PLL DataInPorts and
PLL DataOutPorts to false in the ICL.
For example: DataInPort RESET {Attribute tessent_use_in_dft_specification =
"false";}
This prevents a TDR for these ports from being automatically inferred to the
DftSpecification.

An SRI SIB is added with the create_dft_specification command:


set spec [create_dft_specification -sri_sib_list {sri_tdr_pll} ]

Next, read in the TDR dftspec into the PLL SRI SIB from a string
read_config_data -in_wrapper
DftSpecification(top,gate)/IjtagNetwork/HostScanInterface(tap)/Tap(main)/HostIjtag(1)/Sib(sri)/Sib(sri_tdr_pll)
-from_string {
Tdr(pll) {
DataInPorts {
connection(0) : PLL_inst/LOCK;
}
DataOutPorts {
connection(0) : PLL_inst/RESET;
connection(1) : PLL_inst/CTRL[0];
connection(2) : PLL_inst/CTRL[1];
connection(3) : PLL_inst/CTRL[2];
connection(4) : PLL_inst/CTRL[3];
connection(5) : PLL_inst/CTRL[4];
connection(6) : PLL_inst/CTRL[5];
connection(7) : PLL_inst/CTRL[6];
connection(8) : PLL_inst/CTRL[7];
}
reset_value : 9'b000000000;
}
}

Note that the tab key can be used to complete the path for the
DftSpecification with the read_config_data command.

Click to download the Support Kit


Instructions: create_tdr_using_read_config_data_in_wrapper_MG619992.pdf

Click to download the test


case:create_tdr_using_read_config_data_in_wrapper_MG619992.tar.gz
相关文章

Three different methodologies to create a TDR (Test


Data Register) inside the IJTAG Network using the
DftSpecification.
TROUBLESHOOTING

Three different methodologies are discussed on how to create a TDR (Test Data
Register) inside the IJTAG Network using the DftSpecification.

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

You might also like