summaryrefslogtreecommitdiff
path: root/projects/riscv/411-improvements.html
blob: fe1c5d61ad5ea1fdd1419464aa4d8df2a3e65c37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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>