Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/microarchitecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Vortex uses the SIMT (Single Instruction, Multiple Threads) execution model with
- Each thread has its own register file (32 int + 32 fp registers)
- Threads execute in parallel
- **Warps**
- A logical clster of threads
- A logical cluster of threads
- Each thread in a warp execute the same instruction
- The PC is shared; maintain thread mask for Writeback
- Warp's execution is time-multiplexed at log steps
Expand Down Expand Up @@ -80,4 +80,4 @@ Vortex has a 6-stage pipeline:
- Grouping of sockets sharing L2 cache

### Vortex Cache Subsystem
More details about the cache subsystem are provided [here](./cache_subsystem.md).
More details about the cache subsystem are provided [here](./cache_subsystem.md).