在线咨询
eetop公众号 创芯大讲堂 创芯人才网
切换到宽版

EETOP 创芯网论坛 (原名:电子顶级开发网)

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
楼主: vivi_Tina

[解决] tessent mbist 的pattern产生

[复制链接]
发表于 2023-7-31 16:19:43 | 显示全部楼层


vivi_Tina 发表于 2023-7-31 15:40
感谢大家帮忙,问题已解决!利用下述命令可以指定插入代码层次:
set_config_value parent_instance -in $s ...


学习了
发表于 2023-7-31 17:31:48 | 显示全部楼层
本帖最后由 fangwang85 于 2023-7-31 18:15 编辑


vivi_Tina 发表于 2023-7-31 15:40
感谢大家帮忙,问题已解决!利用下述命令可以指定插入代码层次:
set_config_value parent_instance -in $s ...


学习了
发表于 2023-8-1 10:37:49 | 显示全部楼层
Is it possible to specify a custom hierarchy location for TAP and all Tessent Shell logic (tap_main, bisr, sib, bscan, DEF, etc.) insertion?

==================================================

This can be achieved by specifying the parent_instance and interface_parent_instances(for the bscan interface) properties in the DftSpecification. These properties tell the tool that certain elments should be placed into an instance below the current top level.

set spec [create_dft_spec]

//For Boundary Scan one needs to add a logical group before the parent_instance property becomes visible.
//One way of doing this is shown below, this would insert all bscan cells into one logical group in the specified parent instance
add_config_element LogicalGroup(ALL_BSCAN_CELLS) -in $spec/BoundaryScan/LogicalGroups/

//Will assign all parent_instance properties in the DFTSpec($spec) the value of "wrapper_for_top_logic_inst"
set_config_value [get_config_elements *parent_instance -hierarchical -in $spec] wrapper_for_top_logic_inst

report_conf_data $spec
发表于 2023-8-22 15:27:50 | 显示全部楼层
mark mark
发表于 2023-8-22 15:32:02 | 显示全部楼层


vivi_Tina 发表于 2023-7-31 15:40
感谢大家帮忙,问题已解决!利用下述命令可以指定插入代码层次:
set_config_value parent_instance -in $s ...


请教下,套一个wrapper 生成mbist pattern。但是提供给后端做pr的网表,是不是还得把这层wapper去掉
发表于 2023-8-22 15:34:32 | 显示全部楼层


greatao 发表于 2023-8-1 10:37
Is it possible to specify a custom hierarchy location for TAP and all Tessent Shell logic (tap_main, ...


请教下,套一个wrapper 生成mbist pattern。但是提供给后端做pr的网表,是不是还得把这层wapper去掉
发表于 2023-8-24 21:35:20 | 显示全部楼层


fangwang85 发表于 2023-8-22 15:34
请教下,套一个wrapper 生成mbist pattern。但是提供给后端做pr的网表,是不是还得把这层wapper去掉
...


是的
发表于 2023-8-25 09:43:32 | 显示全部楼层


vivi_Tina 发表于 2023-7-31 15:40
感谢大家帮忙,问题已解决!利用下述命令可以指定插入代码层次:
set_config_value parent_instance -in $s ...


Synopsys的dft有没有相同的命令?
发表于 2023-8-25 10:26:02 | 显示全部楼层


elone 发表于 2023-8-25 09:43
Synopsys的dft有没有相同的命令?


这个是mbist,synopsis 貌似没有mbist吧
发表于 2023-11-15 10:24:01 | 显示全部楼层
大神,我的设计跟您一样。我想请教下将数字当成顶层,那么TDI TDO TCK TMOD 这些pad怎么处理呢,因为数字层没有这些pad。谢谢啦
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

站长推荐 上一条 /2 下一条

小黑屋| 关于我们| 联系我们| 在线咨询| 隐私声明| EETOP 创芯网
( 京ICP备:10050787号 京公网安备:11010502037710 )

GMT+8, 2024-5-1 14:26 , Processed in 0.027932 second(s), 6 queries , Gzip On, Redis On.

eetop公众号 创芯大讲堂 创芯人才网
快速回复 返回顶部 返回列表