Fault-Tolerance-in-VHDL-Description-Transient-Fault-Injection-在VHDL描述的瞬时故障注入容错课件.ppt
- 【下载声明】
1. 本站全部试题类文档,若标题没写含答案,则无答案;标题注明含答案的文档,主观题也可能无答案。请谨慎下单,一旦售出,不予退换。
2. 本站全部PPT文档均不含视频和音频,PPT中出现的音频或视频标识(或文字)仅表示流程,实际无音频或视频文件。请谨慎下单,一旦售出,不予退换。
3. 本页资料《Fault-Tolerance-in-VHDL-Description-Transient-Fault-Injection-在VHDL描述的瞬时故障注入容错课件.ppt》由用户(晟晟文业)主动上传,其收益全归该用户。163文库仅提供信息存储空间,仅对该用户上传内容的表现方式做保护处理,对上传内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知163文库(点击联系客服),我们立即给予删除!
4. 请根据预览情况,自愿下载本文。本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
5. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007及以上版本和PDF阅读器,压缩文件请下载最新的WinRAR软件解压。
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- Fault Tolerance in VHDL Description Transient Injection 描述 瞬时 故障 注入 容错 课件
- 资源描述:
-
1、Fault-Tolerance in VHDL Description:Transient-Fault Injection&Early Reliability Estimation TIMA-INPG Lab Fabian Vargas,Alexandre Amory Raoul Velazcovargascomputer.org Raoul.Velazcoimag.frCatholic University PUCRSTIMA-INPG LaboratoryElectrical Engineering Dept.46,Av.Flix VialletAv.Ipiranga,6681 38031
2、 Grenoble90619-900 Porto Alegre FranceBrazil 1Summaryn1.Motivation:Important issues on the design of FT circuits for space applicationsn2.1.The Proposed Approach:uBuilt-In Reliability Functions LibraryuTarget Architecture:main blocksn2.2.Reliability Early-Estimation:uMain steps of the procedure and
3、fault-coverage estimationuFault-Injection Mechanism:LFSR to inject single/multiple faultsuExample of fault injection in the VHDL:Generate Statementn3.Conclusions&Future Work21.Motivation:Important concerns of computer designers for space applications:nPower computation,area usage,weight,and dependab
4、ility(availability,reliability,and testability).Main Characteristics&Drawbacks:napplication-specific systems(requirements change frequently from application to application):very expensive systems!nSynthesis(EDA)tools do not represent effective development facilities the short time available for maki
5、ng remedical changes to a faulty application in time-critical systems is not often respected.not optimized compilers.nThere is a lack of commercial libraries with special components(incorporating FT facilities)nDevelopment of an FPGA/ASIC board to test/validate the FT strategies:takes time and money
6、!31.Motivation:Fig.1.Illustration of the charge collection mechanism that causes single-event upset:(a)particle strike and charge generation;(b)current pulse shape generated in the n+p junction during the collection of the charge.(b)CurrentTime(nsec.)0.2 0 0.4 1 100 10 Delayed(Diffusion)Prompt(Drift
7、+Funneling)(a)p substraten+p+bodyN FET gateS0V+-+-D5Vion track+-n+-+-+-driftfunnelingdiffusion0V0Velectron current+-+-Radiation causes Single-Event Upset(SEU)in memory elements:Processor latches and cache mem.cells are sensitive to SEUs FPGAs store logic/routing in latches.42.1.The Proposed Approach
8、:Built-In Reliability Functions Library:achieving the desired circuit fault-toleranceFig.2.Block diagram of the FT-PRO tool being developed to automate the process of generating storage element transient-fault-tolerant complex circuits.High-Reliability HW PartVHDL SimulatorNONOYESYESHW SynthesisCirc
9、uit Reliability Verification StepFault-Injection ConstraintsBuilt-In Reliability Functions LibraryGeneration of the Fault-Tolerant HWTransient-Fault Coverage Desired Reliability Level?T r y t o s e l e c t d i f f e r e n t r e l i a b i l i t y f u n c t i o n sT r y t o s e l e c t d i f f e r e n
10、 t r e l i a b i l i t y f u n c t i o n sVHDL Circuit Description52.1.The Proposed Approach:Built-In Reliability Functions Library:achieving the desired circuit fault-toleranceFig.3.Target block diagram generated by the FT-PRO Tool:(a)for a single register;(b)for an n-register bank.(a)(b)62.1.The P
11、roposed Approach:Built-In Reliability Functions Library:achieving the desired circuit fault-toleranceFig.4.Control block diagrams:(a)Parity Generator;(b)Checker/Corrector.(a)(b)72.2.Reliability Early-Estimation:injecting transient faults(SEUs)in VHDL codenInsertion of the transient(single or multipl
12、e)fault in the VHDL code according to a predefined MTBF.nSimulate the circuit.nAfter simulation,we look for the primary outputs(POs)of the circuit to verify,for each of the injected transient faults,if they affected the functional circuit operation.8nIn this case,we can obtain one of the three concl
13、usions:Fthe fault was not propagated to the POs,then it is considered redundant;Fthe fault was propagated to the POs of the circuit and it was detected by the built-in reliability functions appended to the memory elements.(This can be verified by reading out the outputs of the comparators along with
14、 the VHDL code after simulation.)Then,the reliability of the circuit is maintained.Fif the fault produced an erroneous PO and it was not detected by the appended hardware,then the reliability of the circuit is reduced.This happens because either the reliability functions used in the program fail to
15、detect such a fault,or the choice of the memory elements to be made fault-tolerant is not adequate(because important blocks of storage elements remain in the original form).2.2.Reliability Early-Estimation:injecting transient faults(SEUs)in VHDL code9nAt the end of this process,we compute the overal
展开阅读全文
链接地址:https://www.163wenku.com/p-4688198.html