Skip to content

Commit 2e76ee3

Browse files
committed
Added AJUSH RISC-Syle ISA Processor to Projects page.
1 parent 09be658 commit 2e76ee3

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/pages/Projects.tsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,16 @@ const projects: Project[] = [
4444
link: 'https://github.com/acjeter/CSE118_Final_Project',
4545
linkText: 'View Source Code on GitHub'
4646
},
47+
// CSE 141L RISC-Style ISA Processor (AJUSH)
48+
{
49+
title: 'RISC-Style ISA Processor (AJUSH)',
50+
status: 'Completed',
51+
description: 'Designed and verified a custom 9-bit, 8-bit-datapath load/store RISC-style processor (AJUSH) including a PC jump LUT, load/store DMEM interface, and start/done multi-program control. Built and validated a Python assembler by executing workloads for closest-pair Hamming distance (min/max), and signed shift-and-add multiplication (2-term + 3-term, 16/24-bit results).',
52+
tags: ['SystemVerilog', 'Python', 'Quartus Prime Lite', 'ModelSim', 'Git', 'RISC Architecture'],
53+
affiliation: 'CSE 141L Project in Computer Architecture',
54+
link: '',
55+
linkText: 'Available on Request; Unable to Publicly Share.'
56+
},
4757
// CSE 110 Final Project
4858
{
4959
title: 'Basketball Physics Game',

0 commit comments

Comments
 (0)