From 438c99970f41cf80f428eb2cb111fb4f6b65c0eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89der=20Ferreira=20Zulian?= Date: Mon, 22 Jun 2015 18:03:10 +0200 Subject: [PATCH] README file updated --- README.md | 30 +++++++++++++++++------------- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 83b65478..d76a216c 100644 --- a/README.md +++ b/README.md @@ -64,15 +64,11 @@ $ qtcreator & Use the menu bar and open the DRAMSys project. -**File -> Open Project -> dram.vp.sys/dram/dramSys/dramSys.pro** +**File -> Open Project -> dram.vp.system/DRAMSys/dram.vp.system.pro** When you open the project for the first time a configuration window pops-up. Then click in **Configure Project** and after that **Build** the project. -Repeat the procedure above and build the trace analyser project. - -**File -> Open Project -> dram.vp.sys/analyser/analyser/traceAnalizer.pro** - To speedup the building process one can use the additional **make** option **-j[jobs]**. The command line below returns a good number to be passed to make as the number of jobs that can run simultaneously to improve the building @@ -92,21 +88,29 @@ In case you prefer a command line interface to the QTCreator GUI you can also use **qmake** to generate a Makefile and then compile the project. ``` bash -$ cd dram $ mkdir build $ cd build -$ qmake ../dramSys/dramSys.pro +$ qmake ../DRAMSys/dram.vp.system.pro $ make ``` -The result of the compilation is an executable binary file **dramSys** -generated inside the build directory. The program can be executed with the -command below. +The compilation generates executable binary files **dramSys** and +**traceAnalyzer** that can be found inside sub-directories. + +From the build directory use the commands below to execute DRAMSys. ``` bash +$ cd dram/dramSys $ ./dramSys ``` +From the build directory use the commands below to execute the traceAnalyzer. + +``` bash +$ cd analyzer/analyzer +$ ./traceAnalyzer +``` + ### DRAMSys Configuration The **dramSys** executable supports one argument which is a XML file that @@ -129,17 +133,17 @@ The XML code below shows a typic configuration: - + - + - +