Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated README.md - running instructions #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):

Expand Down