aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index d88ee16..a0f036a 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
-# RISC-V Machine Source Code for CPU Competition
+# RISC Processor Source Code for CPU Competition
-This repository contains the RISC-V machine source code used in the CPEN 211 CPU competition held at the end of the semester.
+This repository contains the RISC processor source code used in the CPEN 211 CPU competition held at the end of the semester.
## Performance Overview
-- **Main Branch**: Achieves **maximum 5 cycles per instruction**.
+- **Main Branch**: Achieves **maximum 5 cycles per instruction** and is currently non-pipelined in SV.
- **Competition Results**: Ranked **3rd place** in terms of:
- Efficiency to compute multiple instructions.
- Maximum clock frequency achieved.