Created Images directory and updated Vortex.md with Codebase and Microarchitecture hyperlinks

This commit is contained in:
Malik Aki Burton
2021-04-28 14:50:25 -04:00
parent e3e5c178ff
commit 35308dbe2d
3 changed files with 4 additions and 3 deletions

View File

Before

Width:  |  Height:  |  Size: 517 KiB

After

Width:  |  Height:  |  Size: 517 KiB

View File

@@ -32,7 +32,7 @@ Vortex uses the SIMT (Single Instruction, Multiple Threads) execution model with
### Vortex Pipeline/Datapath ### Vortex Pipeline/Datapath
![Image of Vortex Microarchitecture](vortex_microarchitecture_v2.png) ![Image of Vortex Microarchitecture](./Images/vortex_microarchitecture_v2.png)
Vortex has a 5-stage pipeline: FI | ID | Issue | EX | WB. Vortex has a 5-stage pipeline: FI | ID | Issue | EX | WB.

View File

@@ -2,10 +2,11 @@
### Table of Contents ### Table of Contents
- Vortex Microarchitecture - [Vortex Codebase Layout](https://github.com/vortexgpgpu/vortex-dev/blob/master/doc/Codebase.md)
- [Vortex Microarchitecture and Extended RISC-V ISA](https://github.com/vortexgpgpu/vortex-dev/blob/master/doc/Microarchitecture.md)
- Vortex Software - Vortex Software
- [Vortex Simulation](https://github.com/vortexgpgpu/vortex-dev/blob/master/doc/Simulation.md) - [Vortex Simulation](https://github.com/vortexgpgpu/vortex-dev/blob/master/doc/Simulation.md)
- [FPGA](https://github.com/vortexgpgpu/vortex-dev/blob/master/doc/Flubber_FPGA_Startup_Guide.md) - [FPGA Configuration, Program and Test](https://github.com/vortexgpgpu/vortex-dev/blob/master/doc/Flubber_FPGA_Startup_Guide.md)
- Debugging - Debugging
- Useful Links - Useful Links