diff options
author | Joshua Yun <joshua@joshuayun.com> | 2024-07-10 00:19:30 -0500 |
---|---|---|
committer | Joshua Yun <joshua@joshuayun.com> | 2024-07-10 00:19:30 -0500 |
commit | 13d946fe67c56411bf22ea97ad323bf4d4f66ec6 (patch) | |
tree | dcb750f8426e623c8928d3e4b81429bbd7cb906c /projects/riscv | |
parent | 4cbe39f5d900ed3bbcf507cd0fe3fc60b6fb7cb0 (diff) | |
download | website-master.tar.gz |
Diffstat (limited to 'projects/riscv')
-rw-r--r-- | projects/riscv/411-improvements.html (renamed from projects/riscv/i-design.html) | 8 | ||||
-rw-r--r-- | projects/riscv/i-impl.html | 29 | ||||
-rw-r--r-- | projects/riscv/riscv.html | 9 |
3 files changed, 5 insertions, 41 deletions
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><-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><-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> |