Add LLM-Assisted Analog Amplifier Sizing — VLSI26 submission#185
Open
jiyuanduan001-oss wants to merge 2 commits into
Open
Add LLM-Assisted Analog Amplifier Sizing — VLSI26 submission#185jiyuanduan001-oss wants to merge 2 commits into
jiyuanduan001-oss wants to merge 2 commits into
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Submission for the IEEE SSCS Code-a-Chip Travel Grant at VLSI 2026. Contents: - LLM_Assisted_Analog_Amplifier_Sizing.ipynb — end-to-end environment setup (ngspice 46 build, two conda envs, CircuitCollector server) plus guidance to drive the interactive gm/ID sizing flow from Claude Code in VS Code. Includes a system-description appendix and two historical run logs (tsm_single, 5tota_lv_cascode) showing the full sizing + CMA-ES loop. - README.md — team members, tool versions, repository link, references, Apache 2.0 license declaration. Main source repo: https://github.com/jiyuanduan001-oss/LLM-Assisted-Analog-Amplifier-Sizing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
LLM-Assisted Analog Amplifier Sizing — submission for the IEEE SSCS Code-a-Chip Travel Grant at VLSI 2026.
This notebook demonstrates an LLM-guided analog amplifier sizing flow on the SKY130 open-source PDK. It combines:
.claude/skills/The notebook sets up the full environment on a fresh Ubuntu/Debian system (ngspice 46 build from source, two conda envs, detached simulation server) and guides users to drive the interactive sizing flow from Claude Code in VS Code. Two historical run logs — Two-Stage Miller single-load OTA and 5-Transistor OTA with Sooch-style LV cascode load — are included as appendices to show the full 6-stage flow end-to-end, including extreme-PVT verification and CMA-ES optimization.
Supported topologies (production-ready): 5T OTA and Two-Stage Miller (TSM), each with single / cascode / wide-swing-cascode load variants. The sub-block black-box abstraction (5-quantity interface:
gds_eq,C_eq,p_int,V_headroom,Vbias_ext) lets the same topology equations handle all nine structural combinations.Team:
Team lead (travel-grant recipient): Jiyuan Duan (jd200@rice.edu)
Source repo: https://github.com/jiyuanduan001-oss/LLM-Assisted-Analog-Amplifier-Sizing
Tools & versions:
Submission path:
VLSI26/submitted_notebooks/LLM-Assisted_Analog_Amplifier_Sizing/License: Apache 2.0