Update the README to include Git LFS instructions

This commit is contained in:
2023-10-30 10:02:37 +01:00
parent ea4e6fa33e
commit de20ad5664

View File

@@ -54,7 +54,7 @@ If you are interested in the Trace Analyzer, if you need support with the setup
## Basic Setup
To use DRAMSys, first clone the repository. Make sure that Git LFS is installed on your machine.
To use DRAMSys, first clone the repository.
### Dependencies
@@ -106,6 +106,18 @@ There are two ways to couple DRAMSys with **gem5**:
- 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).
## Development
Some additional development sources required for tests may be obtained using Git LFS.
Make sure to have Git LFS installed through your system's package manager and set up for your user:
```bash
git lfs install
```
To make the additional files available, run:
```bash
git lfs pull
```
## Acknowledgements
The development of DRAMSys was supported by the German Research Foundation (DFG) as part of the priority program [Dependable Embedded Systems SPP1500](http://spp1500.itec.kit.edu) and the DFG grant no. [WE2442/10-1](https://www.uni-kl.de/en/3d-dram/). Furthermore, it was supported within the Fraunhofer and DFG cooperation program (grant no. [WE2442/14-1](https://www.iese.fraunhofer.de/en/innovation_trends/autonomous-systems/memtonomy.html)) and by the [Fraunhofer High Performance Center for Simulation- and Software-Based Innovation](https://www.leistungszentrum-simulation-software.de/en.html). Special thanks go to all listed contributors for their work and commitment during seven years of development.