test generation和MBIST
The problem of test generation
Random test generation
Deterministic algorithm for test generation for stuck at faults, enhance the deterministic engines such as static and dynamic learning
Simulation based test generation,
Test generation for other fault models such as delay faults, ATPG for path-delay faults and transition faults.
Test generation的目的是产生一系列的test vectors,来揭示chip中任何的defect。

ATPG与DFT的技术发展是相辅相成的,两者有一个共同的目标便是发现chip中的defect。如果ATPG可以在现有DFT设计技术下,实现高的test coverage和小的test set,那DFT技术便不用再继续发展。
一个test vector需要保证从primary input可以control到需要的bit,同时还需要保证从primary output可以observe到需要的bit。
一个circuit中的fault,可能在logic上是equivalent的,这时test并不能区分它们,也不需要,ATPG只关心collapsed fault list。
Random test generation是一种最简单的generate vectors的方法,因为它不以specific fault为目标,所以complexity非常低,缺点是test set可能会很大,
最后的test coverage可能不是太高。在这种方式中,有些fault被检测到的概率很低,称为random-pattern resistant faults,
如果采用biasing primary input的方式来避免这个问题,每个primary input的概率确认又不容易。
所以用ATPG产生用于scan-design的pattern,一般都是deterministic的。
Memory bit-cell相比计较于stand-cell,拥有更高的density。相比较stand-cell也有更多的fault models
MBIST包括,内部的测试算法,Smatch相比较于D算法(stuck-at),pattern generated,response analysis
Self Repair

MemoryBIST实现中,通过标准的TAP接口来实现MBIST的控制。

内部的Test Algorithms:
SMarchCHKB/SMarchCHKBci/SMarchCHKBcil/SMarchCHKBvcd
Self-Repair


Repair Analysis

test generation和MBIST的更多相关文章
- 论文阅读(Zhuoyao Zhong——【aixiv2016】DeepText A Unified Framework for Text Proposal Generation and Text Detection in Natural Images)
Zhuoyao Zhong--[aixiv2016]DeepText A Unified Framework for Text Proposal Generation and Text Detecti ...
- Task set generation
Task set generation for uni- and multiprocessors: “Unifying Fixed- and Dynamic-Priority Scheduling b ...
- 使用-MM生成include指令和依赖生成(make include directive and dependency generation with -MM)
I want a build rule to be triggered by an include directive if the target of the include is out of d ...
- PHPNG (next generation)
PHPNG (next generation) This page gives short information about development state of a new PHP branc ...
- 关于conversation generation的论文笔记
对话模型此前的研究大致有三个方向:基于规则.基于信息检索.基于机器翻译.基于规则的对话系统,顾名思义,依赖于人们周密设计的规则,对话内容限制在特定领域下,实际应用如智能客服,智能场馆预定系统.基于信息 ...
- 1094. The Largest Generation (25)
A family hierarchy is usually presented by a pedigree tree where all the nodes on the same level bel ...
- Case Study: Random Number Generation(翻译教材)
很荣幸,经过三天的努力.终于把自己翻译的教材做完了,现在把它贴出来,希望能指出其中的不足. Case Study: Random Number Generation Fig. 6.7 C++ 标 ...
- Index Generation
Index Generation Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 230 Accepted: 89 Des ...
- PowerDesigner15(16)在生成SQL时报错Generation aborted due to errors detected during the verification of the mod
1.用PowerDesigner15建模,在Database—>Generate Database (或者用Ctrl+G快捷键)来生产sql语句,却提示“Generation aborted d ...
随机推荐
- String.format(转)
转自:http://blog.csdn.net/lonely_fireworks/article/details/7962171 方便自己查阅. 常规类型的格式化 String类的format()方法 ...
- Arcgis for JS之Cluster聚类分析的实现(基于区域范围的)
原文:Arcgis for JS之Cluster聚类分析的实现(基于区域范围的) 咱们书接上文,在上文,实现了基于距离的空间聚类的算法实现,在本文,将继续介绍空间聚类之基于区域范围的实现方式,好了,闲 ...
- RTSP 协议分析
RTSP 协议分析1.概述: RTSP(Real Time Streaming Protocol),实时流传输协议,是TCP/IP协议体系中的一个应用层协议,由哥伦比亚大学.网景和RealNetwor ...
- [LeetCode]题解(python):056-Merge Intervals
题目来源 https://leetcode.com/problems/merge-intervals/ Given a collection of intervals, merge all overl ...
- detailsview 样式小问题
detailsview不显示表头,设置HeaderText=""就可以,不知道为什么,如果有值,其他方式都没有调好! 内网格显示为0,Gridlines="None&qu ...
- 详解Spring事件驱动模型
转载自:http://jinnianshilongnian.iteye.com/blog/1902886#comments 事件驱动模型简介 事件驱动模型也就是我们常说的观察者,或者发布-订阅模型:理 ...
- LeetCode Game of Life
原题链接在这里:https://leetcode.com/problems/game-of-life/ 题目: According to the Wikipedia's article: " ...
- The include feature of SQL Server Index
1. Why we need the index 'include' feature? For SQLServer , the length of all the index key have a l ...
- iOS:iOS开发非常全的三方库、插件等等
iOS开发非常全的三方库.插件等等 github排名:https://github.com/trending, github搜索:https://github.com/search. 此文章转自git ...
- Kafka+Storm+HDFS整合实践
在基于Hadoop平台的很多应用场景中,我们需要对数据进行离线和实时分析,离线分析可以很容易地借助于Hive来实现统计分析,但是对于实时的需求Hive就不合适了.实时应用场景可以使用Storm,它是一 ...