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的更多相关文章

随机推荐

  1. Linux CentOS 编绎安装Python 3.5

    Linux CentOS 编绎安装Python 3.5 先决条件(若无安装,则不能编绎使用idle3):yum install tk-devel xz -d Python-3.5.0.tar.xzta ...

  2. ArcGIS API for Silverlight 绘制降雨路径动画

    原文:ArcGIS API for Silverlight 绘制降雨路径动画 #region 降雨动画演示 2014-04-16 List<Graphic> graphics = new ...

  3. CentOS 6.3下PostgreSQL 的安装与配置

    一.简介 PostgreSQL 是一种非常复杂的对象-关系型数据库管理系统(ORDBMS),也是目前功能最强大,特性最丰富和最复杂的自由软件数据库系统.有些特性甚至连商业数据库都不具备.这个起源于伯克 ...

  4. Windows-004-显示文件的扩展名

    此文主要讲述 Windows 7 下如何显示文件的扩展名,敬请亲们参阅.若有不足之处,敬请大神指正,不胜感激! 通常安装好 Win7 后,文件的扩展名默认是不显示的,如下所示: 点击工具栏中的 组织, ...

  5. kinect数据读取

    http://blog.csdn.net/timebomb/article/details/7169372

  6. [BS-16] 尽量将View的Opaque属性设置为YES(默认就是YES)

    尽量将View的Opaque属性设置为YES(默认就是YES) UIView控件都有一个Opaque属性,如果不会更改view的透明度,那么应该将其opaque属性设置为YES.为什么要这样做呢?其实 ...

  7. 一般处理程序使用Session的方法

    1 引用这个命名空间 using System.Web.SessionState; 2 实现这两个接口中的任何一个 IReadOnlySessionState   //此接口只能使用session,无 ...

  8. 逻辑卷管理LVM (Logical Volume Manager)

    什么是LVM? LVM(Logical Volume Manager)逻辑卷管理,是一种将一个或多个硬盘的分区在逻辑上集合,相当于一个大硬盘来使用,当硬盘的空间不够使用的时候,可以继续将其它的硬盘的 ...

  9. 装饰器、生成器,迭代器、Json & pickle 数据序列化

    1. 列表生成器:代码例子 a=[i*2 for i in range(10)] print(a) 运行效果如下: D:\python35\python.exe D:/python培训/s14/day ...

  10. 前端学习——css基础知识,选择器与html模板、值得收藏的html标签

    一.css需要的html(采用html5标准) DTD,文档类型声明: <!Doctype html> 文本编码声明: <meta charset="utf-8" ...