View a PDF of the paper titled ChipXplore: Natural Language Exploration of Hardware Designs and Libraries, by Manar Abdelatty and 2 other authors
Abstract:Hardware design workflows rely on Process Design Kits (PDKs) from different fabrication nodes, each containing standard cell libraries optimized for speed, power, or density. Engineers typically navigate between the design and target PDK to make informed decisions, such as selecting gates for area optimization or enhancing the speed of the critical path. However, this process is often manual, time-consuming, and prone to errors. To address this, we present ChipXplore, a multi-agent collaborative framework powered by large language models that enables engineers to query hardware designs and PDKs using natural language. By exploiting the structured nature of PDK and hardware design data, ChipXplore retrieves relevant information through text-to-SQL and text-to-Cypher customized workflows. The framework achieves an execution accuracy of 97.39\% in complex natural language queries and improves productivity by making retrieval 5.63x faster while reducing errors by 5.25x in user studies. Compared to generic workflows, ChipXplore’s customized workflow is capable of orchestrating reasoning and planning over multiple databases, improving accuracy by 29.78\%. ChipXplore lays the foundation for building autonomous agents capable of tackling diverse physical design tasks that require PDK and hardware design awareness.
Submission history
From: Manar Abdelatty [view email]
[v1]
Wed, 17 Jul 2024 17:11:13 UTC (6,012 KB)
[v2]
Fri, 1 Nov 2024 17:31:11 UTC (11,835 KB)
[v3]
Sun, 29 Jun 2025 18:37:14 UTC (2,731 KB)
Source link
#Natural #Language #Exploration #Hardware #Designs #Libraries