// Atlanta, GA  ·  Georgia Tech  ·  2025
Dhanwanth Ragavan

Chip Designer Builder. Founder.

Freshman Comp Eng @ Georgia Tech — designing FPAAs at the Integrated Computational Electronics (ICE) Lab, building AI products recognized by Y Combinator, and obsessed with making hardware smarter.

GPA 4.0 YC Top 10% Georgia Tech '29 FPAA · SKY130 Dubai → Atlanta F-1 Visa
Open to Summer 2026 Chip Design & Semiconductor Internships
4.0
GPA
YC
Top 10%
17
Years Old
Scroll down
FPAA Chip Design Georgia Tech · GPA 4.0 NYU Abu Dhabi Research Y Combinator Top 10% SKY130 CMOS · Analog Design Tastecast AI Python · Verilog · React Microsoft for Startups Drums · Badminton · Builder FPAA Chip Design Georgia Tech · GPA 4.0 NYU Abu Dhabi Research Y Combinator Top 10% SKY130 CMOS · Analog Design Tastecast AI Python · Verilog · React Microsoft for Startups Drums · Badminton · Builder

Everything about me — in one view.

Work · Research · Projects · Skills

Identity
Dhanwanth Ragavan
Freshman @ Georgia Tech
Computer Engineering
GPA 4.0
About Me
I'm Dhanwanth Ragavan — a Computer Engineering freshman at Georgia Tech with a 4.0 GPA, an undergraduate researcher at the Integrated Computational Electronics Lab, and a two-time founder. I grew up in Dubai and moved to Atlanta in 2025 to study at one of the world's top engineering schools.

My obsession is energy-efficient chip design: the art of making hardware do more with less power. I believe the next frontier of computing — AI at the edge, autonomous systems, next-generation devices — will be won or lost at the hardware level, and I want to be part of the team that wins it.

At the same time, I've always been a builder. I co-founded my first company at 15, built a second while running hardware research across two countries, and shipped an AI product recognized by Y Combinator — all before finishing my freshman year. Engineering and entrepreneurship aren't separate paths for me; they're the same drive expressed differently.

Outside of work, I play drums across three styles, compete in badminton, and speak six languages. I think the best engineers are curious about everything.
Atlanta, GA  ·  Dubai (home)
English · Tamil · Hindi · Arabic · Spanish · French
Startup Exchange · Grand Challenges @ GT
Recognition
Top 10%
Y Combinator
Ranked in the top 10% of all applicants globally — out of thousands of the world's most competitive early-stage teams.
// Work & Research
Tap any row to expand details
GT Integrated Computational Electronics (ICE) Lab
Undergrad Researcher · FPAA & Analog Design
2026–now Details
  • Designing and synthesizing analog standard cells and FPAAs using the SKY130 CMOS process
  • Applying MOSFET device physics and IC layout principles to reconfigurable analog computing research
  • Collaborating with graduate researchers on physical layout verification and simulation
Tastecast AI YC
Co-Founder & CEO
2025–now Details
  • Built a real-time menu and inventory insights platform for local restaurants
  • Led full product direction, UI/UX design, and frontend development in React + Firebase
  • Conducted 30+ customer interviews and pilot tests
  • Recognized in the top 10% of all Y Combinator applicants
Internfinity
Co-Founder & CEO
2023–25 Details
  • Built and scaled an internship marketplace for high school students and corporations
  • Placed 10 students, partnered with 15+ companies, listed 100+ courses
  • Partnered with Microsoft for Startups and the Indian Consulate in Dubai
NYU Abu Dhabi
Research Intern · Hardware
2024–25 Details
  • Developed and validated hardware models using CMU SAFARI pLUTo for energy-efficient architecture research
  • Built cycle-accurate models and simulation pipelines analyzing performance, latency, and power trade-offs
Smartify Spaces
Intern · Home Automation
2023 Details
  • Deployed smart home automation, electrical wiring, and KNS infrastructure across multiple client sites
  • Improved deployment reliability and customer satisfaction through on-site system testing
CADGuide · YouTube
Creator · CAD Education
2023–25 Details
  • Created and ran a YouTube channel teaching CAD to beginners
  • Produced comprehensive tutorials making engineering design accessible to learners of all levels
Right Now
FPAA Research
Integrated Computational Electronics (ICE) Lab @ Georgia Tech
Tastecast AI
YC top 10% · Building
Freshman Year
Computer Engineering
Technical Skills
FPAA / Analog
Python
Java
Verilog
React / Firebase
CAD / Hardware
IC Layout
Hardware Modeling
// Career Goals
Long-Term Vision
Design the chips that power the next generation of intelligent systems.
My goal is to work at the frontier of energy-efficient chip design — at companies like NVIDIA, AMD, or Intel — contributing to the semiconductors that make AI, edge computing, and autonomous systems possible. I'm drawn to the intersection of analog and digital design: the challenge of squeezing maximum performance from minimum power at the physical level.

Long-term, my ambition extends beyond engineering roles. I want to found and build companies that create real value — whether in semiconductors, AI, or whatever domain the world needs most. The best builders understand both the deepest technical layers and the human problems worth solving. Georgia Tech is where I'm building that foundation.
ECE Roadmap
Freshman Year — GT
4.0 GPA · FPAA Research · First company
Summer 2026 Internship
Chip Design / Semiconductor · Actively seeking
Deep Specialisation
Analog IC · VLSI · Advanced CMOS nodes
Frontier Companies
NVIDIA / AMD / Intel · Chip architecture
Found & Build
Deep tech entrepreneurship · Products that matter
// Technical Projects

Built. Researched. Shipped.

A portfolio of technical work — from silicon to software.

Spring 2026 ECE1100 Discovery Project SPICE Simulation LTspice
6T SRAM Bitcell Design & Stability Analysis // DISCOVERY PROJECT
Built and simulated a 6-transistor SRAM bitcell from scratch in LTspice, verifying hold, read, and write operating modes — and discovering read disturb instability through transient simulation. This is the ECE1100 Discovery Project for Spring 2026.
 Read more
Hold and Read simulation waveform
Hold & Read Mode — Q holds state at 1.8V; read disturb flips cell on WL pulse
Write simulation waveform
Write Mode — Q flips from 1.8V → 0V at ~25ns on BL assertion
The Problem

SRAM (Static Random-Access Memory) is one of the most fundamental building blocks in modern processors and SoCs — every CPU cache, every register file, and every on-chip memory array is built from SRAM bitcells. Despite its ubiquity, SRAM design involves a set of competing constraints that are non-obvious: the same transistors that must hold data reliably must also allow it to be read and overwritten — and those requirements pull in opposite directions at the circuit level. I chose this project to understand that tension at the transistor level by building and simulating a real SRAM cell from scratch rather than just reading about it.

The Process

I designed the full 6T SRAM bitcell in LTspice using 180nm MOSFET Level-1 models. The cell consists of two cross-coupled CMOS inverters forming the storage latch (M1–M4), and two NMOS access transistors (M5–M6) controlled by the Wordline (WL). I wrote both SPICE netlists entirely from first principles — defining every transistor's width, length, threshold voltage, transconductance parameter, and channel-length modulation manually, without using any template or pre-built cell.

I then built separate testbenches for three operating modes. For hold mode, I kept WL deasserted and verified that Q and QB stayed stable indefinitely. For read mode, I precharged both bitlines to VDD, then pulsed WL high and observed the differential voltage develop across BL and BLB. For write mode, I drove BL to 0V and BLB to VDD simultaneously with WL assertion, forcing the latch to flip its stored state.

The Key Discovery — Read Disturb

The most important result came unexpectedly. During the read simulation, the stored value flipped — Q inverted when WL went high, even though no write operation was being performed. This is a real and well-known failure mode called read disturb. It occurs because when the access transistors (M5–M6) are equally sized as the pull-down transistors (M2, M4), the current path through access → pull-down is strong enough to pull Q below the switching threshold of the opposite inverter, flipping the latch.

Real SRAM designers prevent this by using a cell ratio (CR) — typically CR ≥ 2 — where the pull-down transistors are made significantly wider than the access transistors, ensuring the storage node stays stable during reads. This is a classic design margin trade-off: a higher cell ratio improves read stability, but a higher pull-up ratio (PR) is needed to maintain write ability. I discovered this tension through simulation rather than a textbook, which gave me genuine intuition for why transistor sizing decisions in memory design are so consequential.

The Outcome

Writing SPICE netlists from scratch, interpreting transient simulation waveforms, understanding MOSFET operating regions in context, reasoning about device sizing tradeoffs, and grasping design margins — the gap between nominal operation and a failure mode. These are exactly the skills used in the analog IC design work I do at GT ICE Lab with the SKY130 process, making this project directly relevant to my ongoing research.

Hold & Read Netlist — sram6t.cir
* 6T SRAM - Hold & Read Sim
.param VDD=1.8
VVDD VDD 0 {VDD}

* Cross-Coupled Inverters
M1 Q QB VDD VDD PMOS W=500n L=180n
M2 Q QB 0   0   NMOS W=500n L=180n
M3 QB Q VDD VDD PMOS W=500n L=180n
M4 QB Q 0   0   NMOS W=500n L=180n

* Access Transistors
M5 BL  WL Q  0 NMOS W=500n L=180n
M6 BLB WL QB 0 NMOS W=500n L=180n

* Bitline Precharge (weak)
RBL  BL  VDD 1k
RBLB BLB VDD 1k

* WL pulse → triggers read
VWL WL 0 PULSE(0 1.8 5n 0.1n 0.1n 10n 40n)

* IC: Q=1 (storing logic 1)
.ic V(Q)=1.8 V(QB)=0
    V(BL)=1.8 V(BLB)=1.8
.tran 0.01n 60n

.model NMOS NMOS(Level=1 VTO=0.5
+  KP=270u LAMBDA=0.01 TOX=5n)
.model PMOS PMOS(Level=1 VTO=-0.5
+  KP=90u LAMBDA=0.01 TOX=5n)
.end
Write Mode Netlist — sram_write.cir
* 6T SRAM - Write Simulation
.param VDD=1.8
VVDD VDD 0 {VDD}

* Cross-Coupled Inverters
M1 Q QB VDD VDD PMOS W=500n L=180n
M2 Q QB 0   0   NMOS W=500n L=180n
M3 QB Q VDD VDD PMOS W=500n L=180n
M4 QB Q 0   0   NMOS W=500n L=180n

* Access Transistors
M5 BL  WL Q  0 NMOS W=500n L=180n
M6 BLB WL QB 0 NMOS W=500n L=180n

* WL + BL driven for write
VWL WL 0 PULSE(0 1.8 5n 0.1n 0.1n 20n 60n)

* BL=0 forces Q → 0 (write 0)
VBL  BL  0 PULSE(1.8 0 5n 0.1n 0.1n
+   20n 60n)
VBLB BLB 0 1.8

* IC: Q=1 → will flip to 0
.ic V(Q)=1.8 V(QB)=0
.tran 0.01n 60n

.model NMOS NMOS(Level=1 VTO=0.5
+  KP=270u LAMBDA=0.01 TOX=5n)
.model PMOS PMOS(Level=1 VTO=-0.5
+  KP=90u LAMBDA=0.01 TOX=5n)
.end
Key Insight

All 6 transistors use identical W/L = 500n/180n. This equal sizing causes read disturb — the access path can overpower the latch during reads. A real SRAM would use Cell Ratio ≥ 2 (wider pull-downs) to prevent this.

LTspiceSPICE Netlist6T SRAMMOSFET SizingTransient AnalysisRead DisturbCell Ratio180nm CMOSECE1100
Active · 2026–Present Hardware Research Georgia Tech ICE Lab
FPAA & Analog IC Design — GT ICE Lab
Designing reconfigurable analog computing arrays using the SKY130 open-source CMOS process at Georgia Tech's Integrated Computational Electronics Lab.
 Read more
OTA gm cell FPAA cfg blk CMP comparator BUF buffer MUX 4:1 sel DAC 8-bit ADC SAR CAP sample SRAM CONFIG BANK 256-bit reconfigurable BIAS GENERATOR bandgap ref DIGITAL CONTROL INTERFACE SPI / I²C · scan chain · clock domain ACTIVE SKY130 CMOS · Field-Programmable Analog Array · 130nm Process Node
FPAA Die Layout — SKY130 CMOS Standard Cell Array
Overview

At Georgia Tech's Integrated Computational Electronics (ICE) Lab, I contribute to the design and synthesis of analog standard cells and Field-Programmable Analog Arrays (FPAAs) using the open-source SKY130 CMOS process — a 130nm process node made freely available through Google and SkyWater Technology's open-source PDK initiative.

What I Do

My work spans the full analog IC design stack. At the device level, I study and apply MOSFET physics in the SKY130 process node. At the circuit level, I design standard analog cells: differential pairs, current mirrors, transconductance amplifiers (OTAs), comparators, and reference circuits. At the physical level, I work on IC layout in KLayout — translating schematic designs into geometric layers on silicon. All layouts undergo DRC and LVS verification to ensure they are fabrication-ready.

Why It Matters

FPAAs are uniquely suited for applications at the physical-digital boundary — sensor interfaces, edge AI inference, biomedical monitoring, and energy-harvesting systems where every microwatt matters. As a freshman contributing to this research, I am building the foundational expertise — device physics, circuit design, IC layout, simulation methodology — that will define my engineering career in chip design.

SKY130 CMOSFPAAIC LayoutMOSFET PhysicsAnalog Standard CellsLVS Verification
Active · 2025–Present YC Top 10% Startup · AI Product
Tastecast AI — Restaurant Intelligence Platform
Built and launched a real-time menu and inventory insights platform for local restaurants. Recognized in the top 10% of Y Combinator applicants globally.
 Read more
Tastecast AI homepage
Tastecast.ai — Live Product
Overview

Tastecast AI is a real-time intelligence platform for local restaurants — giving independent operators the data-driven insights that large chains have had for years. Restaurants generate enormous amounts of data about what sells, when, and to whom — but most independent owners lack the tools to act on any of it. Tastecast changes that.

What I Built

As Co-Founder and CEO, I led every dimension of the product: vision, UI/UX design, and full frontend development in React with Firebase. Before writing a single line of code, I conducted over 30 customer interviews with restaurant owners across Atlanta. Those interviews revealed that the highest-value pain points were waste and stock-outs. The product was designed entirely around solving those two problems first.

Traction & Recognition

Tastecast was submitted to Y Combinator and ranked in the top 10% of all applicants globally — a meaningful signal from one of the world's most selective startup accelerators. We ran live pilot tests with local Atlanta restaurants, collecting feedback that is now driving the next iteration of the product.

ReactFirebaseReal-time AnalyticsUI/UX DesignY CombinatorCustomer Discovery
Aug–Dec 2025 Robotics · Software Discovery Project
Autonomous Maze-Solving Robot — CS1301
Programmed a fully autonomous robot to navigate and solve unknown maze environments using flood-fill pathfinding, IR proximity sensing, and real-time decision-making in Python.
 Read more
FLOOD-FILL PATHFINDING — LIVE MAZE SOLVER R G
Flood-Fill Algorithm — Live Pathfinding Visualization
Overview

For my CS1301 Discovery Project, I designed and programmed a fully autonomous maze-solving robot using an iRobot Create3 platform. The robot navigated a physical maze it had never encountered before — no pre-loaded map, no external guidance. It built its spatial understanding in real time and found the optimal path entirely on its own.

Algorithm & Implementation

The navigation engine is built on a flood-fill pathfinding algorithm. The algorithm assigns each cell a distance value from the goal. As the robot explores and discovers walls, it updates these values dynamically. At each decision point, the robot moves to the adjacent cell with the lowest value — converging on the globally optimal path over time.

What I Learned

Debugging a moving physical system is fundamentally different from debugging software. I built a real-time visual and audio debugging system: LED color codes indicated the robot's current state, while distinct beep sequences confirmed wall detections and movement completions. This project was my first experience bridging software and physical hardware.

PythoniRobot Create3Flood-FillIR SensingROS2Autonomous Systems
May 2024 – Feb 2025 Hardware Research NYU Abu Dhabi
Energy-Efficient Architecture Research — NYU Abu Dhabi
Built cycle-accurate hardware models using CMU SAFARI's pLUTo and Ramulator 2.0 to simulate and analyse energy-performance trade-offs in near-memory computing.
 Read more
NEAR-MEMORY COMPUTING — pLUTo vs TRADITIONAL TRADITIONAL CPU CORE ALU · Registers · Cache Memory Bus DRAM ⚡ HIGH ENERGY COST data movement bottleneck pLUTo (PIM) CPU CORE DRAM + COMPUTE ✓ ~10× LOWER ENERGY compute near data · no bus transfer
pLUTo PIM Architecture vs Traditional · Ramulator 2.0 Simulation
The Problem: The Memory Wall

Modern computing faces a fundamental bottleneck: processor speeds have increased exponentially, but the bandwidth and latency of moving data between memory and compute units has not kept pace. In AI and data-intensive workloads, this data movement now consumes more energy than the actual computation itself.

pLUTo & Near-Memory Computing

At NYU Abu Dhabi, I worked on pLUTo — Processing-in-Memory using Lookup Tables — a framework from CMU's SAFARI Research Group that moves computation to the data: look-up table operations are performed directly inside DRAM arrays, eliminating costly memory bus transfers. My role was to develop and validate hardware models of pLUTo-enabled systems, simulating how real-world workloads behave when computation is pushed into the memory subsystem.

Implementation with Ramulator 2.0

The simulation infrastructure was built on Ramulator 2.0 — a cycle-accurate DRAM simulator for academic computer architecture research. I extended it with C++ modules modeling pLUTo's compute-in-memory operations, scripted workload injection pipelines, and wrote analysis scripts to extract performance, latency, and energy trade-off data from simulation outputs.

CMU SAFARI pLUToRamulator 2.0Near-Memory ComputingC++Computer ArchitectureEnergy Efficiency
Sep 2023 – Jul 2025 Startup · EdTech Microsoft for Startups
Internfinity — High School Internship Marketplace
Co-founded and scaled an internship marketplace connecting high school students with corporations across Dubai. Partnered with Microsoft for Startups and the Indian Consulate.
 Read more
STUDENTS Ahmed K. Sara M. Riya P. Omar A. INTERNFINITY Smart Matching Application Portal Course Library Mentorship Partnerships 15+ companies 100+ courses · 10 placed COMPANIES Microsoft Indian Consulate Tech Startups +12 Partners Internfinity Platform — Dubai, UAE · 2023–2025
Internfinity — Two-Sided Marketplace Architecture
Overview

Internfinity was a two-sided marketplace I co-founded at age 15, designed to solve a structural problem in Dubai's high school ecosystem: students with genuine ambition had no structured pathway to access real internship opportunities, and companies had no efficient way to find and vet high school candidates.

Platform & Operations

Over two years, Internfinity partnered with more than 15 companies across Dubai — including a formal partnership with Microsoft for Startups and the Indian Consulate in Dubai. We listed over 100 curated courses alongside internship listings, creating a pre-internship development pipeline. By the end of operations, we had successfully placed 10 students in real internship positions.

What I Learned

Running a two-sided marketplace as a high school student taught me more about sales, operations, and stakeholder management than any course could. It also gave me the confidence to start Tastecast AI the moment I arrived at Georgia Tech.

StartupEdTechMicrosoft for StartupsMarketplaceDubaiPartnership Development
// Hobbies — Beyond The Code

Not just an engineer.

Drummer. Badminton player. Pick one and try it.

Click the drums · or press keyboard keys (Q W E A S D F Space)
Q
Crash
W
Hi-Hat
E
Ride
A
Tom 1
S
Snare
D
Tom 2
F
Floor Tom
Bass Drum [SPACE]
0 0
YouAI
Move mouse to control paddle  ·  Click to smash
Fun Facts
~/dhanwanth — zsh
$ cat facts.txt
speaks 6 languages natively
YC email before turning 19
4.0 GPA @ Georgia Tech
founded a startup pre-college
plays drums in 3 different styles
$
Beyond The Code
Drums & Percussion
Badminton
6 Languages
Building Things
I play drums across 3 styles — classical, jazz, and rock. On the court, I've coached and competed in badminton competitively. Outside of engineering, I believe creativity and sport are what keep ideas fresh.
// Get In Touch
Let's build
something.
dragavan3@gatech.edu