README.md (e05e6e4ff34afa1beef54a4dad870791cb76ab77) | README.md (2a03c3bdc39c27c53d68f71caf088fe1fc0a4b6a) |
---|---|
1# XiangShan 2 3XiangShan (香山) is an open-source high-performance RISC-V processor project. 4 5中文说明[在此](readme.zh-cn.md)。 6 | 1# XiangShan 2 3XiangShan (香山) is an open-source high-performance RISC-V processor project. 4 5中文说明[在此](readme.zh-cn.md)。 6 |
7Copyright 2020-2022 by Institute of Computing Technology, Chinese Academy of Sciences. 8 9Copyright 2020-2022 by Peng Cheng Laboratory. 10 | |
11## Documentation 12 13XiangShan's documentation is available at [docs.xiangshan.cc](https://docs.xiangshan.cc). 14 15The microarchitecture documentation on [docs.xiangshan.cc](https://docs.xiangshan.cc) is currently outdated for the latest version (Kunminghu). An updated version is in progress. 16 17XiangShan User Guide has been published separately. You can find it at [XiangShan-User-Guide/releases](https://github.com/OpenXiangShan/XiangShan-User-Guide/releases). 18 --- 104 unchanged lines hidden (view full) --- 123 124## Troubleshooting Guide 125 126[Troubleshooting Guide](https://github.com/OpenXiangShan/XiangShan/wiki/Troubleshooting-Guide) 127 128## Acknowledgement 129 130The implementation of XiangShan is inspired by several key papers. We list these papers in XiangShan document, see: [Acknowledgements](https://docs.xiangshan.cc/zh-cn/latest/acknowledgments/). We very much encourage and expect that more academic innovations can be realised based on XiangShan in the future. | 7## Documentation 8 9XiangShan's documentation is available at [docs.xiangshan.cc](https://docs.xiangshan.cc). 10 11The microarchitecture documentation on [docs.xiangshan.cc](https://docs.xiangshan.cc) is currently outdated for the latest version (Kunminghu). An updated version is in progress. 12 13XiangShan User Guide has been published separately. You can find it at [XiangShan-User-Guide/releases](https://github.com/OpenXiangShan/XiangShan-User-Guide/releases). 14 --- 104 unchanged lines hidden (view full) --- 119 120## Troubleshooting Guide 121 122[Troubleshooting Guide](https://github.com/OpenXiangShan/XiangShan/wiki/Troubleshooting-Guide) 123 124## Acknowledgement 125 126The implementation of XiangShan is inspired by several key papers. We list these papers in XiangShan document, see: [Acknowledgements](https://docs.xiangshan.cc/zh-cn/latest/acknowledgments/). We very much encourage and expect that more academic innovations can be realised based on XiangShan in the future. |
127 128## LICENSE 129 130Copyright © 2020-2025 Institute of Computing Technology, Chinese Academy of Sciences. 131 132Copyright © 2021-2025 Beijing Institute of Open Source Chip 133 134Copyright © 2020-2022 by Peng Cheng Laboratory. 135 136XiangShan is licensed under [Mulan PSL v2](LICENSE). |
|