- Codebase Layout
- Microarchitecture
- Cache Subsystem
- Software
- Simulation
- Altera FPGA Setup Guide
- Xilinx FPGA Setup Guide
- Debugging
- Useful Links
- For the different environments Vortex supports, read this document.
- To install on your own system, follow this document.
Running Vortex simulators with different configurations:
-
Run basic driver test with rtlsim driver and Vortex config of 2 clusters, 2 cores, 2 warps, 4 threads
$ ./ci/blackbox.sh --driver=rtlsim --clusters=2 --cores=2 --warps=2 --threads=4 --app=basic
-
Run demo driver test with opae driver and Vortex config of 1 clusters, 4 cores, 4 warps, 2 threads
$ ./ci/blackbox.sh --driver=opae --clusters=1 --cores=4 --warps=4 --threads=2 --app=demo
-
Run dogfood driver test with simx driver and Vortex config of 4 cluster, 4 cores, 8 warps, 6 threads
$ ./ci/blackbox.sh --driver=simx --clusters=4 --cores=4 --warps=8 --threads=6 --app=dogfood