Author: Denis Avetisyan
Researchers have developed a new AI-powered system that significantly accelerates the design of analog and mixed-signal integrated circuit input/output rings.

AMS-IO-Agent, an LLM-based framework, streamlines I/O design and has been successfully integrated into a real-world tape-out process.
Despite the increasing complexity of analog and mixed-signal (AMS) integrated circuit design, automation of input/output (I/O) subsystems remains a significant challenge. This work, ‘AMS-IO-Bench and AMS-IO-Agent: Benchmarking and Structured Reasoning for Analog and Mixed-Signal Integrated Circuit Input/Output Design’, introduces AMS-IO-Agent, an LLM-based agent that automates AMS I/O ring design through structured reasoning and a domain-specific knowledge base. Demonstrating over 70% design rule check and layout versus schematic (DRC+LVS) pass rates and a successful 28nm CMOS tape-out, this approach reduces design turnaround time from hours to minutes. Could this agent-based automation paradigm fundamentally reshape workflows in AMS IC design and accelerate innovation?
The Escalating Complexity of Modern Integrated Circuit Design
The creation of modern mixed-signal integrated circuits presents a formidable engineering challenge, largely due to the escalating complexity of their architecture and functionality. Unlike purely digital designs, these systems integrate both analog and digital components, necessitating meticulous attention to signal integrity, power management, and noise reduction – factors that demand substantial manual intervention from highly specialized engineers. This reliance on expert knowledge isn’t simply about skill; it’s about navigating a design space where even minor adjustments can have cascading effects across the entire system. Consequently, design cycles are lengthening and costs are increasing, as verifying the correct operation of these intricate circuits requires exhaustive simulations and painstaking debugging – processes that are difficult to fully automate with current tools and methodologies. The sheer volume of interdependent variables within a mixed-signal IC necessitates a level of nuanced understanding that pushes the limits of even the most experienced design teams.
The creation of modern integrated circuits remains profoundly dependent on the expertise of highly skilled engineers, a reliance that presents a growing obstacle to innovation. As designs increase in complexity – incorporating billions of transistors and intricate interconnections – the manual effort required for layout, verification, and optimization becomes unsustainable. This isn’t simply a matter of time; the bottleneck resides in the limited pool of engineers possessing the necessary experience to navigate these challenges effectively. Consequently, scaling design capabilities to meet ever-increasing demand necessitates a shift away from predominantly manual workflows, as the pace of innovation is directly constrained by the availability of specialized human capital. The industry’s continued progress hinges on mitigating this scalability issue through intelligent automation and tools that augment, rather than replace, human expertise.
The escalating complexity of integrated circuit design necessitates a shift towards greater automation to maintain competitive time-to-market and control rising costs. While conventional electronic design automation (EDA) tools have long assisted in various stages, their efficacy is increasingly challenged by the intricate architectures of modern chips. Truly effective automation demands intelligent tools – systems capable of not merely executing predefined steps, but of making informed decisions, adapting to unforeseen challenges, and optimizing designs based on complex performance criteria. This requires advancements in areas like machine learning and artificial intelligence, enabling tools to learn from previous designs, predict potential issues, and autonomously explore a vast design space to identify optimal solutions, ultimately reducing the reliance on extensive manual intervention by highly specialized engineers.
Generating the intricate I/O ring – the crucial interface between a chip and its packaging – presents a significant hurdle in modern integrated circuit design. Traditional methods often falter when confronted with the complex geometries and stringent electrical requirements of wirebond packaging, necessitating extensive manual intervention from experienced engineers. The challenge lies in optimally placing and routing hundreds, even thousands, of tiny connections around the chip’s perimeter while minimizing signal degradation and maximizing space utilization. Existing automated tools frequently produce suboptimal results, demanding tedious refinement and correction, which drastically slows down the design cycle and increases costs. This structural complexity isn’t merely a matter of scaling; it’s a fundamental problem demanding innovative algorithmic approaches to intelligently navigate the constraints of both the chip layout and the packaging technology.

Introducing the AMS-IO-Agent: A Specialized AI for I/O Generation
The AMS-IO-Agent is an artificial intelligence agent specifically developed for the automated creation of Input/Output (I/O) rings within Analog Mixed-Signal (AMS) integrated circuit (IC) designs. Utilizing a Large Language Model (LLM) as its core reasoning engine, the agent functions as a domain-specialized tool, moving beyond general-purpose LLM capabilities to address the unique challenges of AMS I/O ring generation. This specialization allows for increased efficiency and accuracy in producing functional I/O configurations compared to manual design or the application of non-specialized AI tools. The agent’s architecture is designed to accept high-level specifications and translate them into the detailed instructions necessary for I/O ring implementation.
The AMS-IO-Agent employs an Intent Graph as its primary input for I/O ring generation. This graph is a structured, hierarchical representation of the desired I/O behavior, defining the functional requirements and interconnections between various components. Instead of requiring low-level descriptions of individual signals or protocols, the Intent Graph captures the intent of the I/O system at a higher level of abstraction. Nodes within the graph represent functional blocks or data streams, while edges define the relationships and data flow between them. This allows designers to specify I/O requirements in a declarative manner, focusing on what needs to be achieved rather than how it should be implemented, which the agent then translates into concrete I/O configurations.
The AMS-IO-Agent’s functionality is predicated on a comprehensive Domain Knowledge Base (DKB) assembled from over fifteen years of accumulated expertise in Analog and Mixed-Signal (AMS) integrated circuit design. This DKB consists of formalized design rules, validated component models, established verification methodologies, and a curated library of previously successful I/O ring implementations. Data within the DKB is structured to facilitate efficient retrieval and application by the agent’s reasoning engine, enabling the automated generation of I/O rings that adhere to industry best practices and proven design patterns. The DKB is continuously updated with new data derived from ongoing design projects and validation results, ensuring the agent’s output remains current and reflects the latest advancements in AMS IC design.
The AMS-IO-Agent leverages Natural Language Processing (NLP) techniques to parse design requirements expressed in a human-readable format. This NLP pipeline includes tokenization, part-of-speech tagging, and dependency parsing to extract key entities and relationships defining the desired I/O ring characteristics. The extracted information is then converted into a formal, machine-interpretable representation, specifically a sequence of instructions compatible with the agent’s internal execution engine. This translation process ensures that high-level design intents are accurately and reliably converted into the precise configurations necessary for I/O ring generation, eliminating ambiguity and reducing the potential for manual errors.

From Intent to Layout: A Detailed Examination of the Agent’s Workflow
The Intent Graph Adaptor functions as a crucial intermediary component within the automated design flow. It receives the Intent Graph, a structured representation of design specifications, and translates this information into a series of Executable Data Files (EDA) scripts. These scripts are specifically formatted for compatibility with industry-standard Electronic Design Automation (EDA) tools, enabling automated execution of design tasks. The adaptor’s output includes scripts tailored for tools such as Cadence Virtuoso, facilitating the creation of schematic diagrams and physical layouts. This conversion process is essential for bridging the gap between high-level design intent and the detailed instructions required by layout generation software.
EDA scripts generated by the Intent Graph Adaptor utilize the SKILL programming language, native to Cadence Virtuoso, to automate the creation of both schematic diagrams and physical layouts. SKILL commands define the geometry, connectivity, and properties of circuit elements, enabling the procedural generation of complex designs. This programmatic approach to layout allows for precise control over design parameters and facilitates rapid iteration and optimization, as modifications to the Intent Graph are reflected in the Virtuoso layout through script re-execution. The integration of SKILL within Virtuoso provides a robust environment for translating high-level design intent into a manufacturable physical implementation.
Layout verification utilizes Calibre, a comprehensive tool suite for detecting errors in integrated circuit layouts. This process involves two primary checks: Design Rule Checking (DRC) confirms that the physical layout adheres to the manufacturing process constraints defined by the foundry, verifying minimum widths, spacings, and overlaps. Layout Versus Schematic (LVS) validates the electrical connectivity of the layout against the original schematic, ensuring that transistors, resistors, and other components are correctly connected and that the layout accurately represents the intended circuit functionality. Both DRC and LVS are critical steps in preventing costly fabrication errors and ensuring the reliability of the final chip.
The agent’s I/O cell generation is driven directly by parsed design specifications, enabling the automated creation of both Digital and Analog I/O cells without manual intervention. This process considers parameters such as cell size, layer assignments, and connection requirements defined in the input data. Digital I/O cells are generated for digital signal interfacing, while Analog I/O cells are tailored for analog signal management, each adhering to distinct design rules and performance criteria. The system dynamically selects and instantiates appropriate cell configurations, ensuring compatibility with the overall circuit design and process technology node.

Validation and Future Outlook: Accelerating IC Design Through Automation
A crucial element in assessing the capabilities of automated IC design agents is objective, reproducible evaluation, and the AMS-IO-Bench benchmark suite directly addresses this need. This standardized collection of Input/Output ring generation tasks provides a consistent framework for comparing agent performance across different algorithms and configurations. By utilizing a shared set of challenges, researchers and developers can accurately measure improvements in design speed, efficiency, and quality, moving beyond subjective assessments. The suite’s design facilitates rigorous testing and validation, ensuring that advancements in automated IC design are demonstrably effective and contribute to tangible progress in the field, fostering innovation and reliable comparisons within the community.
Rigorous testing of the automated I/O ring generation process reveals a substantial improvement over traditional manual design techniques. Across a diverse set of 30 benchmark cases, the system achieved a 76.7% pass rate for both Design Rule Checking (DRC) and Layout Versus Schematic (LVS) verification – critical steps ensuring a chip’s functionality and manufacturability. This success rate indicates a significant reduction in design iterations and errors, promising a faster and more reliable path to completed integrated circuit layouts. The demonstrated acceleration signifies not merely automation, but a demonstrable improvement in design quality and efficiency, positioning this technology as a key enabler for complex mixed-signal IC development.
The integration of human expertise with automated agent capabilities, termed Human-Agent Co-Design, represents a paradigm shift in integrated circuit development. This collaborative approach leverages the agent’s speed and precision in tasks like I/O ring generation while retaining crucial human oversight for complex decision-making and validation. Rather than replacing designers, the agent functions as a powerful assistant, accelerating the design process and freeing up engineers to focus on innovation and higher-level architectural considerations. This synergy not only drastically reduces design turnaround time – potentially shrinking it from days to mere minutes – but also minimizes errors and optimizes performance through the combined strengths of artificial and human intelligence, ultimately fostering a more efficient and productive IC design workflow.
The advent of this automated IC design methodology promises a significant shift in the semiconductor industry, dramatically accelerating the path from concept to commercialization. By reducing design turnaround time from days to mere minutes, and achieving a substantial reduction in associated costs, innovation in mixed-signal integrated circuits is poised to flourish. This efficiency isn’t achieved through excessive computational demand; the system operates with a remarkably modest token usage of approximately 105k, making it both powerful and economically viable. Consequently, engineers can explore a wider range of design possibilities, iterate more rapidly, and ultimately deliver more advanced and sophisticated ICs to market with unprecedented speed and cost-effectiveness.

The pursuit of automated AMS I/O ring design, as detailed in this work, demands a commitment to verifiable correctness. Heuristics, while expedient, introduce potential for subtle errors that compromise the integrity of the final circuit. As Bertrand Russell observed, “The whole problem with the world is that fools and fanatics are so confident in their own opinions.” This sentiment resonates strongly with the challenge of automating complex design tasks; reliance on approximations or insufficiently validated assumptions can lead to designs that appear functional but fail under rigorous scrutiny. The AMS-IO-Agent, by leveraging a domain knowledge base and structured reasoning, attempts to move beyond mere functional verification toward a provably correct design process, aligning with the principle that a solution is either correct or incorrect – there is no acceptable middle ground.
What Lies Ahead?
The successful integration of AMS-IO-Agent into a tape-out workflow represents a pragmatic victory, yet should not be mistaken for a fundamental resolution. The system, while demonstrably effective, operates within the constraints of formalized design rule checks and schematic verification. A true test of its reasoning capability will emerge when confronted with genuinely novel topologies, or specifications lacking precise, pre-defined constraints. The current approach, reliant on a domain knowledge base, implicitly encodes a specific set of assumptions about ‘good’ I/O design – assumptions which, inevitably, will prove incomplete.
Future work must therefore move beyond mere automation of existing paradigms. The real challenge lies in building agents capable of discovering new design strategies, not simply executing known ones. This necessitates a shift towards formal methods capable of verifying the correctness of generated designs, rather than relying solely on post-hoc simulation and testing. Optimization without analysis remains self-deception, a trap for the unwary engineer.
Finally, the limitations of the current knowledge representation – a static database – are evident. A dynamic, self-learning system, capable of abstracting design principles from successful (and failed) layouts, represents a logical, if ambitious, extension. Such a system would demand a rigorous mathematical framework for representing and manipulating design intent, moving beyond the inherent ambiguities of natural language processing.
Original article: https://arxiv.org/pdf/2512.21613.pdf
Contact the author: https://www.linkedin.com/in/avetisyan/
See also:
- Clash Royale Best Boss Bandit Champion decks
- Vampire’s Fall 2 redeem codes and how to use them (June 2025)
- Best Hero Card Decks in Clash Royale
- Mobile Legends: Bang Bang (MLBB) Sora Guide: Best Build, Emblem and Gameplay Tips
- Clash Royale Furnace Evolution best decks guide
- Best Arena 9 Decks in Clast Royale
- Clash Royale Witch Evolution best decks guide
- Dawn Watch: Survival gift codes and how to use them (October 2025)
- Wuthering Waves Mornye Build Guide
- All Brawl Stars Brawliday Rewards For 2025
2025-12-30 06:19