- Date: 2023-1
- William J. Song, Yonsei university, Electrical and Electronics Engineering
- Assignments and Projects in this lecture uses kite simulator
- This repository is only for archiving purpose.
-
- Goal: Write an Insertion sort code using RISC-V instructions.
-
- Goal: Write a Quick sort code using RISC-V instructions.
-
- Goal: Implement floating add, subtract, multiply, and divide functions that perform bit-level operations on the sign, exponent, and fraction of operations to calculate the result.
-
- Goal: Implement a branch predictor in a processor pipeline.
-
- Goal: Implement a set-associative cache in Kite.