kalexio / fault-simulator

Simple fault simulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

fault-simulator

A simple test pattern generator and fault simulator for stuck-at faults in combinational circuits written in C. This fault simulator is a simple implementation based on the one presented on Towards acceleration of fault simulation using Graphics Processing Units without the GPU accelaration.

Build

$ make

Run

$ cd build
$ ./fault-simulator -h

About

Simple fault simulator


Languages

Language:C 96.1%Language:Makefile 3.9%