Go to file
yaozhicheng db4a27389b split doc 2024-04-11 16:15:54 +08:00
doc split doc 2024-04-11 16:15:54 +08:00
image split doc 2024-04-11 16:15:54 +08:00
mk add RAS Stack and fix export LANG bug 2024-03-28 07:31:13 +00:00
src add RAS Stack and fix export LANG bug 2024-03-28 07:31:13 +00:00
.gitignore initial BPU sub moudle build makefile 2024-03-28 06:33:09 +00:00
LICENSE Initial commit 2024-03-28 14:23:13 +08:00
Makefile add RAS Stack and fix export LANG bug 2024-03-28 07:31:13 +00:00
Readme.md split doc 2024-04-11 16:15:54 +08:00
Readme_cn.md split doc 2024-04-11 16:15:54 +08:00

Readme.md

The first phase of Open Verification for the Kunminghu microarchitecture of Xiangshan: Kunminghu's BPU Module UT Verification in Action.

中文文档

This project aims to explore open-sourced subdivision verification of the high-performance open-source RISC-V OpenXiangshan processor's microarchitecture. It introduces new tools and methods based on Python, enabling all students interested in chip design and verification to quickly grasp and study the XiangShan microarchitecture. This phase provides a detailed introduction to the principles and implementation of the branch prediction module of the XiangShan Kunminghu architecture, along with the corresponding open-source verification environment. Participants in this phase can earn points and rewards by submitting bugs, writing verification reports, and more.

The Open-Verify Porject Official Websitewww.openverify.cc Gitlink Eventhttps://www.gitlink.org.cn/glcc/2023/subjects/detail/473

Introduction

TBD