At_speed_test
Logic BIST通过将很多的tester functionality放在CUT中,减少了test costs,但是更重要的一方面是at-speed testing.
At-speed test包括两部分:
1) intra-clock-domain fault:originates at one clock domain, terminate at the same clock domain
2) inter-clock-domain fault:originates at one clock domain, terminate at another clock domain
三种基本的capture-clocking scheme来做multiple clock domain test:
1) single-capture;
2) skewed-load;
3) double-capture;
两种fault model:
1) structural faults, such as stuck-at faults and bridging faults;
2) delay faults, path-delay faults and transition faults;
以STUMPS-based architecture
Single-capture是一种slow-speed test的技术,只需要一个capture pulse.测试intra-clock-domain和inter-clock-domain的structural faults.
两种approaches来进行test.
1) One-Hot Single-Capture
在一个capture window下只需要一个capture pulse,所以不用担心不同clock domain之间的clock skew,但是这种方式只能test intra-clock-domain和inter-clock-domain的structure faults, synchronous和asynchronous clock domain都可以.
synchronous clock在此处指edge完全相同的clock,asynchronous指edge不是完成相同的clock。
这样做的优势:
可以使用一个single,slow-speed global scan enable(GSE)来drive both clock domain,所以方便physical implement.
这样做的缺点是:
Test time会拉的比较长.
Staggered Single-Capture
Capture pulses C1 C2可以在capture window通过sequential和staggered order来test intra-clock-domain和inter-clock-domain structural faults.
在synchronous clock中,调整d2可以测试inter-clock-domain delay.
优点:a single slow-speed GSE signal方便physical implementation.
缺点:一些capture clock的order sequence可能导致一些structural faults的coverage loss.
Skewed-Load
Skewed-Load是一种at-speed delay test,a last shift pulse followed by a capture pulse.
在last shift pulse和next-to-last-shift pulse的值是不一样的,来保证transition的产生,并用这个capture pulse来capture output response
Scan enable信号必须在一个clock cycle中从shift mode转变为capture mode.
这种方法主要来解决intra-clock-domain delay fault detection
也主要分为三种approaches来实现:
1) one-hot skewed-load
2) aligned skewed-load
3) staggered skewed-load
One-hot Skewed-load
与single-capture的主要不同点:
1)apply shift-followed-by-capture pulses来detect intra-clock-domain delay faults,
2)每个scan enable signal switch operations from shift to capture within one clock cycle.
缺点:不能用来detect inter-clock-domain delay faults;很长的test time;与single, slow-speed GSE signal不能兼容(incompatible)
Aligned skewed-load
主要分为capture aligned skewed-load和launch aligned skewed-load,
可以测试所有的intra-clock-domain和inter-clock-domain faults,但是必须要求所有的clock都有一个reference clock, 这个clock的频率很高,
而且设计中不会存在这么一个refer clock
Staggered skewed-load
与single-capture的类似,一个delay d3会插在两个capture cycle之间,来消除两个clock domain之间的clock skew。
这样的设计同样可以测试所有的intra-clock-domain和inter-clock-domain的structural faults
缺点同样是scan enable信号的物理实现太困难。
Double-capture技术是另一种at-speed test的技术,是一种true at-speed test,可以测试所有的intra-clock-domain和inter-clock-domain的structural faults和delay faults,无论是在synchronous 或asynchronous design。并且scan enable比较容易physical implementation,scan/ATPG也容易实现。
同样分为三种实现
1) one-hot double-capture
一次只test一个clock,可以实现synchronous/asynchronous clock domain的intra-clock-domain的delay fault.
主要的区别:
1)两个capture clock来test intra-clock-domain的delay faults;
2)一个single,slow-speed的GSE信号方便物理实现;
缺点:
不能测试inter-clock-domain的delay faults,并且也是要有一个很长的test time。
2) Aligned Double-Capture
可以测试所有的intra-clock-domain和inter-clock-domain faults,
主要的区别是:
1) 两个capture clock cycle,而不是一个shift-followed-by-capture pulse
2) 需要一个single,slow-speed GSE,方便物理实现
缺点:
还是需要capture pulse的精确控制。
3) Staggered Double-Capture
可以测试所有的intra-clock-domain和inter-clock-domain faults,并且方便SCAN_ENABLE的物理实现。
Scan design和logic bist是两种提高production quality的最重要的structure offline test techniques.
但是,随着工艺的复杂,100%的single-stuck fault coverage也能以保证perfect production quality。
The remaining faults包括:timing-independent(由于connection上的resistance越来越大)和non-single-stuck-at faults,non-feedback bridging faults.
相对来说,intra-clock-domain的fault容易检测,inter-clock-domain的delay fault testing比较复杂。
D必须设置的比较准确来detect inter-clock-domain faults
几种测试方法的比较:
At_speed_test的更多相关文章
随机推荐
- zepto源码--几个判断函数--学习笔记
几个需要经常用到的类型判断: 自定义一个类似于typeof的函数,提供更多的类型判断. class2type[toString.call(obj)] 是对class2type的取值 在后面通过循环对c ...
- php---将数组转化为数组对象
例子:array(1){ [0]=>array( 'id'=>111, 'name'=>'aaaa' ) } 由上面的例子转化成下面对象,怎么转化?急急 急 谢谢array(1) { ...
- Android 代码中文字在手机上显示乱码问题解决方法
在学习Android过程中,用于测试时发现,代码中的中文在真机上会显示乱码, 网上查阅了些资料,参考如下: http://www.androidchina.net/3024.html http://b ...
- Spring中Quartz的最精简的配置
<bean id="parserJob4Pos" class="org.springframework.scheduling.quartz.JobDetailBea ...
- backbone 更新1.1.2
backbone已经更新到1.1.2,在这里总结一下 我还一直用的1.0的版本,更新确实出现了一些问题 1.1.0 Backbone Views no longer automatically at ...
- magento去掉add to cmpre和email to friend
修改:\app\design\frontend\default\blanco\template\catalog\product下list.phtml 和app\design\frontend\defa ...
- Nosql之Redis篇
一.QuickStart 1.Redis简介: redis是一个性能优秀的内存数据库,通过key-value存储系统.和Memcached类似,它支持存储的value类型相对更多,包括string(字 ...
- C#事务相关
之前在程序中用到事务时,都是在存储过程中创建事务来对数据进行控制,其实在C#中也有事务类. 1.DbTransaction类对数据库访问添加事务,它是对数据库事务操作的基类,继承此类的有: Sys ...
- 跳到下个View
nextWebView = [[ WEBViewController alloc ] initWithNibName : @"WEBViewController" bundle : ...
- 维护计划生成的SSIS包存储在哪
首先理解导入导出包的基本概念:http://technet.microsoft.com/zh-cn/library/ms141772(v=SQL.110).aspx包既可以保存在SQL Server ...