Remove deprecated gem5 files.

This commit is contained in:
Lukas Steiner
2023-05-23 14:53:06 +02:00
parent b2fd6f2a84
commit e389474139
14 changed files with 2 additions and 1704 deletions

View File

@@ -96,10 +96,8 @@ More information on the configuration can be found [here](configs/README.md).
## gem5 Coupling
There are two ways to couple DRAMSys with **gem5**:
- Use the official integration of DRAMSys in gem5.
- Compile gem5 as a shared library and link it with DRAMSys, which is described in more detail [here](src/gem5/README.md).
More information on how to use the DRAMSys integration in gem5 can be found in `ext/dramsys` of the gem5 repository.
- Use the official integration of DRAMSys in gem5. More information can be found in `ext/dramsys` of the gem5 repository.
- (Deprecated) Compile gem5 as a shared library and link it with DRAMSys, which is only supported in older versions of DRAMSys (tag v4.0).
## Acknowledgements