Welcome to the ASIC Design Knowledge Base! This repository is a growing collection of resources and notes on Application-Specific Integrated Circuit (ASIC) design, covering the entire flow from RTL to GDSII in easy-to-understand language.
I'm Anubhav, an ASIC design expert and coding hobbyist. With hands-on experience across the entire ASIC design flow, I started this project to share practical insights. You can learn more about my background in my Resume.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated!
Whether you're fixing a typo, adding a new topic, or improving an existing explanation, your input is valuable.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingTopic) - Commit your Changes (
git commit -m 'Add some AmazingTopic') - Push to the Branch (
git push origin feature/AmazingTopic) - Open a Pull Request
Please make sure to read our Code of Conduct to understand our expectations and ensure a friendly and welcoming environment for everyone.
This repository is based on the Quartz framework by Jacky Zhao (https://github.com/jackyzha0/quartz).