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

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

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
查看: 14062|回复: 22

[讨论] Tetramax atpg simulation problem help

[复制链接]
发表于 2011-4-6 20:44:30 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?注册

x
Hi friend,
when I simulate the ATPG files in modelsim,appear problem as follows:
# //            0.00 ns : Begin test_setup
# //          200.00 ns : Begin patterns, first pattern = 0
# //          200.00 ns : ...begin scan load for pattern 0
#
# // *** ERROR during scan pattern 0 (detected during load of pattern 1)
#   0 chain1 1 (exp=0, got=1)  // pin P3[0], scan cell 1, T=       37440.00 ns
#   0 chain4 1 (exp=0, got=1)  // pin P3[3], scan cell 1, T=       37440.00 ns
#   0 chain1 3 (exp=1, got=0)  // pin P3[0], scan cell 3, T=       37640.00 ns
#   0 chain4 3 (exp=1, got=0)  // pin P3[3], scan cell 3, T=       37640.00 ns
#   0 chain1 5 (exp=0, got=1)  // pin P3[0], scan cell 5, T=       37840.00 ns
#   0 chain4 5 (exp=0, got=1)  // pin P3[3], scan cell 5, T=       37840.00 ns
#   0 chain1 7 (exp=1, got=0)  // pin P3[0], scan cell 7, T=       38040.00 ns
#   0 chain4 7 (exp=1, got=0)  // pin P3[3], scan cell 7, T=       38040.00 ns
#   0 chain1 9 (exp=0, got=1)  // pin P3[0], scan cell 9, T=       38240.00 ns
#   0 chain4 9 (exp=0, got=1)  // pin P3[3], scan cell 9, T=       38240.00 ns
#   0 chain1 11 (exp=1, got=0)  // pin P3[0], scan cell 11, T=       38440.00 ns
#   0 chain4 11 (exp=1, got=0)  // pin P3[3], scan cell 11, T=       38440.00 ns
#   0 chain1 13 (exp=0, got=1)  // pin P3[0], scan cell 13, T=       38640.00 ns
........
........
#   0 chain4 365 (exp=0, got=1)  // pin P3[3], scan cell 365, T=       73840.00 ns
#   0 chain1 366 (exp=1, got=0)  // pin P3[0], scan cell 366, T=       73940.00 ns
#   0 chain4 366 (exp=1, got=0)  // pin P3[3], scan cell 366, T=       73940.00 ns
#        74000.00 ns --BUS CONFLICT-- : AAA_tmax_testbench_1_16.dut.io_pad_inst.P34_PAD
#        74000.00 ns --BUS CONFLICT-- : AAA_tmax_testbench_1_16.dut.io_pad_inst.P30_PAD
#
# // *** ERROR during scan pattern 1 (detected during load of pattern 2)
#   1 chain1 0 (exp=0, got=1)  // pin P3[0], scan cell 0, T=       74440.00 ns
#   1 chain4 0 (exp=0, got=1)  // pin P3[3], scan cell 0, T=       74440.00 ns
#   1 chain1 1 (exp=1, got=0)  // pin P3[0], scan cell 1, T=       74540.00 ns
#   1 chain4 1 (exp=1, got=0)  // pin P3[3], scan cell 1, T=       74540.00 ns
#   1 chain4 2 (exp=0, got=1)  // pin P3[3], scan cell 2, T=       74640.00 ns
#   1 chain1 3 (exp=0, got=1)  // pin P3[0], scan cell 3, T=       74740.00 ns
#   1 chain4 3 (exp=1, got=0)  // pin P3[3], scan cell 3, T=       74740.00 ns
#   1 chain1 4 (exp=1, got=0)  // pin P3[0], scan cell 4, T=       74840.00 ns
.......
.......
what is the reason that cause "exp=1, got=0" or  "exp=0, got=1"?

I am confuse about it.Expect your answer..
thanks
Best regards!!
发表于 2011-4-7 13:45:33 | 显示全部楼层
exp=1, got=0 means the test pattern expected result is 1, and the simulation result is 0, simulation result mismatched --> fail
 楼主| 发表于 2011-4-7 14:00:18 | 显示全部楼层




    what's the common reason that cause this mismatch?
   How can I repair it?
  thx
 楼主| 发表于 2011-4-7 14:01:28 | 显示全部楼层
回复 2# GloriaChung


     what's the common reason that cause this mismatch?
     How can I repair it?
     thx
发表于 2011-4-8 08:44:47 | 显示全部楼层
学习下
发表于 2011-4-18 15:34:14 | 显示全部楼层
多半是所施加的约束问题,比如存在contention等,也有可能是网表的问题。
drc过程中有什么警告或者错误信息?
发表于 2011-7-9 18:43:45 | 显示全部楼层
Good.........
发表于 2011-7-26 20:09:15 | 显示全部楼层
回复 1# 雨打溪风


   你好,请问如何用modelsim验证tmax生成的pattern,我用modelsim吃进tmax生成的testbench后,仿真总报vsim-3601 error。是不是对tmax脚本有什么要设置的地方?谢谢
 楼主| 发表于 2011-7-27 08:56:05 | 显示全部楼层
回复 8# antilope


    我用的VCS仿真的。一般把IP模块的仿真模型加进来以及每个模块的timescale设定以后,仿真不会出现什么问题吧
发表于 2011-7-27 09:17:28 | 显示全部楼层
回复 9# 雨打溪风


    你好,TMAX生成的testbench中用到了$STILDPV_setup等函数,而仿真器中没这个函数库。能否给我发个VCS脚本作为参考,谢谢。邮箱:zyl1120@126.com.再次谢谢。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

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

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

GMT+8, 2024-4-28 03:42 , Processed in 0.039591 second(s), 8 queries , Gzip On, Redis On.

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