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

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

手机号码,快捷登录

手机号码,快捷登录

找回密码

  登录   注册  

快捷导航
搜帖子
查看: 1599|回复: 5

[求助] MBIST相关的问题

[复制链接]
发表于 2019-3-29 16:58:21 | 显示全部楼层 |阅读模式

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

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

x
大神们好,最近学习MBIST,遇到一点问题。
MBIST的算法大部分是面向bit的。难道写和读的时候都是bit by bit么?
例如如下算法,memery的bit_width 如果是8
nMATS+:

{  (w0);   (r0,w1);   (r1,w0)}

那w1是写8{1'b1}么?还是写8'b0000_0001, 8'b0000_0010.......8'b1000_0000?

如果是写8{1‘b1}这样的话,跟面向word不是一样了么?


望不吝赐教~

发表于 2019-3-29 17:07:32 | 显示全部楼层
写什么数据可以自己在bist中指定,写bit不一样的数据比较好  比如0101_0101,这样可以测到bit间的耦合fault
个人理解  说过不对请指正
 楼主| 发表于 2019-3-29 17:17:59 | 显示全部楼层


eda—wdy 发表于 2019-3-29 17:07
写什么数据可以自己在bist中指定,写bit不一样的数据比较好  比如0101_0101,这样可以测到bit间的耦合fault ...


/*************************************************
march3
Targeted Faults: AF, SAF, SOF, and TF
Complexity: 10n
Algorithm Steps:
1 up - write 0
2 up - read 0, write 1, read 1
3 up - read 1, write 0, read 0
4 down - read 0, write 1, read 1
****************************************************/
上面这一段是我从pdf中摘出来的。上述所说的write1到底是写的多少呢?是按bit写8’b0000_0001,还是word写8'b1111_1111呢?
 楼主| 发表于 2019-3-29 17:23:20 | 显示全部楼层


eda—wdy 发表于 2019-3-29 17:07
写什么数据可以自己在bist中指定,写bit不一样的数据比较好  比如0101_0101,这样可以测到bit间的耦合fault ...


/**************************************
march3
Targeted Faults: AF, SAF, SOF, and TF
Complexity: 10n
Algorithm Steps:
1 up - write 0
2 up - read 0, write 1, read 1
3 up - read 1, write 0, read 0
4 down - read 0, write 1, read 1
****************************************/
以上是我从pdf中摘出来的,假如word length 是8 ,这里所说的write 1,是指写8'b1111_1111还是只对一个bit写1'b1呢?


发表于 2019-4-8 15:40:25 | 显示全部楼层
我看了下mentor文档,
R0 read current location and compare most significant output bit to 0
R1 read current location and compare most significant output bit to 1
W0 write to current location,applying 0 to the least significant input bit
W1 write to current location,applying 1 to the least significant input bit
 楼主| 发表于 2019-4-10 14:26:06 | 显示全部楼层


chiye87 发表于 2019-4-8 15:40
我看了下mentor文档,
R0 read current location and compare most significant output bit to 0
R1 read c ...


多谢版主~
您需要登录后才可以回帖 登录 | 注册

本版积分规则

关闭

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

×

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

GMT+8, 2024-5-3 19:05 , Processed in 0.024187 second(s), 7 queries , Gzip On, Redis On.

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