Jagadeesh Mummana

Visakhapatnam, India

Electronics undergrad exploring chip design, robotics, and real-world ML systems. This is my little corner of the internet, where you’ll find my work, ideas, and experiences.

Guestbook

Education

Bachelor of Technology in Electronics and Communication Engineering

2023 - 2027 | Calicut, Kerala, India

Grade: 8.66/10 (CGPA)

Lab Involvement

Technical Member

Nov 2024 - Present

Kerala, India

Working on several real-world interdisciplinary projects as part of robotics enthusiast teams while representing the institute on competitive platforms

Featured Projects

INT8 Fixed-Point CNN Hardware Accelerator and Image-Processing Suite

INT8 Fixed-Point CNN Hardware Accelerator and Image-Processing Suite

View Project
Two-Stage CMOS Op-Amp with Miller Compensation

Two-Stage CMOS Op-Amp with Miller Compensation

Autonomous Drone for GNSS-Denied Environments (ISRO IRoC-U 2025)

Autonomous Drone for GNSS-Denied Environments (ISRO IRoC-U 2025)

View Project

Blogs

Why RISC-V Is Better for Custom Silicon

May 15, 2025

Why RISC-V Is Better for Custom Silicon

RISC-V is not automatically better than ARM or x86 for every product. It is better when you need architectural control: choose only the ISA features you need, verify a smaller design, and avoid ISA licensing constraints.

ISA first: what RISC-V actually defines

An ISA is the software-hardware contract: instructions, registers, privilege model, memory ordering, and exception behavior. Microarchitecture is separate. Pipeline depth, out-of-order logic, branch predictors, and cache policy are implementation choices.