This is my personal solution for Programming assignment of course ICS 2023 , Nanjing University.
Completed all mandatory tasks from PA.1 to PA.4, in RISCV-32 ISA. Most of the optional tasks are not completed.
Note: This repo is forked from my old account.
如果感觉到有帮助的话,麻烦点个star谢谢喵😽
The project ICSPA is the programming assignment of the course ICS(Introduction to Computer System) in Department of Computer Science and Technology, Nanjing University.
This version of code framework is provided as assignment of course ICS 2023 fall (AI 00130) in School of Artificial Intelligence, instructed by Huiyan Wang Ph.D.
Course Homepage:
For more guide of this programming assignment, refer to https://nju-projectn.github.io/ics-pa-gitbook/ics2023/
To initialize, run
bash init.sh subproject-nameSee init.sh for more details.
This project is part of NJU ProjectN: https://github.com/NJU-ProjectN.