Skip to content

Commit

Permalink
Update README.md and run scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
yuchenhao committed Feb 11, 2016
1 parent cbbf525 commit 5958bd7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -42,9 +42,9 @@ Let’s assume you are in the home directory (`$PARADE_HOME`) of the checked out

2. Build ARA version:
* Enable the `SIM_DEDICATED_ARA` macro in all three files, `src/mem/ruby/profiler/Profiler.cc`, `src/mem/ruby/system/System.cc`, and `src/sim/simulate.cc`
* Accelerators can be configured using the --acc_types and --num_accinstances options. --acc_types specifies the accelerator types to be instantiated in the simulated architecture. String type in the form of `ACC[,ACC]' is accepted, such as `Deblur' and `Deblur,Denoise'. --num_accinstances denotes the number of copies of each accelerator type.
* Accelerators can be configured using the `--acc_types` and `--num_accinstances options`. `--acc_types` specifies the accelerator types to be instantiated in the simulated architecture. String type in the form of `ACC[,ACC]` is accepted, such as `Deblur` and `Deblur,Denoise`. `--num_accinstances` denotes the number of copies of each accelerator type.
* `./build.gem5.sh`
* `cp build/X86/gem5.opt parade-test/TDLCA_BlackScholes`
* `cp build/X86/gem5.opt parade-test/gem5-ara.opt`

##Build Benchmarks

Expand Down
2 changes: 1 addition & 1 deletion run.dedicated.ara.begin.sh
Expand Up @@ -3,7 +3,7 @@
#run it using atomic cpu until the end of initilization, then take checkpoint and exit

#Common configurations in the script
GEM5=./parade-test/gem5.opt
GEM5=./parade-test/gem5-ara.opt
OUT_DIR=./parade-test/
BOOT_DIR=./configs/boot/
START_CKPT_DIR=./parade-test/ckpt-1core/
Expand Down
2 changes: 1 addition & 1 deletion run.dedicated.ara.ooo.sh
Expand Up @@ -3,7 +3,7 @@
#run it using atomic cpu until the end of initilization, then take checkpoint and exit

#Common configurations in the script
GEM5=./parade-test/gem5.opt
GEM5=./parade-test/gem5-ara.opt
OUT_DIR=./parade-test/
BOOT_DIR=./configs/boot/
START_CKPT_DIR=./parade-test/ckpt-1core/
Expand Down

0 comments on commit 5958bd7

Please sign in to comment.