paper-with-me

홈 › Papers

Target Circuit Matching in Large-Scale Netlists using GNN-Based Region Prediction

2025-07-18 · Sangwoo Seo, Jimin Seo, Yoonho Lee, Donghyeon Kim, Hyejin Shin, Banghyun Sung, Chanyoung Park arxiv

Subgraph matching plays an important role in electronic design automation (EDA) and circuit verification. Traditional rule-based methods have limitations in generalizing to arbitrary target circuits. Furthermore, node-to-node matching approaches tend to be computationally inefficient, particularly for large-scale circuits. Deep learning methods have emerged as a potential solution to address these challenges, but existing models fail to efficiently capture global subgraph embeddings or rely on inefficient matching matrices, which limits their effectiveness for large circuits. In this paper, we propose an efficient graph matching approach that utilizes Graph Neural Networks (GNNs) to predict regions of high probability for containing the target circuit. Specifically, we construct various negative samples to enable GNNs to accurately learn the presence of target circuits and develop an approach to directly extracting subgraph embeddings from the entire circuit, which captures global subgraph information and addresses the inefficiency of applying GNNs to all candidate subgraphs. Extensive experiments demonstrate that our approach significantly outperforms existing methods in terms of time efficiency and target region prediction, offering a scalable and effective solution for subgraph matching in large-scale circuits.

📄 PDF Abstract BibTeX arXiv:2507.19518

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Matching

Similar Papers 제목 키워드 기반

AMSNet: Netlist Dataset for AMS Circuits

2024-05-15 · Zhuofu Tao, Yichen Shi, Yiru Huo, Rui Ye 외

Today's analog/mixed-signal (AMS) integrated circuit (IC) designs demand substantial manual intervention. The advent of multimodal large language models (MLLMs) has unveiled significant potential across various fields, s…

Wrong Code, Right Structure: Learning Netlist Representations from Imperfect LLM-Generated RTL

2026-03-10 · Siyang Cai, Cangyuan Li, Yinhe Han, Ying Wang arxiv

Learning effective netlist representations is fundamentally constrained by the scarcity of labeled datasets, as real designs are protected by Intellectual Property (IP) and costly to annotate. Existing work therefore foc…

Component ClassificationRepresentation LearningData AugmentationCode Generation

Schemato -- An LLM for Netlist-to-Schematic Conversion

2024-11-21 · Ryoga Matsuo, Stefan Uhlich, Arun Venkitaraman, Andrea Bonetti 외

Machine learning models are advancing circuit design, particularly in analog circuits. They typically generate netlists that lack human interpretability. This is a problem as human designers heavily rely on the interpret…

Language ModelingLanguage ModellingLarge Language Model

AMSnet 2.0: A Large AMS Database with AI Segmentation for Net Detection

2025-05-14 · Yichen Shi, Zhuofu Tao, Yuhao Gao, Li Huang 외

Current multimodal large language models (MLLMs) struggle to understand circuit schematics due to their limited recognition capabilities. This could be attributed to the lack of high-quality schematic-netlist training da…

AnalogRetriever: Learning Cross-Modal Representations for Analog Circuit Retrieval

2026-04-25 · Yihan Wang, Lei Li, Yao Lai, Jing Wang 외 arxiv

Analog circuit design relies heavily on reusing existing intellectual property (IP), yet searching across heterogeneous representations such as SPICE netlists, schematics, and functional descriptions remains challenging.…

Cross-Modal RetrievalContrastive Learning