[Back to homepage]

This page lists some softwares I had created as part of class projects/research/randomly (in conjunction with other people for some), which can be of use for people working in similar areas.

Fault Simulator - this is a 3-valued (1, 0, X) fault simulator, which given a circuit, an input pattern and a fault list, determines the achievable coverage. The simulator has been optimised for runtime (in some very specific but unlikely situations, memory usage may take a hit). The code was implemented using C. Anyone interested in using this simulator can download the executable here (for Unix systems). The input format is ./3fsim circuit.blif circuit.pat circuit.out . The fault list is created for the given circuit by the parser.