summaryrefslogblamecommitdiff
path: root/projects/riscv/riscv.html
blob: 72629771c3ad600431354e7bfc5bfb094fcd476b (plain) (tree)

































                                                                                  
<!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">RISC-V Processor In Verilog</h2>
	<a class="back" href=../projects.html>&lt;-Back</a>
	<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>
</body>