Skip to content

sid-ak/VLSITester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

125 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VLSI-Tester

CIS 4930 (VLSI Testing) - Final Project at USF.
Implements an automatic test generator for single stuck-at faults in Python.

Supports:

  • [0] Read a circuit description using the specified format.
  • [1] Fault collapsing.
  • [2] Fault class listing.
  • [3] Simulate a fault free for faulty circuit with the given vector.
  • [4] Test generation for single stuck at faults using D-Algorithm.

Getting Started

  • Ensure python 3.10 or higher is installed.
  • Extract VLSITester-main.zip.
  • Run command in the directory named source: python main.py
  • To test your own circuit, place file with correct format in directory: benchmarks

Preview

Option [3] Simulate (with faults)

image

About

The final project CIS 4930 (VLSI Testing) at USF that implements an automatic test generator for single stuck-at faults.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages