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
- Host: GitHub
- URL: https://github.com/chueating1005/computer-organization
- Owner: ChuEating1005
- Created: 2024-02-29T06:50:58.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-18T02:43:35.000Z (4 months ago)
- Last Synced: 2025-03-18T03:31:39.842Z (4 months ago)
- Language: C++
- Size: 17.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |