AR

Projects

Selected work.

A sample of things I’ve built or led. Happy to dive deeper on any of these or share more examples privately.

Theory to Tapeout (ECE 8804)

Design & verification

Full chip DV, PD, and STA flow for a CMOS processor with CORDIC-like functionality; team of four targeting November 2024 tapeout.

DVPhysical DesignSTA

LLM-driven HLS tooling (Sharc Lab)

Research & tooling

Built a workflow to generate and evaluate HLS code from LLM prompts; curated Polybench/Machsuite/CHstone benchmarks to speed chip-design research.

LLMHLSResearch

Tomasulo + Cache simulator

Architecture modeling

C++ simulator of Tomasulo’s algorithm with branch prediction, plus WBWA L1 / WBWT L2 cache model to study pipeline behavior.

C++ArchitectureSimulation

5-stage RISC-V processor

RTL design

SystemVerilog implementation (ADD/SUB/JAL/LW/SW) with branching and pipelining; built for Digital Design Lab.

SystemVerilogRISC-VPipelining