u/kunalg123

Free cloud-based VLSI labs that run in one click. No install. No excuse. Do something with your summer.
▲ 271 r/OpenChipDesignIndia+4 crossposts

Free cloud-based VLSI labs that run in one click. No install. No excuse. Do something with your summer.

Every summer I watch people in this field complain about not getting placed, not having experience, not knowing where to start.

So here. Free. Cloud. One click. No setup. No install. No excuse.

VSD has put together free GitHub-based programs for every major area of VLSI and semiconductors. Each one has a cloud lab you open in a browser and start immediately. Build the repo. Show the work. That is what gets you hired.

Physical Design (SoC Design and Planning)

Free: https://github.com/fayizferosh/soc-design-and-planning-nasscom-vsd

Cloud lab: https://github.com/vsdip/vsd-openlane

RISC-V Based MYTH

Free: https://github.com/AnoushkaTripathi/NASSCOM-RISC-V-based-MYTH-program

Cloud lab: https://github.com/vsdip/vsd-riscv2

Semiconductor Packaging

Free: https://github.com/arunkpv/Semiconductor-Packaging

Lab (Windows): https://www.ansys.com/en-in/academic/students/ansys-electronics-desktop-student

CMOS Circuit Design — start here if you are new to this

Free: https://github.com/PRIYANKADEVYADAV15/CMOS-Circuit-Design-Spice-Simulation-using-Sky130nm-technology

Cloud lab: https://github.com/vsdip/vsd-cmos/

RTL Design and Synthesis — also a great starting point

Free: https://github.com/vlsienthusiast00x/RTL_workshop

Cloud lab: https://github.com/vsdip/vsd-rtl

TCL Programming — do this one regardless of where you are in your career

Free: https://github.com/AnoushkaTripathi/VSD_TCL_PROGRAMMING_WORKSHOP/

Cloud lab: https://github.com/vsdip/vsd-tcl

7nm FinFET Design

Free: https://github.com/arunkpv/vsd_asap7_workshop

Cloud lab: https://github.com/vsdip/vsd-7nm

FPGA Fabric Design and Architecture

Free: https://github.com/ShonTaware/FPGA_Design_Fabric_Architecture

Cloud lab: shared during workshop

RISC-V Edge AI

Free: https://github.com/AayusHJainCodely/Risv_Edge_AI

Cloud lab: https://github.com/vsdip/vsd-riscv-edgeai

Analog Bandgap IP Design

Free: https://github.com/chandranshu24-hue/bgr_chandranshu/blob/main/README.md

Cloud lab: https://github.com/vsdip/vsd-bandgap/

All of this is free. All labs run on the cloud. You do not need a beefy machine, you do not need to configure a Linux environment, you do not need to buy anything.

What you do need is to stop waiting and start committing to GitHub.

The semiconductor industry does not care about what you watched on YouTube this summer. It cares about what you built.

u/kunalg123 — 2 days ago
▲ 1 r/OpenChipDesignIndia+3 crossposts

👋 Welcome to r/OpenChipDesignIndia - Introduce Yourself and Read First!

Welcome to OpenChipDesignIndia.

This community is for students, engineers, educators, makers, and semiconductor enthusiasts who want to learn chip design by actually building.

Here, we discuss VLSI, RTL design, Verilog, RISC-V, FPGA, physical design, open-source EDA tools, RTL-to-GDS flows, tapeout journeys, student projects, semiconductor careers, and India’s growing chip design ecosystem.

The goal is simple: make chip design more practical, visible, and accessible for everyone.

You are welcome to:

Ask beginner or advanced technical questions
Share your chip design, FPGA, RISC-V, or embedded projects
Discuss career doubts in VLSI, physical design, RTL, verification, and semiconductor roles
Post useful tools, tutorials, papers, repositories, and learning resources
Share your progress, failures, bugs, fixes, and lessons learned
Discuss how India can build a stronger semiconductor talent pipeline

A few expectations:

Be respectful. Many people here are learning.
Avoid gatekeeping. Simple questions are welcome.
Give practical answers whenever possible.
No spam, fake hype, or low-effort self-promotion.
Promote learning, building, and honest technical discussion.

Whether you are a school student blinking your first LED on an FPGA, an engineering student learning Verilog, a working professional entering VLSI, a faculty member building a lab, or a chip designer sharing experience — you belong here.

Let’s learn chips. Build chips. Share chips.

Welcome to OpenChipDesignIndia.

reddit.com
u/kunalg123 — 5 days ago
▲ 58 r/ASIC+2 crossposts

Are you programming a chip or designing hardware? A simple FPGA vs development board interview question

Many beginners treat development boards and FPGA boards as similar because both can blink LEDs, read sensors, drive motors, or connect to peripherals.

But internally, they represent two very different learning paths.

On a development board, the chip architecture is already fixed. You write C, Python, or Arduino-style code, and an existing processor executes those instructions.

On an FPGA board, you are not just writing software. You are describing hardware using Verilog or VHDL. The FPGA fabric gets configured into actual digital logic such as counters, UARTs, PWM blocks, small CPUs, accelerators, or custom datapaths.

That is the key difference:

Development board = software running on fixed hardware.

FPGA board = custom hardware built inside programmable silicon.

This is a simple question, but I think it quickly reveals whether someone understands the difference between embedded programming and digital hardware design.

For students entering RTL design, FPGA design, SoC design, or hardware acceleration, this clarity is important.

Blinking an LED is easy. Understanding whether the blink came from a software instruction or synthesized hardware logic is where real hardware learning begins.

Curious to hear from others: how would you explain this difference to a beginner in one line?

u/kunalg123 — 5 days ago
▲ 148 r/ASIC+4 crossposts

Most Students Use FPGA Like a Black Box. Here’s How to Actually Understand the Fabric Inside.

Most students use an FPGA like a black box.

They write Verilog, press synthesize, generate a bitstream, and celebrate when the LED blinks.

That is a good starting point, but the real learning begins when you understand what is actually inside the FPGA fabric.

A LUT is not just a “logic block”. It is a tiny programmable memory that can implement any Boolean function for a given number of inputs. Once you connect LUTs with flip-flops, multiplexers, connection boxes, switch boxes, and programmable routing, an FPGA stops looking like magic. It starts looking like architecture.

This is the difference between someone who only knows how to use FPGA tools and someone who understands how FPGA hardware is built.

For students aiming at FPGA prototyping, ASIC front-end design, verification, embedded systems, AI/ML acceleration, or hardware architecture roles, this foundation is extremely useful.

Basic Verilog is important, but stopping at Verilog is not enough. Understanding LUTs, CLBs, slices, routing, interconnects, waveform debugging, testbenches, and simple FPGA fabric modeling gives much deeper confidence.

We are running a 10-day cloud-based FPGA Fabric Design and Architecture Workshop at VSD, where the focus is on understanding FPGA internals from the ground up. No FPGA board is mandatory, and the labs are simulation-ready using Vivado and GTKWave.

If you are serious about FPGA, don’t stop at blinking LEDs.

Learn the fabric.

Registration link in comments.

u/kunalg123 — 8 days ago
▲ 5 r/ASIC+3 crossposts

Confused About a VLSI Career? Skills, Jobs, Open-Source Tools, and Industry Direction Explained

A lot of students ask the same VLSI career questions:

What should I learn first?
Is physical design better or RTL design?
Do open-source EDA tools really help?
How important is RISC-V?
Can students build real chip-design projects without expensive tools?
What skills are actually useful for semiconductor jobs in India?

I tried to answer these in detail in this podcast conversation, along with my experience building open-source chip design programs and working with students across VLSI, RISC-V, FPGA, and semiconductor training.

Full podcast:
https://youtu.be/Av_LxKNrqV8

Would be happy to hear thoughts from students, freshers, and working professionals in this community.

u/kunalg123 — 9 days ago
▲ 1.1k r/ASIC+5 crossposts

Built an FPGA Trainer Kit for High School Students to Learn Real Chip Design & RISC-V

VSDSquadron FPGA Trainer Kit for High School Chip Design is now ready to ship — a complete hands-on platform to learn RISC-V, FPGA, and real chip design from school level.

u/kunalg123 — 15 days ago
▲ 28 r/ASIC+3 crossposts

Been in this space for a while and something has always bothered me.

Most people I know who work with FPGAs - including myself for a long time - treat it as a black box. You write HDL, synthesize, place and route, deploy. You understand the timing constraints, the resource utilization, the tool flow.

But ask what a switchbox actually does, or how a LUT is physically constructed, or how the connection fabric routes signals between CLBs - and most people either go quiet or give a textbook one-liner.

I came across a workshop recently that specifically addresses this. Not an FPGA programming course. It teaches you to design the internal fabric itself in Verilog. LUTs, CLBs, switchboxes, connection boxes - you build them from scratch and simulate a working mini-FPGA architecture.

Here is what a participant built and published from a previous cohort:

github.com/ShonTaware/FPGA_Design_Fabric_Architecture

I genuinely could not find another course that goes this deep into FPGA internals. New cohort starts 18th May, registration closes in 10 days.

Workshop link: https://www.vlsisystemdesign.com/fpga/

Curious whether others have found resources that go this deep - or whether most people just accept the black box and move on.

u/kunalg123 — 16 days ago
▲ 289 r/ASIC+3 crossposts

If you’re trying to understand how a chip is actually designed end-to-end, this flow gives a clear picture.

From System Design → RTL → Synthesis → Physical Design → Signoff,
each stage has its own set of tools and learning curve.

For many students and professionals, the real challenge is not theory —
it’s getting structured, hands-on exposure across this full flow.

What’s encouraging today is that there are accessible ways to start exploring these stages step-by-step,
build small designs, and gradually move toward more advanced implementations.

That’s exactly the approach VLSI System Design (VSD) has been focusing on - helping learners move from concepts → labs → real design workflows.

If you’re looking to get started or go deeper with guided learning and hands-on labs, you can explore here:
https://www.vlsisystemdesign.com/vsd_products/

The goal is simple:
make it easier to learn by doing, at your own pace, with the right structure.

u/kunalg123 — 20 days ago
▲ 0 r/ASIC+3 crossposts

A hiring manager at a top semiconductor company told me this last week. I wasn't surprised.

India wants to train 1,000,000 chip engineers by 2030. Lam Research is building virtual fabs. The Tata Dholera fab hits First Silicon in December 2026.

But here's the quiet revolution nobody is talking about:

The chip design interview changed.

Recruiters at Qualcomm, Intel, and NVIDIA don't just read your resume anymore. They open a browser. They go to github.com/[your name]. They look for:

→ Did you do RTL-to-GDSII on a real design?

→ Can I see your physical design layout?

→ Did you actually tape out anything?

A student from a tier-3 college in India recently joined a top VLSI company. No IIT. No internship at a big firm. Just a public GitHub repo with a complete RISC-V SoC flow using open-source SKY130 PDK.

That repo was his resume.

At VLSI System Design (VSD), we built our entire philosophy around this: "Learning by doing" → GitHub → Job.

From RTL design to tapeout. From a ₹2000 VSDSquadron board to a public chip layout. No expensive cleanroom. No ₹50,000 EDA license. Just open-source tools, real projects, and a GitHub link.

The 1 million chip engineers India needs by 2030 won't be built in classrooms. They'll be built commit by commit.

Is your GitHub your resume yet?

👇 Drop your GitHub link below. Let's see what India's chip engineers are building.

u/kunalg123 — 22 days ago
▲ 0 r/ASIC

In 2020, a student from a tier-3 college in Andhra Pradesh sent me a message.

"Sir, is chip design only for IIT students?"

I did not reply immediately. I wanted to think about whether I was going to tell him the comfortable thing or the true thing.

The true thing is this: chip design jobs in India have historically gone to people from a handful of colleges. Not because tier-3 students are less capable. Because the tools, the real flows, the hands-on experience — they never reached those colleges. The knowledge was locked inside companies and elite institutions.

That student joined a 10-day RISC-V workshop. Open-source tools. Real processor design.

He is now at a semiconductor company in Hyderabad.

I am not sharing this to congratulate anyone. I am sharing it because that question — "is this only for IIT students?" — is sitting silently in the minds of lakhs of ECE graduates right now.

And most of them have already accepted the answer as yes.

It is not yes.

Tata is building a fab. Micron is here. CG Power signed. The India Semiconductor Mission is not a press release anymore — it is concrete and steel going into the ground. The demand for chip design engineers over the next five years is unlike anything this country has ever seen.

The engineers to fill those roles do not exist yet in sufficient numbers. That is not a problem. That is a window.

But windows close.

Every VSD program opens for registration this May — 10-day intensives, 3-month programs, K-12 tracks, real hardware, real tapeout. If you want to see what this looks like before committing, there is a free live roadshow on April 30th.

This is not a course listing. This is the door that student from Andhra Pradesh walked through.

https://www.vlsisystemdesign.com/vsd_products/

Tag the ECE graduate in your life who quietly stopped believing this industry was for them.

u/kunalg123 — 1 month ago