paper-with-me

Papers

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 focuses on small-scale circuits with clean labels, limiting scalability to realistic designs. Meanwhile, Large Language Models (LLMs) can generate Register-Transfer-Level (RTL) at scale, but their functional incorrectness has hindered their use in circuit analysis. In this work, we make a key observation: even when LLM-Generated RTL is functionally imperfect, the synthesized netlists still preserve structural patterns that are strongly indicative of the intended functionality. Building on this insight, we propose a cost-effective data augmentation and training framework that systematically exploits imperfect LLM-Generated RTL as training data for netlist representation learning, forming an end-to-end pipeline from automated code generation to downstream tasks. We conduct evaluations on circuit functional understanding tasks, including sub-circuit boundary identification and component classification, across benchmarks of increasing scales, extending the task scope from operator-level to IP-level. The evaluations demonstrate that models trained on our noisy synthetic corpus generalize well to real-world netlists, matching or even surpassing methods trained on scarce high-quality data and effectively breaking the data bottleneck in circuit representation learning.

📄 PDF Abstract BibTeX arXiv:2603.09161

Code (0)

등록된 구현이 없습니다.

Tasks

Component ClassificationRepresentation LearningData AugmentationCode Generation

Similar Papers 제목 키워드 기반

DeepCell: Multiview Representation Learning for Post-Mapping Netlists

2025-02-05 · Zhengyuan Shi, Chengyu Ma, Ziyang Zheng, Lingfeng Zhou 외

Representation learning for post-mapping (PM) netlists is a critical challenge in Electronic Design Automation (EDA), driven by the diverse and complex nature of modern circuit designs. Existing approaches focus on inter…

Representation Learning

Aligning Netlist to Source Code using SynAlign

2025-01-01 · Sakshi Garg, Jose Renau

In current chip design processes, using multiple tools to obtain a gate-level netlist often results in the loss of source code correlation. SynAlign addresses this challenge by automating the alignment process, simplifyi…

LMM-IR: Large-Scale Netlist-Aware Multimodal Framework for Static IR-Drop Prediction

2025-11-16 · Kai Ma, Zhen Wang, Hongquan He, Qi Xu 외 arxiv

Static IR drop analysis is a fundamental and critical task in the field of chip design. Nevertheless, this process can be quite time-consuming, potentially requiring several hours. Moreover, addressing IR drop violations…

NetTAG: A Multimodal RTL-and-Layout-Aligned Netlist Foundation Model via Text-Attributed Graph

2025-04-12 · Wenji Fang, Wenkai Li, Shang Liu, Yao Lu 외

Circuit representation learning has shown promise in advancing Electronic Design Automation (EDA) by capturing structural and functional circuit properties for various tasks. Existing pre-trained solutions rely on graph …

Graph LearningRepresentation Learning

DE-HNN: An effective neural model for Circuit Netlist representation

2024-03-30 · Zhishang Luo, Truong Son Hy, Puoya Tabaghi, Donghyeon Koh 외

The run-time for optimization tools used in chip design has grown with the complexity of designs to the point where it can take several days to go through one design cycle which has become a bottleneck. Designers want fa…

Graph Learning