diff options
| author | Krish Thakur <69884464+kryptoish@users.noreply.github.com> | 2024-12-09 15:51:26 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-09 15:51:26 -0800 |
| commit | 7611c1bef0ce4abf7f33638d64f79db91f837ae3 (patch) | |
| tree | 5cc008ff5634f22b694496a118314c483a2caf58 | |
| parent | Update README.md (diff) | |
Update README.mdmain
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,9 @@ This repository contains the RISC processor source code used in the CPEN 211 CPU ### Final Ranking and Scores  +> Note: The processors highlighted pipelined and reference are there to help competitors see how fast a pipelined processor is compared to a unoptimized non-pipelined risc processor. + + --- ## Build Instructions |