Skip to content

Mi-AIoT/easyriscv

 
 

Repository files navigation

Easy RISC-V

https://easyriscv.dram.page

Build

Pandoc is required.

To build the English version:

pandoc --toc --template=template.html --lua-filter=filter.lua --variable=date:"$(date --utc +"%F %R")" -o index.html index.md

To build the Chinese version:

pandoc --toc --template=template.html --lua-filter=filter.lua --variable=date:"$(date --utc +"%F %R")" -o index-zh.html index-zh.md

Or run the build script:

./build.sh

License

This tutorial is provided under the CC0 license. To the maximum extent permitted by law, this tutorial is dedicated to the public domain.

The associated code in this repository is provided under, of your choosing, either the CC0 license or the 0-clause "BSD" license.

Page move

This site was previously at https://dramforever.github.io/easyriscv/. In February of 2026, I have moved it to a domain under my control.

About

RISC-V emulator and intro tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 76.1%
  • JavaScript 21.9%
  • CSS 1.3%
  • Other 0.7%