forked from XS-MLVP/UnityChipForXiangShan
doc: add maintain info
This commit is contained in:
parent
f8dbaf76aa
commit
c115c6dfe1
|
|
@ -80,6 +80,13 @@ The `run_ci.sh` script in the container will perform the following actions:
|
|||
1. Run `make CFG=configs/ci.yaml args="-n auto"` to execute tests
|
||||
1. Run `make doc` to generate documentation (test report)
|
||||
|
||||
|
||||
#### Maintenance
|
||||
|
||||
When submitting an Issue, Pull Request, or Discussion, specifying the corresponding module's maintainer can help get a quicker response. For the current list of maintainers, please refer to [this link](https://open-verify.cc/UnityChipForXiangShan/docs/99_maintain/).
|
||||
|
||||
If you are interested in this project, you are welcome to become a maintainer.
|
||||
|
||||
#### Additional Information
|
||||
|
||||
- **Code of Conduct:** [CODE_OF_CONDUCT.md](/CODE_OF_CONDUCT.md)
|
||||
|
|
|
|||
|
|
@ -81,6 +81,12 @@ sudo docker run -p 1313:1313 -it --rm ghcr.io/xs-mlvp/uc4xs:latest /home/run_ci.
|
|||
1. 执行 `make CFG=configs/ci.yaml args="-n auto"` 运行测试
|
||||
1. 执行 `make doc` 可视化文档(测试报告)
|
||||
|
||||
#### 维护
|
||||
|
||||
在提交Issue、Pull Request、Discussion 时,如果指定对应模块的 Maintainer 能更及时的得到回应。目前已有的维护人员请参考[本连接](https://open-verify.cc/UnityChipForXiangShan/docs/99_maintain/)。
|
||||
|
||||
如果您对本项目感兴趣,欢迎成为本项目中的维护者。
|
||||
|
||||
#### 其他说明
|
||||
|
||||
- **行为准则:** [CODE_OF_CONDUCT.md](/CODE_OF_CONDUCT.md)
|
||||
|
|
|
|||
|
|
@ -0,0 +1,66 @@
|
|||
---
|
||||
title: 维护者
|
||||
linkTitle: 维护者
|
||||
#menu: {main: {weight: 99}}
|
||||
weight: 900
|
||||
---
|
||||
|
||||
|
||||
在提交 issue、pull request、discussion 时,如果指定对应模块的 maintainer 能更及时的得到响应。目前已有的维护人员如下(首字母排名):
|
||||
|
||||
**验证工具:**
|
||||
- picker:[Makiras](https://github.com/Makiras), [SFangYy](https://github.com/SFangYy), [yaozhicheng](https://github.com/yaozhicheng)
|
||||
- toffee/toffe-test:[Miical](https://github.com/Miical), [yaozhicheng](https://github.com/yaozhicheng)
|
||||
|
||||
**主UT模块:**
|
||||
|
||||
- frontend:[Gao-Zeyu](https://github.com/orgs/XS-MLVP/people/Gao-Zeyu)
|
||||
- backend: TBD
|
||||
- mem_block: TBD
|
||||
- misc: TBD
|
||||
|
||||
**子UT模块:**
|
||||
- frontend.bpu.ftb : TBD
|
||||
- frontend.bpu.uftb : TBD
|
||||
- frontend.bpu.ittage : TBD
|
||||
- frontend.bpu.tagesc : [FrankOu2001](https://github.com/FrankOu2001)
|
||||
- frontend.bpu.ras : TBD
|
||||
- frontend.ftq : TBD
|
||||
- frontend.ibuffer : TBD
|
||||
- frontend.icache : TBD
|
||||
- frontend.ifu : TBD
|
||||
- frontend.instr_uncache : TBD
|
||||
- frontend.itlb : TBD
|
||||
- frontend.pmp : TBD
|
||||
- backend.ctrl_block.decode : [my-mayfly](https://github.com/my-mayfly), [TheKiteRunner24](https://github.com/TheKiteRunner24)
|
||||
- backend.ctrl_block.rename.*: TBD
|
||||
- backend.ctrl_block.dispatch*: TBD
|
||||
- backend.ctrl_block.mem_ctrl: TBD
|
||||
- backend.ctrl_block.redirect_gen: TBD
|
||||
- backend.ctrl_block.rob: TBD
|
||||
- backend.ctrl_block.pc_gpa_mem: TBD
|
||||
- backend.data_path: TBD
|
||||
- backend.scheduler.*: TBD
|
||||
- backend.exu_block.*: TBD
|
||||
- backend.og2_for_vector: TBD
|
||||
- backend.pc_target_mem: TBD
|
||||
- backend.wb_data_path: TBD
|
||||
- backend.wb_fu_busy_table: TBD
|
||||
- backend.bypass_network: TBD
|
||||
- mem_block.lsq.*: TBD
|
||||
- mem_block.dtlb: TBD
|
||||
- mem_block.load_store_unit: TBD
|
||||
- mem_block.dcache: TBD
|
||||
- mem_block.pmp: TBD
|
||||
- mem_block.prefetcher: TBD
|
||||
- mem_block.v_mem.*: TBD
|
||||
- mem_block.ptw: TBD
|
||||
- mem_block.uncache: TBD
|
||||
- mem_block.sbuffer: TBD
|
||||
- misc.l2_cache: TBD
|
||||
- misc.mmio: TBD
|
||||
|
||||
|
||||
*其他维护者陆续更新中
|
||||
|
||||
如果您对本项目感兴趣,欢迎申请成为本项目中的维护者。
|
||||
Loading…
Reference in New Issue