From bc0214e15aa4769d5726ad94a291177991d16b37 Mon Sep 17 00:00:00 2001 From: Haojin Tang Date: Thu, 24 Oct 2024 18:29:11 +0800 Subject: [PATCH] docs(tutorial): add hpca25 info page --- docs/index.md | 4 +++- docs/tutorials/hpca25.md | 46 ++++++++++++++++++++++++++++++++++++++++ mkdocs.yml | 1 + 3 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 docs/tutorials/hpca25.md diff --git a/docs/index.md b/docs/index.md index 1edf392..bce24c6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -9,7 +9,9 @@ hide: ## Recent Updates -**我们将继续在MICRO'24会议期间同地举办香山项目的上手教程. Look forward to seeing you at MICRO'24 in Austin, USA. Learn more on [the MICRO'24 Tutorial Page](tutorials/micro24.md).** +**Upcoming: 我们将继续在MICRO'24会议期间同地举办香山项目的上手教程. Look forward to seeing you at MICRO'24 in Austin, USA. Learn more on [the MICRO'24 Tutorial Page](tutorials/micro24.md).** + +我们将继续在HPCA'25会议期间同地举办香山项目的上手教程. Look forward to seeing you at HPCA'25 in Las Vegas, USA. Learn more on [the HPCA'25 Tutorial Page](tutorials/hpca25.md). 香山社区在第 4 届 RISC-V 中国峰会(RVSC 2024)期间举办了同期活动,在本次同期活动中同时举办了香山项目的上手教程. XiangShan community have held a co-event at RISC-V China Summit 2024 in Hangzhou, China, during which we also hosted XiangShan tutorials. Learn more on [the RVSC'24 Tutorial Page](tutorials/rvsc24.md). diff --git a/docs/tutorials/hpca25.md b/docs/tutorials/hpca25.md new file mode 100644 index 0000000..1901f8c --- /dev/null +++ b/docs/tutorials/hpca25.md @@ -0,0 +1,46 @@ +# Tutorials at HPCA'25 + +We are going to host half-day tutorials on XiangShan and MinJie during HPCA'25 in Las Vegas, USA. + +## Agenda + +**Time: To be done** + +| Time | Topic | Slides | +| -------- | ----- | ------ | +| To be done | Introduction of the XiangShan Project | To be done | +| To be done | Microarchitecture Design and Implementation | To be done | +| To be done | Hands-on Development | To be done | + + + +## XiangShan: An Open Source High Performance RISC-V Processor and Infrastructure for Architecture Research + +Over the past decade, agile and open-source hardware has gained increasing attentions in both academia and industry. In 2019, the SIGARCH Visioning Workshop “Agile and Open Hardware for Next-Generation Computing” in conjunction with ISCA invited eleven experts to present their visions on this direction. We believe that open-source hardware design, and more importantly, free and open development infrastructure, has the opportunity to bring more convenience to architecture research and stimulate innovations. + +In this tutorial, we will present our efforts on the XiangShan project. XiangShan is an open-source, industry-competitive, high performance RISC-V processor. It has raised the performance ceiling of publicly accessible processors and set the competitive groundwork for future computer architecture research. Besides, we build an agile development platform called MinJie that integrates a broad set of development tools as infrastructure. We will demonstrate how XiangShan, together with MinJie, helps researchers realize their innovative ideas agilely and obtain convincing evaluation results. Our work was previously published at the MICRO’22 conference, selected as an IEEE Micro Top Pick from the 2022 Computer Architecture Conferences. + +The major goal of the tutorial is to demonstrate how the XiangShan project can make architecture research more convenient and solid. XiangShan has been developing on an agile hardware development platform called MinJie. We believe MinJie has the potential to become one of the most important infrastructures for computer architecture researchers. In this tutorial, we will guide audience how to setup and make customization or do research on XiangShan agilely and obtain accurate and convincing evaluation results. + +Target audience includes researchers on architecture design, agile development, etc. + + + +## To be covered + +- Introduction to the XiangShan project + +In June 2020, we launched XiangShan project. We have developed two major generations of codenamed YQH and NH respectively. The latest version of XiangShan processor achieves the highest performance of open-source RISC-V processors to the best of our knowledge. There is an on-going third generation called KMH targeting higher performance. We will also cover XiangShan tape-out status, performance evaluation, future roadmap, etc. + +- Introduction to the microarchitecture and design concepts of XiangShan processor + +XiangShan is a superscalar out-of-order RISC-V processor with RV64GCBK ISA support. Vector and Hypervisor extensions are to be supported in the 3rd generation KMH. It features high-throughput frontend with advanced branch predictor, six-way aggressive out-of-order execution engine, high-bandwidth load/store unit and highly configurable cache system. Written in Chisel, a high-level hardware description language, XiangShan also achieves high readability and maintainability. + +- Introduction to the infrastructures for XiangShan development + +We will introduce the development infrastructure of XiangShan processor, also known as the MinJie platform. MinJie is open sourced as well. It includes a series of tools that can accelerate the process of hardware development, functional verification, and performance evaluation. We will first talk about the principles and instructions of MinJie toolsets, and then demonstrate how to employ these tools to help quickly develop XiangShan processor. + +- Hands-on development with typical use cases on XiangShan and MinJie + +We have established a comprehensive workflow to simulate XiangShan processor and do prototype on FPGA. In this part, we will perform a practical demonstration, including argument details and key points to pay attention to. We will present some typical cases for XiangShan development. For example, how to add an instruction, how to add a peripheral device and how to re-configure cache structure. Based on XiangShan and Minjie platform, many architectural works can be reproduced and accelerate the interactions between academia and industry. + diff --git a/mkdocs.yml b/mkdocs.yml index 449680f..67823fc 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -46,6 +46,7 @@ nav: - Publications: tutorials/publications.md - Talks: tutorials/talks.md - Tutorials: + - HPCA'25: tutorials/hpca25.md - MICRO'24: tutorials/micro24.md - RVSC'24: tutorials/rvsc24.md - ASPLOS'24: tutorials/asplos24.md