diff --git a/README.md b/README.md index 61fa177..7d0a462 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/run.dedicated.ara.begin.sh b/run.dedicated.ara.begin.sh index 03d6da7..10661dd 100755 --- a/run.dedicated.ara.begin.sh +++ b/run.dedicated.ara.begin.sh @@ -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/ diff --git a/run.dedicated.ara.ooo.sh b/run.dedicated.ara.ooo.sh index 9f5f570..6ffe7c4 100755 --- a/run.dedicated.ara.ooo.sh +++ b/run.dedicated.ara.ooo.sh @@ -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/