Skip to content

Combinational ATPG generator based on D-Algorithm

Notifications You must be signed in to change notification settings

shaciping/atpggen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


atpgGenerator - Combinational ATPG generator.

Arun. C (arunc@ee.iitb.ac.in) EE-709 - Testing and Verification for VLSI Circuits. Project Guide : Prof. Virender Singh.

Directories and files: compile.bash - compilation script. code/ - source code. docs/ - report and presentation. bin/ - Directory where the final executable will go after compiling. examples/ - sample circuits (verilog) and results. benchmarks/- Bench mark circuits. ISCAS-85.

Compiling: cd ./code g++ -g -Wall -Wno-deprecated main.cpp -lboost_regex -lboost_graph -o ../bin/atpgGenerator

Usage: ${PATH}/atpgGenerator ex1.v | tee ex1.log Result: cat ex1.v_fault.lst

Dept of Electrical Engineering - IIT Bombay

About

Combinational ATPG generator based on D-Algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published