Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skudlur authored Apr 17, 2023
1 parent 529642d commit 192ccbc
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,26 @@
Circuit Fault Tester

### What is CFT?
Circuit Fault Tester is a tool used to parse a netlist file and perform fault optimizations. This tool is developed as a part of my elective course - "Testing of Digital Circuits". **It is an educational tool.**
Circuit Fault Tester is a tool used to parse a netlist file and perform fault optimizations. This tool is developed as a part of my elective course - "Testing of Digital VLSI Circuits". **It is an educational tool.**

## Installation
- Install the Rust compiler 'rustc' using rustup.

```bash
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```
- Clone this repo

```bash
git clone https://github.com/suhaskv1/CFT.git
```
- Change directory to CFT/src and run the following

```bash
cd CFT/src
cargo run
```
- Change the netlist as required

### Checklist
1. ~Fault equivalence operation with collapse ratio.~
Expand Down

0 comments on commit 192ccbc

Please sign in to comment.