13
MultiCore ATPG 2010 IC/CAD Contest 組組 組組組組 組組組 :、

MultiCore ATPG 2010 IC/CAD Contest 組員:林中正、曾國賢. Goal

  • View
    246

  • Download
    8

Embed Size (px)

Citation preview

Page 1: MultiCore ATPG 2010 IC/CAD Contest 組員:林中正、曾國賢. Goal

MultiCore ATPG

2010 IC/CAD Contest

組員:林中正、曾國賢

Page 2: MultiCore ATPG 2010 IC/CAD Contest 組員:林中正、曾國賢. Goal

Goal

Page 3: MultiCore ATPG 2010 IC/CAD Contest 組員:林中正、曾國賢. Goal

The goal is to develop an ATPG program with fast run time, few generated patterns and high fault coverage under the given multi‐core computing environment. The designed ATPG program should have the ability to handle single stuck‐at faults in combinational logic circuits. An evaluation set consist of several benchmarks is provided for verifying your program. A benchmark is a combinational logic circuit in the form of a Verilog gate‐level netlist.

Page 4: MultiCore ATPG 2010 IC/CAD Contest 組員:林中正、曾國賢. Goal

Introduction

Page 5: MultiCore ATPG 2010 IC/CAD Contest 組員:林中正、曾國賢. Goal

ATPG (acronym for both Automatic Test Pattern Generation and Automatic Test Pattern Generator) is an electronic design automation method/technology

Page 6: MultiCore ATPG 2010 IC/CAD Contest 組員:林中正、曾國賢. Goal

Program structure

Page 7: MultiCore ATPG 2010 IC/CAD Contest 組員:林中正、曾國賢. Goal

We use the 2‐bit adder as an example to illustrate briefly the operation of pattern generation.First, the gate level netlist is read to construct the structure of design .Second, find all single stuck‐at faults in this design and generate the fault list. Third, collapse the faults. The collapsed faults are used to calculate the fault coverage. Forth, pick up the fault one by one from the fault list to generate test pattern by running test algorithm.

Page 8: MultiCore ATPG 2010 IC/CAD Contest 組員:林中正、曾國賢. Goal
Page 9: MultiCore ATPG 2010 IC/CAD Contest 組員:林中正、曾國賢. Goal

Flow chart

Page 10: MultiCore ATPG 2010 IC/CAD Contest 組員:林中正、曾國賢. Goal
Page 11: MultiCore ATPG 2010 IC/CAD Contest 組員:林中正、曾國賢. Goal

Test Output

Page 12: MultiCore ATPG 2010 IC/CAD Contest 組員:林中正、曾國賢. Goal

Test pattern numberTotal backtrack numberTotal fault numberDetected fault numberUndetected fault numberAbort fault numberRedundant fault numberTotal equivalent fault numberEquivalent detected fault numberEquivalent undetected fault numberEquivalent abort fault numberEquivalent redundant fault numberFault CovergeEquivalent FCFault Efficiency

Page 13: MultiCore ATPG 2010 IC/CAD Contest 組員:林中正、曾國賢. Goal

謝謝您的聆聽