From 13d946fe67c56411bf22ea97ad323bf4d4f66ec6 Mon Sep 17 00:00:00 2001 From: Joshua Yun Date: Wed, 10 Jul 2024 00:19:30 -0500 Subject: Updated projects --- projects/riscv/411-improvements.html | 27 +++++++++++++++++++++++++++ projects/riscv/i-design.html | 29 ----------------------------- projects/riscv/i-impl.html | 29 ----------------------------- projects/riscv/riscv.html | 9 ++------- 4 files changed, 29 insertions(+), 65 deletions(-) create mode 100644 projects/riscv/411-improvements.html delete mode 100644 projects/riscv/i-design.html delete mode 100644 projects/riscv/i-impl.html (limited to 'projects/riscv') diff --git a/projects/riscv/411-improvements.html b/projects/riscv/411-improvements.html new file mode 100644 index 0000000..fe1c5d6 --- /dev/null +++ b/projects/riscv/411-improvements.html @@ -0,0 +1,27 @@ + + + + + Joshua's Website + + + + + + +

Class Processor Improvements

+ <-Back +

+ 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. +

+ diff --git a/projects/riscv/i-design.html b/projects/riscv/i-design.html deleted file mode 100644 index c37f4b1..0000000 --- a/projects/riscv/i-design.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - - Joshua's Website - - - - - - - -

INSERT LOG TITLE HERE

- <-Back -

- Insert Log Contents here -

- 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 @@ - - - - - Joshua's Website - - - - - - - -

INSERT LOG TITLE HERE

- <-Back -

- Insert Log Contents here -

- 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 @@

-
4/23
- Design for Integer specification -
- -
-
5/23
- Implementation for Integer specification +
5/24
+ Class OoO Processor Improvments
-- cgit v1.2.3