Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kevin85421/atpg-special-project

atpg source code : https://github.com/xenia-cjen/atpg
https://github.com/kevin85421/atpg-special-project

Last synced: 7 days ago
JSON representation

atpg source code : https://github.com/xenia-cjen/atpg

Awesome Lists containing this project

README

        

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.