summaryrefslogtreecommitdiff
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
parent4cbe39f5d900ed3bbcf507cd0fe3fc60b6fb7cb0 (diff)
downloadwebsite-13d946fe67c56411bf22ea97ad323bf4d4f66ec6.tar.gz
Updated projectsHEADmaster
-rw-r--r--projects/labbench/comboscope.html5
-rw-r--r--projects/labbench/funcgen.html27
-rw-r--r--projects/labbench/labbench.html5
-rw-r--r--projects/labbench/multimeter.html5
-rw-r--r--projects/labbench/supply.html5
-rw-r--r--projects/riscv/411-improvements.html (renamed from projects/riscv/i-design.html)8
-rw-r--r--projects/riscv/i-impl.html29
-rw-r--r--projects/riscv/riscv.html9
8 files changed, 8 insertions, 85 deletions
diff --git a/projects/labbench/comboscope.html b/projects/labbench/comboscope.html
index 06a8054..887fa01 100644
--- a/projects/labbench/comboscope.html
+++ b/projects/labbench/comboscope.html
@@ -18,10 +18,7 @@
</h4>
</div>
- <h2 class="title">INSERT LOG TITLE HERE</h2>
+ <h2 class="title">HP ComboScope from Ebay</h2>
<a class="back" href=labbench.html>&lt;-Back</a>
- <p>
- Insert Log Contents here
- </p>
<img src="images/scope.jpg">
</body>
diff --git a/projects/labbench/funcgen.html b/projects/labbench/funcgen.html
deleted file mode 100644
index 2a1190c..0000000
--- a/projects/labbench/funcgen.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!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">INSERT LOG TITLE HERE</h2>
- <a class="back" href=labbench.html>&lt;-Back</a>
- <p>
- Insert Log Contents here
- </p>
- <img src="images/function.jpg">
-</body>
diff --git a/projects/labbench/labbench.html b/projects/labbench/labbench.html
index 4214250..63cbc16 100644
--- a/projects/labbench/labbench.html
+++ b/projects/labbench/labbench.html
@@ -34,9 +34,4 @@
<div class="date">6/21</div>
<a href="multimeter.html">Multimeter</a>
</div>
-
- <div class="project">
- <div class="date">6/23</div>
- <a href="funcgen.html">Function Generator</a>
- </div>
</body>
diff --git a/projects/labbench/multimeter.html b/projects/labbench/multimeter.html
index 2410bc9..15e5a5b 100644
--- a/projects/labbench/multimeter.html
+++ b/projects/labbench/multimeter.html
@@ -18,10 +18,7 @@
</h4>
</div>
- <h2 class="title">INSERT LOG TITLE HERE</h2>
+ <h2 class="title">Keithly Bench Multimeter from Ebay</h2>
<a class="back" href=labbench.html>&lt;-Back</a>
- <p>
- Insert Log Contents here
- </p>
<img src="./images/multimeter.jpg">
</body>
diff --git a/projects/labbench/supply.html b/projects/labbench/supply.html
index 9434ae5..1d4e1f1 100644
--- a/projects/labbench/supply.html
+++ b/projects/labbench/supply.html
@@ -18,10 +18,7 @@
</h4>
</div>
- <h2 class="title">INSERT LOG TITLE HERE</h2>
+ <h2 class="title">Power Supply from School :3</h2>
<a class="back" href=labbench.html>&lt;-Back</a>
- <p>
- Insert Log Contents here
- </p>
<img src="images/supply.jpg">
</body>
diff --git a/projects/riscv/i-design.html b/projects/riscv/411-improvements.html
index c37f4b1..fe1c5d6 100644
--- a/projects/riscv/i-design.html
+++ b/projects/riscv/411-improvements.html
@@ -5,9 +5,6 @@
<title>Joshua's Website</title>
<link rel="shortcut icon" href="../../favicon.ico">
<link rel="stylesheet" href="../../style.css">
- <style>
- h2, .back {display:inline;}
- </style>
</head>
<body>
<div class="menu">
@@ -21,9 +18,10 @@
</h4>
</div>
- <h2 class="title">INSERT LOG TITLE HERE</h2>
+ <h2 class="title">Class Processor Improvements</h2>
<a class="back" href=riscv.html>&lt;-Back</a>
<p>
- Insert Log Contents here
+ 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>
diff --git a/projects/riscv/i-impl.html b/projects/riscv/i-impl.html
deleted file mode 100644
index c37f4b1..0000000
--- a/projects/riscv/i-impl.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!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">
- <style>
- h2, .back {display:inline;}
- </style>
-</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">INSERT LOG TITLE HERE</h2>
- <a class="back" href=riscv.html>&lt;-Back</a>
- <p>
- Insert Log Contents here
- </p>
-</body>
diff --git a/projects/riscv/riscv.html b/projects/riscv/riscv.html
index 7262977..29fb3c1 100644
--- a/projects/riscv/riscv.html
+++ b/projects/riscv/riscv.html
@@ -23,12 +23,7 @@
<br>
<br>
<div class="project">
- <div class="date">4/23</div>
- <a href="i-design.html">Design for Integer specification</a>
- </div>
-
- <div class="project">
- <div class="date">5/23</div>
- <a href="i-impl.html">Implementation for Integer specification</a>
+ <div class="date">5/24</div>
+ <a href="411-improvements.html">Class OoO Processor Improvments</a>
</div>
</body>