summaryrefslogtreecommitdiff
path: root/projects/riscv
diff options
context:
space:
mode:
authorjoshua <joshua@joshuayun.com>2023-07-02 00:06:53 -0400
committerjoshua <joshua@joshuayun.com>2023-07-02 00:06:53 -0400
commit3afa10ad02ce9336e018d69c8b4c1f66347cf2be (patch)
treebcc051f29cdd8294540f33fde77608c9c104d05c /projects/riscv
downloadwebsite-3afa10ad02ce9336e018d69c8b4c1f66347cf2be.tar.gz
Intial website commit
Diffstat (limited to 'projects/riscv')
-rw-r--r--projects/riscv/i-design.html29
-rw-r--r--projects/riscv/i-impl.html29
-rw-r--r--projects/riscv/riscv-template.html26
-rw-r--r--projects/riscv/riscv.html34
4 files changed, 118 insertions, 0 deletions
diff --git a/projects/riscv/i-design.html b/projects/riscv/i-design.html
new file mode 100644
index 0000000..c37f4b1
--- /dev/null
+++ b/projects/riscv/i-design.html
@@ -0,0 +1,29 @@
+<!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/i-impl.html b/projects/riscv/i-impl.html
new file mode 100644
index 0000000..c37f4b1
--- /dev/null
+++ b/projects/riscv/i-impl.html
@@ -0,0 +1,29 @@
+<!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-template.html b/projects/riscv/riscv-template.html
new file mode 100644
index 0000000..bc41e46
--- /dev/null
+++ b/projects/riscv/riscv-template.html
@@ -0,0 +1,26 @@
+<!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=riscv.html>&lt;-Back</a>
+ <p>
+ Insert Log Contents here
+ </p>
+</body>
diff --git a/projects/riscv/riscv.html b/projects/riscv/riscv.html
new file mode 100644
index 0000000..7262977
--- /dev/null
+++ b/projects/riscv/riscv.html
@@ -0,0 +1,34 @@
+<!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>