https://github.com/coldnew/riscv-lecture
RISC-V programs to illustrate tutorials (a fork from jserv's embedded2015/arm-lecture)
https://github.com/coldnew/riscv-lecture
Last synced: about 1 year ago
JSON representation
RISC-V programs to illustrate tutorials (a fork from jserv's embedded2015/arm-lecture)
- Host: GitHub
- URL: https://github.com/coldnew/riscv-lecture
- Owner: coldnew
- Created: 2015-09-17T04:56:11.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-21T03:21:21.000Z (almost 11 years ago)
- Last Synced: 2025-04-12T15:04:48.200Z (about 1 year ago)
- Language: C
- Size: 160 KB
- Stars: 3
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
#+TITLE: riscv-lecture
This repo is a fork from jserv's [[https://github.com/embedded2015/arm-lecture][embedded2015/arm-lecture]], which rewrite to
RISC-V assembly language instead.
* TODO
- [X] example1
Use =make spike= instead of =make qemu=
- [X] example2
- [X] example3
- [X] example4
- [ ] example5
- [X] example6
- [X] hello
- [ ] lab-1
- [ ] lab-1i
- [ ] lab-2
- [ ] lab-3