simulation framework refactoring

This commit is contained in:
Blaise Tine
2021-10-09 10:20:42 -04:00
parent 51673665b5
commit 54bddeee9c
89 changed files with 1217 additions and 1471 deletions

View File

@@ -24,11 +24,11 @@ Vortex is a full-system RISCV-based GPGPU processor.
- `hw`: Hardware sources.
- `driver`: Host driver software.
- `driver`: Host drivers repository.
- `runtime`: Kernel Runtime software.
- `simX`: Cycle-approximate simulator.
- `sim`: Simulators repository.
- `tests`: Tests repository.