example33_new_CFG.png

Resources

Specifications - RISC-V International

EECS-2016-118.pdf

Programming Assignments

Project 1

Lexical Analysis

project1.pdf


Submissions

Project_1_Report__by_Sheng_Zhong.pdf

shengProject1Src.tar

https://drive.google.com/file/d/1ByXulh7dwLfJC8IH9KiOSBC46iqA_6Sx/view?usp=sharing

java -jar ./shengLexer.jar

Project 2

Translate programs WHILE into RISC-V assembly code. The resulting assembly code will be linked with a main program, written in C and compiled with gcc, and then run on either the RISC-V emulator or the SiFive board.

project2.pdf