Skip to content

Commit 7760ef8

Browse files
committed
doc: abolish content
1 parent 6416789 commit 7760ef8

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# OpenPerf Project
22

3-
OpenPerf is an open source benchmark aims to test the performance of the microarchitechture in processor core, developed and be mantained by [One Student One Chip Project](https://ysyx.org).
3+
OpenPerf is an open source benchmark for evaluating test the performance of the microarchitecture in processor core, developed and be maintained by [One Student One Chip Project](https://ysyx.org).
44

55
# How to use
66

7-
This project is planning to integrate with [YSYX's workbench](https://github.com/OSCPU/ysyx-workbench) and [NJU ProjectN](https://github.com/NJU-ProjectN).
7+
This project plans to integrate with [YSYX's workbench](https://github.com/OSCPU/ysyx-workbench) and [NJU ProjectN](https://github.com/NJU-ProjectN).
88

99
To use openperf in baseline practice, clone it into your project's [AbstractMachine Kernels](https://github.com/NJU-ProjectN/am-kernels).
1010

@@ -15,7 +15,7 @@ cd openperf
1515
make ARCH= ... # NOTICE: `...` is not a part of the make command and you need to write it by yourself.
1616
```
1717

18-
The make recipe just like other benchmark programs in `am-kernel` that you can decide the Architectures and the test scale.
18+
The make recipe, like other benchmark programs in `am-kernel`, allows you to choose the architectures and the test scale.
1919

2020
## Benchmark Programs
2121

@@ -51,19 +51,20 @@ The make recipe just like other benchmark programs in `am-kernel` that you can d
5151
* Stream Memory Access: STREAM
5252
* Irregular Memory Access: mcf
5353
* Float Memory: GEMM
54-
* Footprint: Gsim and essent which verilate various RISC-V processor cores like riscv-mini, Nutshell, Rocket Core, BOOM and XiangShan
54+
* Footprint: Gsim and essent which simulate various RISC-V processor cores such as riscv-mini, Nutshell, Rocket Core, BOOM and XiangShan
5555
* Branch Prediction: TCC
5656
* Floating-point Arithmetic: Linpack, Whetstone
5757
* Utils: soft-fp(cyl), abstract-machine, openlibm
5858

5959
## Ranking (Coming Soon)
6060

61-
One Student One Chip Project is planning to build a rank for students! You can run OpenPerf with your NEMU or NPC to figure out the performance, and compare to others.
61+
The One Student One Chip Project is planning to build a ranking system for students! You can run OpenPerf with your NEMU or NPC to find out your performance and compare with others.
6262

6363
## Contribute Guide
6464

6565
### Roadmap
6666

6767
- [x] Transplant benchmark programs
68-
- [ ] Test the sensitivity of different programs
69-
- [ ] Early Access
68+
- [ ] Test the sensitivity of various programs
69+
- [ ] Collect performance data from various open source processor cores
70+
- [ ] Get early access

0 commit comments

Comments
 (0)