From bd2caddbdcee1060e9a7c2cb193125a15e49f148 Mon Sep 17 00:00:00 2001 From: Kushagra Date: Sun, 22 Dec 2024 17:09:39 +0530 Subject: [PATCH] Updated README.md - running instructions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 53beb5d..ed3816c 100644 --- a/README.md +++ b/README.md @@ -107,10 +107,10 @@ In general, to run ABACUS using a single process you need to change directory to main script: cd ABACUS_ROOT/trunk - python abacus.py [TESTBENCH_FOLDER] [design_file_to_be_approxamted] min_accuracy_threshold(0-100) + python abacus.py [design_files_to_be_approximated] [TESTBENCH_FOLDER] min_accuracy_threshold(0-100) Note: there may be error if other shell is used. - +Also, the design files should be present in `TESTBENCH_FOLDER/Original` To run with arbitrary input verilog files (MODIFY THIS):