Skip to content

Commit 56dd5d8

Browse files
authoredJan 30, 2020
Reflect the param requirements in build script
The build script expects 7 arguments but the old README had only 6. Added `L1I_PREFETCHER` to the list of arguments in doc.
1 parent 8a88185 commit 56dd5d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ git clone https://github.com/ChampSim/ChampSim.git
1313
ChampSim takes five parameters: Branch predictor, L1D prefetcher, L2C prefetcher, LLC replacement policy, and the number of cores.
1414
For example, `./build_champsim.sh bimodal no no lru 1` builds a single-core processor with bimodal branch predictor, no L1/L2 data prefetchers, and the baseline LRU replacement policy for the LLC.
1515
```
16-
$ ./build_champsim.sh bimodal no no no lru 1
16+
$ ./build_champsim.sh bimodal no no no no lru 1
1717
18-
$ ./build_champsim.sh ${BRANCH} ${L1D_PREFETCHER} ${L2C_PREFETCHER} ${LLC_PREFETCHER} ${LLC_REPLACEMENT} ${NUM_CORE}
18+
$ ./build_champsim.sh ${BRANCH} ${L1I_PREFETCHER} ${L1D_PREFETCHER} ${L2C_PREFETCHER} ${LLC_PREFETCHER} ${LLC_REPLACEMENT} ${NUM_CORE}
1919
```
2020

2121
# Download DPC-3 trace

0 commit comments

Comments
 (0)