Logic BIST
Logic BIST is crucial for many applications, in particular for life-critical and mission-critical applications.
Logic BIST不需要在ATE上进行测试,减小了成本,但是电路本身是可能存在问题的,导致测试逻辑有问题而且增加了逻辑。
Basic concepts and design rules of logic BIST
Test pattern generation(exhaustive testing/pseudo-random testing/pseudo-exhaustive testing),
output response analysis(ones count testing/transition count testing/signature analysis)
logic bist architecture STUMPS
For stuck-at faults and bridging faults,how to test faults in a scan-based design containing multiple clock domain
For path-delay and transition delay, how to test
Design a logic bist system:test pattern generator, output response analyzer, logic BIST controller

Traditional test techniques that use ATPG software to target single faults for digital circuit testing have become quite expensive
And can no longer provide sufficiently high fault coverage.
Two general categories of bist techniques:
1) online BIST, is performed when functional circuitry is in normal operational mode
concurrently:test is conducted during normal functional operation, generate interrupt for failures.
nonconcurrently:test is performed during idle mode, test process can be interrupt at any time
2) offline BIST, does not detect any real-time error, but widely used in the industry.
Functional offline BIST:perform a test based on the functional specification, employ a functional or high-level fault model.
Implemented as diagnostic software or firmware.
Structural offline BIST:
external BIST:test pattern generation and output response analysis is separate from the functional circuitry being test
Internal BIST:functional storage elements are converted into test pattern generators and output response analyzers.
ger provide sufficiently high fault coverage.

做BIST设计时,需要BIST-specific design rule,并且BIST fault coverage也不一定比scan design来的高,但是BIST不需要进行test pattern的generation,也不需要huge data volume来存储output response.
BIST DESIGN RULES
While many scan design rules are optional for scan designs, they are mandatory for BIST deisgn.
The major logic BIST design restriction relates to the propagation of unknown X values. No unknown values can be tolerated.
1) Unknown source blocking
Blocked and fixed using a DFT repair approach called X-bounding/X-blocking,0-control point/1-control point/bypass logic/control-only scan point.



2) Memories and Non-Scan Storage Element
通过bypass来block 来自memory和non_scan storage出来的unknown X或者通过initialization sequence初始化storage element。
3) Combinational Feedback Loops
所有的combinational feedback都必须是避免的,通过0-control/1-control/scan point cell.
4) Async set/reset signal
在data shift过程中,可能会使得set/reset signals变得active,所以set/reset在shift operate中必须保证set to 1,推荐使用SE做mux。

5) Tristate Buses
由于pseudo-random pattern在BIST中应用较多,所以为了避免bus conflict,最好每条bus都resynthesize with multiplexers或者通过one-hot decoder来进行编码。

6) False paths
由于false path在normal circuit operation中并不会被exercised,这些path一般也不会符合timing specifications,BIST中可能会有delay fault test,这样就需要加入0-control/1-control point来切断这样的OCC Test.
7) Multiple-Cycle path
类似于false path,需要加入0-control/1-control point来切断这样的OCC Test.
8) Floating Ports
Neither PI nor PO can be floating.
9) Bidirectional I/O ports
BIST operation时,必须fix the direction of each bidirectional I/O port.
10) Re-Timing
由于TPG和ORA距离CUT可能比较远,所以推荐加入FF,来保证timing.
Test pattern generation
在TPG中,LFSR(Linear feedback shift registers)通常被用来产生test pattern,来做exhaustive testing,pseudo-random testing,pseudo-exhaustive testing
1) Exhaustive testing可以保证100%的single-stuck和multiple-stuck fault coverage,但是要求所有可能的2的N次的test pattern.
2) Pseudo-random testing用subset的test pattern来计算fault coverage,不保证100% single-stuck。
3) Pseudo-exhaustive testing,保证100% single stuck-at fault coverage
Standard LFSR
Consists of n D FF and a selected XOR gates.

Modular LFSR
相应的XOR放在两个D FF之间,运行速度比standard更加快一点。

LFSR可以用特征多项式(characteristic polynomial)来进行表示,

Exhaustive Testing
使用2的N次方的exhaustive pattern到一个n-input的CUT中,进行test。包括binary counter为generator计数,maximum-length LFSR进行generator.
Pseudo-Random Testing
Reduce test length but sacrifices the circuit fault coverage.
Pseudo-Exhaustive Testing
Reduce the test time while retaining many of the advantages of exhaustive testing.
Delay Fault Testing
structural faults,像stuck-at faults和bridging faults,可以通过one-pattern vectors来进行detect.
但是对于delay fault,要求two-pattern vectors.目前有技术可以是实现特殊one-transition pattern来实现。
进行at-speed的BIST测试时,power consumption也会有问题,可能会超过chip或者package的承载范围。
Output Response Analysis
对于scan design来说,output reponses compared是在tester上来做的,但是BIST中不会这么处理,
BIST不会将所有的output response都放在on/off chip的memory中。
在BIST中,output reponses会被压缩到一个signature中,并且同golden signature来进行比较。
(名词比较,compaction有损压缩,compression无损压缩)
三种output responses compaction techniques:
1)ones count testing
2)transition count testing
3)signature analysis
对于某些test length比较长的电路,可以通过segment test来进行设计:
1)Hardware partitioning,通过插入multiplexers.
2)Sensitized partitioning,通过appropriate inputpattern到一些input lines来实现circuit partitioning或subcircuit isolation.
Logic BIST的更多相关文章
- Logic Bist Arch
一般现在多用的都是offline BIST的架构,可以分为4大类: 1)those assume no special structure to the circuit under test; 2)t ...
- SOC中的DFT和BIST对比与比较-IC学习笔记(二)
ATE:ATE是Automatic Test Equipment的缩写,根据客户的测试要求.图纸及参考方案,采用MCU.PLC.PC基于VB.VC开发平台,利用TestStand&LabVIE ...
- At_speed_test
Logic BIST通过将很多的tester functionality放在CUT中,减少了test costs,但是更重要的一方面是at-speed testing. At-speed test包括 ...
- DFT 问答 II
1. Boundary Scan A:Boundary scan 顾名思义,是附加在芯片I/O 周边的扫描测试链,它通过专门的测试端口(TAP)访问.在测试模式下,边界扫描链会接管功能逻辑,对I/O进 ...
- rom bist scripts
rom bist 的input 有rom_content file .校验rom还坏,主要通过signature比较.signature跟rom content file 一一对应的. rom bis ...
- sram bist scripts
主要三个script: mbist_run: call mbistarchitect tool run.do:run bist flow bist setup => bist mode(bis ...
- QuartusII Design partion and logic lock
Design partion Design partion常用于“增益变量(QIC)”,通过Design Partition对子模块进行“逻辑分区”,在Design Partition Window中 ...
- 使用struts的logic:iterate标签遍历列表时得到显示序号
<logic:notEmpty name="sList" scope="request"> <logic:iterate id="e ...
- PADS Logic Decal、Layout Decal绘制
绘制Logic Decal图形: 1.Gate Decal与Part Type的区别: Gate Decal:即元器件在原理图中所展现出来的形状 Part Type:将元件图形.电气特性都进行定义后所 ...
随机推荐
- 转:ASP.NET MVC利用TryUpdateModel来做资料更新 (一)
前言有使用 ASP.NET MVC 的朋友们一定多多少少有听过 TryUpdateModel,之前就看了很多有关它的文章,但在专案实务上都未曾实际使用过,而 TryUpdateModel 不仅能利用 ...
- C# winForm程序开机启动和托盘显示 (转http://blog.csdn.net/xinyue3054/article/details/6599508)
这段时间一直进行cs项目,故整理下开机自动运行.托盘.显示.隐藏. (1).在窗口上点击关闭按钮或者最小化时将托盘显示: (2).双击托盘图标显示窗口: (3).右键点击托盘图标提供三个菜单选项,“退 ...
- IDEA UML类图插件
idea已经集成了该功能,只是默认没打开,仍然打开Settings界面,定位到Plugins,输入UML,参考下图:
- notepad++必读
#预备知识Ctrl: control 控制键 Ctrl + TabAlt:alter 改变键(换码键) Alt + TabShift: shift 换挡键(切换键) Ctrl + Shift + Ta ...
- JavaScript:文本域事件处理
文本域往往可以输入大量的文字信息,但是在文本域上有一些键盘的处理事件:onkeydown.onkeypress.onkeyup. 范例一:观察文本域的键盘事件处理 代码如下: 效果图如下: 默认状态: ...
- ionic安装时遇到的minimatch错误
安装提示 npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a Reg ...
- 深度实践KVM笔记
深度实践KVM笔记 libvirt(virt-install,API,服务,virsh)->qemu(qemu-kvm进程,qemu-img)->KVM虚拟机->kvm.ko 内核模 ...
- centOS中wget的使用方法
对于 Linux 用户来说,几乎每天都在使用它. 下面为大家介绍几个有用的 CentOS wget 小技巧,可以让你更加高效而灵活的使用CentOS wget. CentOS wget 使用技巧 $ ...
- HashMap put,get操作
HashMap中的put方法 public V put(K key, V value) { //当key为null,调用putForNullKey方法,保存null与table第一个位置中,这是Has ...
- RFS_oracle的操作
1. cx_Oracle Python 连接Oracle 数据库,需要使用cx_Oracle 包. 该包的下载地址:http://cx-Oracle.sourceforge.net/ 下载的时候,注意 ...