Search papers, labs, and topics across Lattice.
This paper introduces AaLLM, an innovative end-to-end multi-agent framework that automates the analog circuit design process by integrating topology generation and circuit sizing using large language models (LLMs). By leveraging a relevant knowledge base and a tri-agent feedback system, AaLLM significantly reduces the time and iterations required for circuit design, achieving novel topologies with performance metrics comparable to or exceeding traditional designs. The framework demonstrates a remarkable 40x reduction in wall-clock time and a 3x to 4.5x decrease in SPICE calls compared to state-of-the-art methods, highlighting its efficiency and effectiveness in the design space.
AaLLM can generate innovative circuit topologies that outperform conventional designs while slashing design time by up to 40x.
Analog circuit design is a time-consuming, iterative process in a nonlinear and high-dimensional design space that relies heavily on expert intuition. Among recent developments, LLMs have introduced a promising approach by bringing natural language reasoning to circuit design tasks. The majority of conventional LLM-based approaches provide fragmented solutions that focus either only on sizing or topology generation. These methods require adding specific technical knowledge manually, which is inefficient and prone to hallucinations during circuit sizing. Moreover, the inherent trade-off in meeting different specs makes current approaches iterative and tedious. Another shortcoming is the inability to create innovative topologies, which may lead to sub-optimal designs due to reliance on conventional topologies. In this paper, we present AaLLM, an open-source end-to-end multi-agent LLM workflow that takes user specs as input and outputs the appropriate netlist, encompassing both topology generation and circuit sizing. AaLLM automates the creation of a relevant knowledge base from research papers and textbooks to combat tedious manual data collection. A RAG model is implemented to emulate circuit design expertise using this knowledge base. Moreover, AaLLM uses a novel tri-agent feedback system comprising a Designer that determines circuit component values, a Critic that scrutinizes these values, and an Evaluator that minimizes circuit sizing iterations by arbitrating between the other two agents. AaLLM-generated novel topologies achieve a figure of merit (FoM) comparable to that of known topologies, and up to 3x higher for certain circuits. Testing on several circuit topologies, our results show a 3x - 4.5x decrease in the number of SPICE calls at inference when compared to SOTA multi-agent LLM pipelines. The results also show a 40x decrease in wall-clock time compared to existing approaches.