You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,12 +29,15 @@ The framework supports a timing approximation by clocking the predictor for ever
29
29
30
30
## Prerequisites
31
31
32
-
The infrastructure has been tested with the following system configuration:
32
+
The infrastructure and following commands have been tested with the following system configuration:
33
33
34
34
* Ubuntu 22.04.2 LTS
35
35
* gcc 11.4.0
36
36
* cmake 3.22.1
37
37
38
+
> See the [CI pipeline](https://github.com/dhschall/LLBP/actions/workflows/build-and-run.yml) for other tested system configurations.
39
+
40
+
38
41
39
42
## Install Dependencies
40
43
@@ -62,7 +65,7 @@ cmake --build ./build -j 8
62
65
63
66
## Server traces
64
67
65
-
The traces use to evaluate LLBP collected by running the server applications on gem5 in full-system mode. The OS of the disk image is Ubuntu 20.04 and the kernel version is 5.4.84. The traces are in the [ChampSim](https://github.com/ChampSim/ChampSim) format and contains both user and kernel space instructions. The traces are available on Zenodo at [10.5281/zenodo.13133243](https://doi.org/10.5281/zenodo.13133243).
68
+
The traces use to evaluate LLBP collected by running the server applications on gem5 in full-system mode. The OS of the disk image is Ubuntu 20.04 and the kernel version is 5.4.84. The traces are in the [ChampSim](https://github.com/ChampSim/ChampSim) format and contains both user and kernel space instructions. The traces are available on Zenodo at [10.5281/zenodo.13133242](https://doi.org/10.5281/zenodo.13133242).
66
69
67
70
The `download_traces.sh` script in the utils folder will download all traces from Zenodo and stores them into the `traces` directory.:
0 commit comments