Skip to content
forked from xeniacjen/atpg

An automatic test pattern generation (ATPG) and fault simulation system.

Notifications You must be signed in to change notification settings

ericzy89/atpg-2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LaDS(I) ATPG SYSTEM v2016 FEB 2016

CONTENTS

I.    Introduction
II.   Directory Structure
III.  Usage
IV.   Revision History
V.    Authors

I. INTRODUCTION

ATPG and fault simulation tool.

II. DIRECTORY STRUCTURE

ATPG package: pkg/core
atpg's commands files: pkg/atpg
Interface files: pkg/interface
Commands, options and arguments manager files: pkg/common
Circuit files: netlist
Pattern files: pat
Script files: script

III. USAGE

Compile: 
    make

Run ATPG:
    ./bin/opt/atpg
    source script/atpg.script

Run fault simulation:
    ./bin/opt/atpg
    source script/fsim.script

IV. REVISION HISTORY

v2016 - Initial release.

V. Author

The tool is currently under construction and managed by J.Y.Chen 
(xenia-cjen). Any suggestions and comments are welcomed.

- e-mail: [email protected]
- github: https://github.com/xenia-cjen

Note: UI, including COMMON & INTERFACE package, is in the courtesy 
  of LaDS(II). 

Copyright (c) 2016 LaDS. All Rights Reserved.

About

An automatic test pattern generation (ATPG) and fault simulation system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Max 87.1%
  • Verilog 10.2%
  • C++ 2.2%
  • Yacc 0.2%
  • Lex 0.1%
  • Python 0.1%
  • Other 0.1%