RISC-V提供了一个JavascriptRISC-V ISA(RV64)模拟器,可以使用浏览器来运行,从github上获取源码:

$ git clone -brelease https://github.com/riscv/riscv-angel.git

riscv-angle目录中运行如下命令:

$ make

$ python -mSimpleHTTPServer 8000

在浏览器中访问localhost:8000/run.html即可运行模拟器:

 Javascript版RISC-VISA(RV64)模拟器

相关文章:

  • 2021-06-12
  • 2021-10-05
  • 2022-12-23
  • 2021-10-01
  • 2021-09-25
  • 2022-01-30
  • 2021-04-06
  • 2022-12-23
猜你喜欢
  • 2021-08-01
  • 2022-01-03
  • 2021-08-02
  • 2022-01-19
  • 2022-02-15
  • 2022-12-23
  • 2021-07-17
相关资源
相似解决方案