summaryrefslogtreecommitdiff
path: root/projects/riscv/411-improvements.html
diff options
context:
space:
mode:
authorJoshua Yun <joshua@joshuayun.com>2024-07-10 00:19:30 -0500
committerJoshua Yun <joshua@joshuayun.com>2024-07-10 00:19:30 -0500
commit13d946fe67c56411bf22ea97ad323bf4d4f66ec6 (patch)
treedcb750f8426e623c8928d3e4b81429bbd7cb906c /projects/riscv/411-improvements.html
parent4cbe39f5d900ed3bbcf507cd0fe3fc60b6fb7cb0 (diff)
downloadwebsite-master.tar.gz
Updated projectsHEADmaster
Diffstat (limited to 'projects/riscv/411-improvements.html')
-rw-r--r--projects/riscv/411-improvements.html27
1 files changed, 27 insertions, 0 deletions
diff --git a/projects/riscv/411-improvements.html b/projects/riscv/411-improvements.html
new file mode 100644
index 0000000..fe1c5d6
--- /dev/null
+++ b/projects/riscv/411-improvements.html
@@ -0,0 +1,27 @@
+<!DOCTYPE HTML>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <title>Joshua's Website</title>
+ <link rel="shortcut icon" href="../../favicon.ico">
+ <link rel="stylesheet" href="../../style.css">
+</head>
+<body>
+ <div class="menu">
+ <h4>
+ <a class="menuitem" href="../../index.html">Home</a>
+ <a class="menuitem" href="../projects.html">Projects</a>
+ <a class="menuitem" href="../../trips/trips.html">Trips</a>
+ <a class="menuitem" href="../../ruby/ruby.html">Ruby (Images)</a>
+ <a class="menuitem" href="../../other/other.html">Other</a>
+ <a class="menuitem" href="../../about.html">About</a>
+ </h4>
+ </div>
+
+ <h2 class="title">Class Processor Improvements</h2>
+ <a class="back" href=riscv.html>&lt;-Back</a>
+ <p>
+ My groupmates and I made a Out of Order processor with a LSU, GShare Branch predictor, and Early branch resolution that supports RISCV-IM.
+ I will be writing about the further improvments that I make to the processor.
+ </p>
+</body>