COS20019 – Cloud Computing Architecture Assignment 3
Hello, dear friend, you can consult us at any time if you have any questions, add WeChat: daixieit
COS20019 – Cloud Computing Architecture Assignment 3
- Goal
- To realize how to set the control signal in different instruction type.( Decoder & ALU Controller)
- To clarify how sign-extend work.
- Connect all datapath to form a single cycle CPU
- HW Requirement
- Implement bellow instruction for testing data(80%)
○ add
○ slt
○ addi
○ lw
○ sw
○ jal
○ jalr
○ You would not get any score for this part if you
program can’t pass the test by script.
- Report(20%)
- Hand in
- $(groupN)_$(studentid1)_$(studentid2).zip
○ $(groupN)_$(studentid1)_$(studentid2)
■ report.pdf
■ {*.v}
- Your report should be in PDF format.
(one report per group)
- Grade
Single Cycle CPU (80%)
Report (20%)
- Detailed description of the implementation● Implementation results
- Problems encountered and solutions
❖ Late submission: 10% penalty per day
❖ No plagiarism, or you will get 0 points
- Q&A
- Feel free to ask on HackMD if you need.
- We will not debug for you
- Reference
- RISC V(https://riscv.org/technical/specifications/)
2025-12-24