@@ -185,7 +185,7 @@ commands are useful in listing/using this functionality.
185185./olympia traces/dhry_riscv.zstf --pevents complete_retire.out RETIRE,COMPLETE -i100
186186
187187# Generate all pevents
188- ./olympia traces/dhry_riscv.zstf --pevents complete_retire.out ALL -i100
188+ ./olympia traces/dhry_riscv.zstf --pevents complete_retire.out all -i100
189189```
190190
191191### Generate Reports
@@ -238,12 +238,12 @@ python3 ./reports/plot_ts.y my_report_time_series_all.csv
238238./olympia -i1M ../traces/dhry_riscv.zstf --auto-summary off --report-all report_small.out
239239
240240# Use the medium sized core
241- cat arches/medium_core.yaml # Example the medium core
241+ cat arches/medium_core.yaml # Example of the medium core
242242./olympia -i1M ../traces/dhry_riscv.zstf --arch medium_core --auto-summary off --report-all report_medium.out
243243diff -y -W 150 report_small.out report_medium.out
244244
245245# Use the big core
246- cat arches/big_core.yaml # Example the medium core
246+ cat arches/big_core.yaml # Example of the big core
247247./olympia -i1M ../traces/dhry_riscv.zstf --arch big_core --auto-summary off --report-all report_big.out
248248diff -y -W 150 report_medium.out report_big.out
249249
@@ -366,4 +366,4 @@ top.cpu.core0.rename.scoreboards:
366366 ["iq2_alu", 1, 1, 1, 1, 1, 1],
367367 ["iq3_fpu", 1, 1, 1, 1, 1, 1],
368368 ["iq4_br", 1, 1, 1, 1, 1, 1]]
369- ```
369+ ```
0 commit comments