Major Works
Created a 6-layer EMI protected high-powered SoC with NAND, SDRAM, and audio DSP capabilities for my music startup, Junietta.
Optimized the board from 6 to 4 layers while retaining original functionality.
Design and initial implementation of a superscalar CPU capable of running multiple RISC instructions per cycle.
The architecture builds upon my 32bit MIPS CPU and introduces instruction cache, out-of-order execution, FP arithmetic, a BPU, and much more.
32bit MIPS CPU
My first completed CPU built from the ground up. I began development when I was 12 years old and finished when I turned 15.
I learned how to simulate MIPS assembly via MARS and load binaries into my Logisim model that would call SYSCALL functions to print program results to a hexadecimal display.
Mini Works
Tensor Processing Unit Research & Design
Project Section WIP
32bit MIPS CPU
Project Section WIP
Stochastic Calculus Studies
Project Section WIP
Startup Fundraising
Project Section WIP
Student Venture Capital Pitch
Project Section WIP
Robotic Arm Exploration
A 1-month project during November 2023 to see how far I could get beginning with zero knowledge of robotics.
I taught myself introductory inverse-kinematics and began modeling the arm and circuitry in Fusion360.
Compiler & Assembler
Project Section WIP
Conlang Creation
Project Section WIP
LLM Agentic Framework
Project Section WIP
Class AB Audio Amplifier
A simple class AB transistor audio-amplifier with PCBA - My first ever fully finished PCB with assembly!
My goal was to introduce myself to the world of analog music synthesis by starting small, and I finished this circuit when I was 14 years old.
Programming Discord Bots
As my interest in programming began when I was a 14, I began programming Discord bots for my friends.
This taught me about programming frameworks, async-await functionality, and database management of intricate data.