Edited Simulation guide
This commit is contained in:
@@ -24,13 +24,12 @@ Running tests under specific drivers (rtlsim,simx,fpga) is done using the script
|
|||||||
- *L3cache* - used to enable the shared l3cache among the Vortex clusters.
|
- *L3cache* - used to enable the shared l3cache among the Vortex clusters.
|
||||||
- *Driver* - used to specify which driver to run the Vortex simulation (either rtlsim, vlsim, fpga, or simx).
|
- *Driver* - used to specify which driver to run the Vortex simulation (either rtlsim, vlsim, fpga, or simx).
|
||||||
- *Debug* - used to enable debug mode for the Vortex simulation.
|
- *Debug* - used to enable debug mode for the Vortex simulation.
|
||||||
|
- *Scope* -
|
||||||
- *Perf* - is used to enable the detailed performance counters within the Vortex simulation.
|
- *Perf* - is used to enable the detailed performance counters within the Vortex simulation.
|
||||||
- *App* - is used to specify which test/benchmark to run in the Vortex simulation. The main choices are vecadd, sgemm, basic, demo, and dogfood. Other tests/benchmarks are located in the `/benchmarks/opencl` folder though not all of them work wit the current version of Vortex.
|
- *App* - is used to specify which test/benchmark to run in the Vortex simulation. The main choices are vecadd, sgemm, basic, demo, and dogfood. Other tests/benchmarks are located in the `/benchmarks/opencl` folder though not all of them work wit the current version of Vortex.
|
||||||
- *Args* -
|
- *Args* -
|
||||||
|
|
||||||
An example of using the `blackbox.sh` commandline arguments is shown below.
|
Example use of command line arguments: Run the sgemm benchmark using the vlsim driver with a Vortex configuration of 1 cluster, 4 cores, 4 warps, and 4 threads.
|
||||||
|
|
||||||
Run the sgemm benchmark using the vlsim driver with a Vortex configuration of 1 cluster, 4 cores, 4 warps, and 4 threads:
|
|
||||||
|
|
||||||
$ ./ci/blackbox.sh --clusters=1 --cores=4 --warps=4 --threads=4 --driver=vlsim --app=sgemm
|
$ ./ci/blackbox.sh --clusters=1 --cores=4 --warps=4 --threads=4 --driver=vlsim --app=sgemm
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user