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

 找回密码
 注册

手机号码,快捷登录

手机号码,快捷登录

搜全文
查看: 1395|回复: 5

[求助] Mentor tessent mbist test setup

[复制链接]
发表于 2024-3-5 17:36:18 | 显示全部楼层
通过pdl语法
回复 支持 反对

使用道具 举报

发表于 2024-3-6 11:58:15 | 显示全部楼层
iProcsForModule my_design
iProc init {} {
  iWrite my_design_rtl_tessent_tdr_sri_tdr1_inst.tdr 0b1
  iWrite my_design_rtl_tessent_tdr_sri_tdr2_inst.tdr 0b0
  iApply
  iRunLoop 10 -tck
  iWrite my_design_rtl_tessent_tdr_sri_tdr2_inst.tdr 0b1
}


1. Source the your *.pdl file prior to running create_pattern_specification

2. After the PatternsSpecification has been created add a ProcedureStep to call the iProc.

read_config_data -in_wrapper PatternsSpecification(my_design,rtl,signoff)/Patterns(MemoryBist_P1) -before TestStep(run_time_prog) -from_string {
ProcedureStep(initialization) {
  iCall(init) { }
}
}
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

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

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

GMT+8, 2025-9-21 13:13 , Processed in 0.015275 second(s), 5 queries , Gzip On, Redis On.

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