Skip to content

Commit

Permalink
Update baseline.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasonyanyusong authored Mar 19, 2024
1 parent d501d68 commit 6053936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/2306/baseline/baseline.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ In addition to DiffTest, you will also implement a simple debugger and various t
These infrastructures will accompany you throughout the "One Student One Chip":
Even in stages A and S, you will find that they can still greatly improve debugging efficiency;
What's more? Without these infrastructures, you will have to pay a huge price if you want to survive the S stage.
1. Design an RV32E single-cycle processor.
1. Implement an RV32E single-cycle processor.
But you will first implement an RV32IM (yes, RV32IM) simulator.
Understand the behavior of RISC-V instructions and programs without considering RTL implementation details,
Then apply these understandings to the real processor implemented in RTL.
Expand Down

0 comments on commit 6053936

Please sign in to comment.