Skip to content

Commit fe4edc6

Browse files
committed
Updated README
1 parent 0810527 commit fe4edc6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ The infrastructure has been tested with the following system configuration:
106106
```
107107
Please use `build_champsim_highcore.sh` to build ChampSim for more than four cores.
108108

109-
5. Set appropriate environment variables before doing any experiment as follows:
109+
5. _Set appropriate environment variables as follows:_
110110

111111
```bash
112112
source setvars.sh
@@ -122,7 +122,7 @@ The infrastructure has been tested with the following system configuration:
122122
```
123123
> Note: the total size of all traces would be **~52 GB**.
124124

125-
2. Once all traces are downloaded, please replace the dummy path in `experiments/MICRO21_1C.tlist` and `experiments/MICRO21_4C.tlist` with the full path of your trace directory.
125+
2. If the traces are downloaded in some other path, please change the full path in `experiments/MICRO21_1C.tlist` and `experiments/MICRO21_4C.tlist` accordingly.
126126

127127
### More Traces
128128
1. We are also releasing a new set of ChampSim traces from [PARSEC 2.1](https://parsec.cs.princeton.edu) and [Ligra](https://github.com/jshun/ligra). The trace drop-points are measured using [Intel Pinplay](https://software.intel.com/content/www/us/en/develop/articles/program-recordreplay-toolkit.html) and the traces are captured by the ChampSim PIN tool. The traces can be found in the following links:
@@ -143,7 +143,7 @@ Our experimental workflow consists of two stages: (1) launching experiments, and
143143
* `exe`: the full path of the executable to run
144144
* `tlist`: contains trace definitions
145145
* `exp`: contains knobs of the experiements to run
146-
3. Create experiments as follows. Please make sure the paths used in tlist and exp files are appropriately changed.
146+
3. Create experiments as follows. _Please make sure the paths used in tlist and exp files are appropriate_.
147147

148148
```bash
149149
cd $PYTHIA_HOME/experiments/
@@ -164,7 +164,7 @@ Our experimental workflow consists of two stages: (1) launching experiments, and
164164
* `tlist`
165165
* `exp`
166166
* `mfile`: specifies stat names and reduction method to rollup
167-
3. Rollup statistics as follows. Please make sure the paths used in tlist and exp files are appropriately changed.
167+
3. Rollup statistics as follows. _Please make sure the paths used in tlist and exp files are appropriate_.
168168

169169
```bash
170170
cd experiements_1C/

0 commit comments

Comments
 (0)