Skip to content
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