A curated list of papers, datasets, and resources related to Large Language Models (LLMs) for Circuit Design, covering both Digital (RTL) and Analog domains. This repository aims to track the rapid advancements in using AI agents for hardware design automation.
- Digital Circuit Design (RTL)
- Analog Circuit Design
- Analog Mind Series (Behzad Razavi)
- Datasets & Benchmarks
- Resources & Learning
- Contributing
| Title | Venue | Date | Code | Topic |
|---|---|---|---|---|
| RTLSeek: Boosting the LLM-Based RTL Generation with Diversity-Oriented RL | ICLR 2026 | 2025.09 | - | Diversity-Oriented |
| EARL: Entropy-Aware RL Alignment of LLMs for Reliable RTL Code Generation | arXiv | 2025.11 | - | Entropy-Aware |
REvolution: An Evolutionary Framework for RTL Generation driven by LLMs |
ASP-DAC 2026 | 2025.10 | Github | Evolutionary Algo |
VERIRL: Boosting the LLM-based Verilog Code Generation via Reinforcement Learning |
arXiv | 2025.08 | Github | RL |
VeriReason: Reinforcement Learning with Testbench Feedback for Reasoning-Enhanced Verilog |
ICLR 2026 | 2025.09 | Github | RL, Reasoning |
| Improving LLM-Based Verilog Code Generation with Data Augmentation and RL | DATE 2025 | 2025.03 | - | Data Augmentation |
| Large Language Model for Verilog Generation with Code-Structure-Guided RL | arXiv | 2024.07 | Code | Structure-Guided |
| Title | Venue | Date | Code | Topic |
|---|---|---|---|---|
| Wrong Code, Right Structure: Learning Netlist Representations from Imperfect LLM-Generated RTL | arXiv | 2026.03 | - | Netlist Representation Learning, Data Augmentation |
| ChipMind: Retrieval-Augmented Reasoning for Long-Context Circuit Design Specifications | AAAI 2026 | 2025.12 | - | RAG, Knowledge Graph, Reasoning |
| RTL++: Graph-enhanced LLM for RTL Code Generation | LAD '25 | 2025.05 | - | Graph-enhanced |
| Abstractions-of-Thought: Intermediate Representations for LLM Reasoning in Hardware Design | arXiv | 2025.05 | - | IR, Reasoning |
| CIRCUIT: A Benchmark for Circuit Interpretation and Reasoning Capabilities of LLMs | arXiv | 2025.02 | - | Reasoning |
ReasoningV: Efficient Verilog Code Generation with Adaptive Hybrid Reasoning Model |
arXiv | 2025.04 | Github | Hybrid Reasoning |
| Title | Venue | Date | Code | Topic |
|---|---|---|---|---|
| EEschematic: Multimodal-LLM Based AI Agent for Schematic Generation of Analog Circuit | arXiv | 2025.10 | Github | MLLM, Schematic |
| DiffCkt: A Diffusion Model-Based Hybrid Neural Network Framework for Automatic Transistor-Level Generation | arXiv | 2025.07 | - | Diffusion Model |
| SpiceMixer: Netlist-Level Circuit Evolution | arXiv | 2025.06 | - | Netlist Evolution |
| Schemato -- An LLM for Netlist-to-Schematic Conversion | arXiv | 2024.11 | - | Netlist-to-Schematic |
| LaMAGIC: Language-Model-based Topology Generation for Analog Integrated Circuits | arXiv | 2024.07 | - | Topology Generation |
| Title | Venue | Date | Code | Topic |
|---|---|---|---|---|
| VLM-CAD: VLM-Optimized Collaborative Agent Design Workflow for Analog Circuit Sizing | arXiv | 2026.01 | - | VLM, Collaborative Agent, Workflow |
| AnalogSAGE: Self-evolving Analog Design Multi-Agents with Stratified Memory and Grounded Experience | arXiv | 2025.12 | - | Multi-Agent, Self-evolving, Stratified Memory |
| AnaFlow: Agentic LLM-based Workflow for Reasoning-Driven Explainable and Sample-Efficient Analog Circuit Sizing | arXiv | 2025.11 | - | Workflow |
AnalogCoder-Pro: Unifying Analog Circuit Generation and Optimization via Multi-modal LLMs |
arXiv | 2025.08 | Github | MLLM, Unifying |
| A Large Language Model-based Multi-Agent Framework for Analog Circuits' Sizing Relationships Extraction | arXiv | 2025.06 | - | Sizing Relationships |
| Towards Optimal Circuit Generation: Multi-Agent Collaboration Meets Collective Intelligence | arXiv | 2025.04 | - | Multi-Agent |
A series of articles by Prof. Behzad Razavi published in IEEE Solid-State Circuits Magazine (SSCM), exploring fundamental concepts and advanced topics in analog circuit design.
| Title | Venue | Date | Link | Topic |
|---|---|---|---|---|
| Analog Mind (Part 1) | IEEE SSCM | 2024.Q1 | IEEE | Analog Design Fundamentals |
| Analog Mind (Part 2) | IEEE SSCM | 2024.Q2 | IEEE | Analog Design Concepts |
| Analog Mind (Part 3) | IEEE SSCM | 2024.Q3 | Advanced Analog Topics | |
| Analog Mind (Part 4) | IEEE SSCM | 2025.Q1 | Advanced Analog Topics | |
| Analog Mind (Part 5) | IEEE SSCM | 2024.Q4 | IEEE | Analog Design Insights |
| Analog Mind (Part 6) | IEEE SSCM | 2025.Q1 | IEEE | Analog Design Insights |
| Analog Mind (Part 7) | IEEE SSCM | 2025.Q2 | IEEE | Analog Design Insights |
| Analog Mind (Part 8) | IEEE SSCM | 2025.Q3 | IEEE | Analog Design Insights |
For complete list of Analog Mind articles, see Behzad Razavi's IEEE Author Page
| Title | Type | Topic |
|---|---|---|
| Energy Efficient Software Hardware CoDesign for Machine Learning: From TinyML to Large Language Models | Survey | Energy Efficiency, SW-HW Co-Design, ML Systems |
| SCALE-Sim TPU: Validating and Extending SCALE-Sim for TPUs | Paper | TPU, Cycle-Accurate Simulation, ML Compiler |
| AI+HW 2035: Shaping the Next Decade | Vision Paper | AI+HW Co-Design |
| ChatNeuroSim: An LLM Agent Framework for Automated Compute-in-Memory Accelerator Deployment and Optimization | Paper | CIM Accelerator, Agentic Optimization |
| BrainWave NPU Microarchitecture Analysis | Docs | NPU Architecture |
| EEschematic Presentation | Slides | AMS Circuit |
| ASIC Technology Lecture | Course | ASIC |
| Digital System Design PDF | Digital Design | |
| Springer Book: Digital System Design | Book | Digital Design |
We welcome contributions! If you know of a paper, tool, or resource that should be included, please:
- Fork this repository
- Add your entry following the existing format
- Submit a pull request with a brief description
- Ensure the paper/resource is relevant to LLM-based circuit design (RTL/Analog) or hardware automation
- Include proper citation with title, venue, date, and links
- Add appropriate topic tags
- Maintain chronological order (newest first)
- Check for duplicates before submitting
If you find this repository useful for your research, please consider citing:
@misc{awesome-llm-circuit-agent,
author = {Haiyan Qin},
title = {Awesome LLM Circuit Agent: A Curated Collection of LLM-Driven Circuit Design Research},
year = {2025},
publisher = {GitHub},
url = {https://github.com/qhy991/Awesome-LLM-Circuit-Agent}
}This work is licensed under a Creative Commons Zero v1.0 Universal license.
β If you find this repository helpful, please consider giving it a star! β
Maintained with β€οΈ by the community
Last Updated: April 2026

