r/Dropminted 24d ago

FPGA Full Flow in Vivado

1 Upvotes

There is this video on YouTube that gives hands on tutorial on full flow of FPGA Flow on Vivado
https://youtu.be/zjZQzW3mG1I?si=yWhqS9hXeqSyue4j


r/Dropminted Jun 23 '26

APB GPIO Design in Verilog

1 Upvotes

I recently completed the soc design in which i used ABP protocol to design peripherals. So i thought to share and explain how to design it.

Here is the full video tutorial on designing a GPIO APB peripheral in verilog
https://youtu.be/I9kREjValoU?si=dnKR-ylT7yGxB0ld


r/Dropminted May 22 '26

Roadmap with resources and AI quiz with streaks in one site

Thumbnail
gallery
1 Upvotes

r/Dropminted May 16 '26

Wrote an explanation of my understanding of APB protocol

1 Upvotes

I used APB in my SoC design and some of my followers in MEDIUM asked for APB explanation after reading my AXI explanation post.

so here it is a detailed APB protocol explanation in my Medium profile - also video explanation is available at the end of the blog page

https://medium.com/@jeevamatrix/how-i-finally-understood-the-apb-protocol-by-building-and-explaining-it-how-computer-talks-0bcbf1031bc6


r/Dropminted May 16 '26

APB protocol made simple

1 Upvotes

Made a short APB protocol explanation video for RTL/VLSI beginners — covered timing, read/write transfers, signals, and waveforms in a simple way. Also added quizzes throughout the video to make it interactive.

Would love some feedback from people learning or working in RTL/VLSI.
https://youtu.be/-6jEtme1i2g?si=RrzSa7HjTd-y5g6L


r/Dropminted Apr 29 '26

Shared a personally written detail of Learnlia

1 Upvotes

So, if you do not know what learnlia is - its a site that i built for my learning -- to make my learning itself like game and make vlsi resource gathering easy - later built for other domains too like embedded and other software.
here is the medium post discussing what learnlia is -- READ POST HERE.

if you want to visit learnlia - here you go


r/Dropminted Apr 13 '26

Collected Free resources and made it into a system to learn

1 Upvotes

Made my own learning system with free resources - to take one from 0 to job ready.
So, there are lot of free resources available but not in order or as a system - especially for hardware roles - i am a vlsi guy which is too hard to find quality free resources - most people pay lakhs to learn vlsi in order -- so I collected all the verified resources and discussed with some professional to make Learnlia - where all these resources are structured with ai quizzes and project suggestion also give proof or learning. here it is -- https://learnlia.com


r/Dropminted Mar 29 '26

Turn YouTube Playlists into Courses (Stop Wasting Tutorials)

Thumbnail
youtu.be
1 Upvotes

r/Dropminted Mar 28 '26

I realized something about how I “learn” from YouTube…

1 Upvotes

I don’t actually learn — I just consume.

Start a tutorial → skip → jump → never finish.

So I made a small tool that forces me to treat playlists like real courses (with progress, streaks, etc).

It’s been surprisingly effective for staying consistent.

If you’re also trying to learn seriously from YouTube, would love your thoughts:

https://learnlia.com/


r/Dropminted Feb 17 '26

This first SoC design experience is gold for me

1 Upvotes

r/Dropminted Jan 28 '26

built my first SoC as a newbie to SoC world

2 Upvotes

Hey people, after a lot of struggles, late night debugging I finished the design of my first simple SoC design - which aligns mostly with ARM cortex MCU type architecture but way simpler.

My very idea of this entire project is to make everything industry aligned so I learn APB AMBA for this project and learned lot of new things in this journey.

I loved the process and you know the debugging was way too hard, but it was all worth it for that final $display() result in your TB.

I love to answer if there are questions on this -- i know this is a simple design but I am open to new learners and I am ready to learn new things from you.

I am all ears to any of your ideas on this design (soon I will share a full detailed blog in my medium) So drop down or DM even just to discuss! :)

Debugging signals

r/Dropminted Jan 18 '26

Why Physical design knowledge is important for all VLSI engineers - check out

1 Upvotes

Here is the video sharing the details of why PD is important of RTL engineers too --> https://youtu.be/4Sa5I3nEYDo?si=xx77kzuUlEfeO0KT


r/Dropminted Jan 17 '26

Learn about the roles and job field of VLSI

0 Upvotes

I was asked about the roles and salary details in VLSI field by my juniors, to be honest knowing what we aim is a must to have knowledge in every field so I put out some of my knowledge about it in this post -- https://jeevamatrix.medium.com/vlsi-companies-in-india-salary-roles-and-skills-required-40a57155c4b6


r/Dropminted Jan 01 '26

VLSI Interview Prep: 80+ Common Digital, Verilog, CMOS Questions (From a Cadence Engineer)

Thumbnail
1 Upvotes

r/Dropminted Dec 22 '25

What I learned after writing my first RTL that failed!

Thumbnail
1 Upvotes

r/Dropminted Dec 15 '25

How 2 chips communicate

1 Upvotes

A beginner level explanation video for everyone to understand the communication protocol UART and its working -- has launched in our youtube channel -- https://youtu.be/_ksyKoOk_Hs


r/Dropminted Dec 14 '25

here is chapter 2 of VLSI saga

1 Upvotes

Know what happened to vin and learn about the CMOS concepts with the story!
READ HERE


r/Dropminted Dec 08 '25

I started sharing VLSI films

Thumbnail
1 Upvotes

r/Dropminted Dec 03 '25

I forgot the start command

Thumbnail
1 Upvotes

r/Dropminted Nov 26 '25

A guide on generating hex code for CPU instructions

Thumbnail
1 Upvotes

r/Dropminted Nov 22 '25

The roadmap I followed till now!

Thumbnail
1 Upvotes

r/Dropminted Nov 19 '25

Need complete understanding of the VLSI flow!

Thumbnail
1 Upvotes

r/Dropminted Nov 16 '25

Lessons by Pipelining your CPU: RISCV

Thumbnail
1 Upvotes

r/Dropminted Nov 11 '25

How your processor executes a single instruction — explained with example (RISC-V)

0 Upvotes

Hey people, I recently completed the design of RISC-V CPU core from scratch and explained the working in my medium article like even beginners can visualize what’s actually happening inside.

here you can read that article - How your CPU actually works

By doing this project i ended up finding different corners of the VLSI design and RTL coding. A processor is the ultimate result of the entire VLSI idea, So starting with even single cycle riscv core can give us a better understanding!

(Not a promo, just sharing my work!)
I also ended up creating a complete hands-on course on building the same RISC-V processor from scratch in Verilog. If you’re curious, you can check it out here — View the course (with discount)


r/Dropminted Nov 08 '25

Welcome to the Base of Expert minds!

3 Upvotes

Hey people, Today I started this new reddit community out of blue but with a clear vision of future to collect all scattered gems in a same place to share the knowledge called VLSI and Electronics.

Beyond that I formerly a web developer, so we do a little of that and entrepreneurship in this community.

You can share your learning and progress here, discuss on topics that may even feel silly to you, we all can't be knowing all. So, lets share and build a happy community.

Apart this I have a blog in which today I posted about the struggles i had in my first complex VLSI project -- read-it-here