diff --git a/README.md b/README.md index 901141fe..5ce5f70f 100644 --- a/README.md +++ b/README.md @@ -1475,12 +1475,13 @@ export GEM5=$HOME/gem5 export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${GEM5}/build/ARM ``` -DRAMSys will detect gem5 and configures automatically the according compile -target *gem5* for QtCreator. +The project file [DRAMSys.pro](DRAMSys/DRAMSys.pro) checks whether the +environment variable **GEM5** is defined or not and configures automatically +the corresponding build target **gem5** for QtCreator. In order to run gem5 with DRAMSys it is mandatory to run gem5 first without -DRAMSys in order to generate an **.ini** file which will be read by the DRAMSys_gem5 -binary. In the following several examples for DRAMSys gem5 bindings are shown. +DRAMSys and generate a configuration file **config.ini** which will be the +value of the second parameter to DRAMSys_gem5. ### DRAMSys with gem5 traffic generator