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

  1. 论文阅读(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 ...

  2. Task set generation

    Task set generation for uni- and multiprocessors: “Unifying Fixed- and Dynamic-Priority Scheduling b ...

  3. 使用-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 ...

  4. PHPNG (next generation)

    PHPNG (next generation) This page gives short information about development state of a new PHP branc ...

  5. 关于conversation generation的论文笔记

    对话模型此前的研究大致有三个方向:基于规则.基于信息检索.基于机器翻译.基于规则的对话系统,顾名思义,依赖于人们周密设计的规则,对话内容限制在特定领域下,实际应用如智能客服,智能场馆预定系统.基于信息 ...

  6. 1094. The Largest Generation (25)

    A family hierarchy is usually presented by a pedigree tree where all the nodes on the same level bel ...

  7. Case Study: Random Number Generation(翻译教材)

    很荣幸,经过三天的努力.终于把自己翻译的教材做完了,现在把它贴出来,希望能指出其中的不足.   Case Study: Random Number Generation Fig. 6.7  C++ 标 ...

  8. Index Generation

    Index Generation Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 230   Accepted: 89 Des ...

  9. 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 ...

随机推荐

  1. LTRIM(str):返回 字符串str的前导(左边)空格字符去掉。

    SELECT ' 11' res SELECT LTRIM(' 11') resL 运行结果:

  2. php--.prop()

    .prop() 获取匹配的元素集中第一个元素的属性(property)值或设置每一个匹配元素的一个或多个属性. .prop()方法只获得第一个匹配元素的属性值 .如果元素上没有该属性,或者如果没有匹配 ...

  3. iOS prototype Cells

    在storyboard这方面用到的很少,cell也没有用到.上个周五,汤老师快下班的时候说:你看,我的界面已经搭建完成了.而我这边还没有头绪.现在想把需求模拟一下,结果流程没有弄完,自己在这搭起界面来 ...

  4. 解决VS2010无法打开,提示无法找到atl100.dll的方法

    这个问题是卸载VS2010一些组件造成的误删问题,且从网上下的atl100.dll通常与自己的VS2010不符 解决方法: 从路径:C:\Program Files\Microsoft Visual ...

  5. iOS系统自带正则表达式简单运用

    //组装一个字符串,把里面的网址解析出来 NSString *urlString = @"sfdshttp://www.baidu.com"; NSError *error; // ...

  6. attr属性

    1.切换图片 $(".tip").hover(        function () {            $(this).attr("src"," ...

  7. 2.TCP_IP互联线缆_TCP_UDP报文抓包详解

    TCP_IP互联线缆_TCP_UDP报文抓包详解 2.1网线标准 直通线 交叉线 异种设备互联使用直通线 同种设备互联使用交叉线 TCP和UDP 端口寻址 TCP数据格式 TCP三次握手 UDP数据格 ...

  8. [转帖]Speed-BI数据分析案例:2016年8月汽车销量排行榜

    [转帖]Speed-BI数据分析案例:2016年8月汽车销量排行榜 据中国汽车工业协会统计分析,2016年8月,乘用车市场表现较好,当月销量环比和同比均呈较快增长.1-8月,乘用车销量总体呈稳定增长, ...

  9. Python模块(pickle)

    pickle 序列化和反序列化 序列化作用 序列化使用 cPickle使用例 Python提供一个标准的模块,称为pickle.使用它你可以在一个文件中储存任何Python对象,之后你又可以把它完整无 ...

  10. python使用zlib实现压缩与解压字符串

    命令 字符串:使用zlib.compress可以压缩字符串.使用zlib.decompress可以解压字符串. 数据流:压缩:compressobj,解压:decompressobj 案例 >& ...