From 192ccbc97f2a32a091bfda9ec51de7c6a9880414 Mon Sep 17 00:00:00 2001 From: Suhas KV <38615795+suhaskv1@users.noreply.github.com> Date: Mon, 17 Apr 2023 21:46:49 +0530 Subject: [PATCH] Update README.md --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b0bee97..a15de71 100644 --- a/README.md +++ b/README.md @@ -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.~