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. Prism&MEF构建开发框架 (三)

    菜单管控模块EntityFW 菜单的加载采用MEF技术,程序实现思路: 1 .主菜单加载页面MainMenuView.xaml指向MenuRegion 2. 菜单Item点击及内容加载,采用订阅模式, ...

  2. C++字符数字的编码(Encode)与解码(Decode)

    在日常应用中,我们常用结构体或者类来存储一条信息,这种方式很方便,但是不利于数据的传输.例如在网络编程中,我们需要将结构中的数据转化为字节流才能进行传输,我们可以利用memcpy强行将结构化的数据转化 ...

  3. HTML5 拖拽功能

    本地文件拖动到页面实例:(支持IE) <script> var DragFile = function (goalId) { var g = document.getElementById ...

  4. oracle中截取某个字符前面和后面的值

    创建测试表及数据 create table test(name varchar2(10)); insert into test values ('2-15');insert into test val ...

  5. SQL Server中的Image数据类型的操作

    原文:SQL Server中的Image数据类型的操作 准备工作,在库Im_Test中建立一张表Im_Info,此表中有两个字段,分别为Pr_Id (INT),Pr_Info (IMAGE),用来存储 ...

  6. 关于 Block的使用

    一.类2[类中某个值,需要反向传值到类1中,采用block方式,实现] [1.声明block属性] @property (copy, nonatomic) void(^activityPageView ...

  7. iOS获取设备型号、设备类型等信息

    摘自 :http://www.mamicode.com/info-detail-1165460.html 设备标识 关于设备标识,历史上盛行过很多英雄,比如UDID.Mac地址.OpenUDID等,然 ...

  8. glusterfs rebalance

    # gluster volume rebalance VOLNAME start # gluster volume rebalance VOLNAME status # gluster volume ...

  9. 给ul中的li添加事件的多种方法

    给ul中的li添加事件的多种方法 这是一个常见,而且典型的前端面试题 <ul> <li>11111</li> <li>22222</li> ...

  10. MySQLdb模块操作

    Linux 安装mysql: apt-get install mysql-server 安装python-mysql模块:apt-get install python-mysqldb Windows ...