An open API service indexing awesome lists of open source software.

https://github.com/chueating1005/computer-organization

NYCU 112-2 Course, Computer Organization
https://github.com/chueating1005/computer-organization

Last synced: 3 months ago
JSON representation

NYCU 112-2 Course, Computer Organization

Awesome Lists containing this project

README

        

# NYCU 2024 Spring Course: Computer Organization
> [!NOTE]
> - Instructor : 葉宗泰
> - Semester : 2024 Spring
> - [Course Website](https://people.cs.nycu.edu.tw/~ttyeh/course/2024_Spring/CS10014/outline.html)
> - [Lab Website](https://nycu-caslab.github.io/CO2024/index.html)

## Labs
| | Topic |
|:-----:|:-------------------------------------------------------:|
| Lab 0 | Environment Setup & simple verilog practice |
| Lab 1 | Single Cycle CPU w/ Simple RISC-V Instruction |
| Lab 2 | Single Cycle CPU w/ Branch Instruction |
| Lab 3 | Simple Pipeline CPU |
| Lab 4 | Advance Pipeline CPU |