Update README.md
This commit is contained in:
parent
8a7d40de79
commit
d6fbf37556
13
README.md
13
README.md
|
|
@ -83,6 +83,8 @@ For further information, please visit the following sources:
|
|||
- 📚 [IHP Open PDK Docs](https://ihp-open-pdk-docs.readthedocs.io/en/latest/)
|
||||
- 💬 [IHP Open PDK Discussion on ChatGPT](https://chatgpt.com/g/g-sovooLd0V-ihp-open-pdk)
|
||||
|
||||
|
||||
|
||||
## Module 0 – Foundations
|
||||
|
||||
This introductory module sets up the essential tools and methodologies for working with the IHP Open PDK in analog IC design. You'll begin by installing and verifying key tools like Xschem and KLayout, guided by the official documentation. Once installed, you’ll explore basic simulations—including DC, transient, AC, Monte Carlo, and S-parameter analyses—through example test cases provided within the PDK.
|
||||
|
|
@ -92,6 +94,8 @@ A modern design flow is introduced, emphasizing the **gm/Id methodology**, which
|
|||
Whether you're new to IC design or transitioning to an open-source flow, this module ensures your environment is fully prepared for hands-on analog development using the IHP 130nm technology node.
|
||||
|
||||
|
||||
|
||||
|
||||
## Module 1 – Bandgap Reference
|
||||
|
||||
In this module, you'll begin your first analog design: an all-CMOS bandgap reference. The module is divided into three parts, guiding you from OTA design to full schematic simulation and layout considerations.
|
||||
|
|
@ -140,6 +144,9 @@ Although the complete layout of the bandgap reference isn’t covered step-by-st
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## Module 2 – 50 GHz Medium Power Amplifier
|
||||
|
||||
In this module, we take our first steps into the world of **RF design** by developing a **50 GHz Medium Power Amplifier (MPA)** using **QUCS-S** as the schematic editor.
|
||||
|
|
@ -201,6 +208,9 @@ This part showcases the **iterative nature of RF design**, where component model
|
|||
> 📌 **Note**: Be sure to consult the slides for this module. It includes additional resources from the developer of the Python–OpenEMS interface for the IHP stackup, not covered in the Markdown file.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## Module 3 – 8-bit SAR ADC
|
||||
|
||||
In the final module, we shift focus to **mixed-signal design** by building a simple yet functional **8-bit Successive Approximation Register (SAR) ADC**. The chosen architecture is a **synchronous SAR**.
|
||||
|
|
@ -264,6 +274,9 @@ This section offers a clear view of the **end-to-end data conversion**.
|
|||
> 📌 Be sure to explore both the Markdown and the accompanying slides for this module. Some additional insights and visualizations are included in the slides that aren’t covered in the Markdown material.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## Final Thoughts
|
||||
|
||||
This course emphasizes **key steps in the workflow** for analog, RF, and mixed-signal IC design using open-source tools. While we haven't covered every detail in depth, the aim was to provide a **strong foundation** for navigating the complexities of these workflows. We hope this serves as a good starting point, and that you'll take what you've learned here to explore further on your own.
|
||||
|
|
|
|||
Loading…
Reference in New Issue