paper-with-me

Papers

Learning Semantic Representations to Verify Hardware Designs

2021-12-01 · NeurIPS 2021 12 · Shobha Vasudevan, Wenjie (Joe) Jiang, David Bieber, Rishabh Singh, hamid shojaei, C. Richard Ho, Charles Sutton

Verification is a serious bottleneck in the industrial hardware design cycle, routinely requiring person-years of effort. Practical verification relies on a "best effort" process that simulates the design on test inputs. This suggests a new research question: Can this simulation data be exploited to learn a continuous representation of a hardware design that allows us to predict its functionality? As a first approach to this new problem, we introduce Design2Vec, a deep architecture that learns semantic abstractions of hardware designs. The key idea is to work at a higher level of abstraction than the gate or the bit level, namely the Register Transfer Level (RTL), which is somewhat analogous to software source code, and can be represented by a graph that incorporates control and data flow. This allows us to learn representations of RTL syntax and semantics using a graph neural network. We apply these representations to several tasks within verification, including predicting what cover points of the design will be exercised by a test, and generating new tests that will exercise desired cover points. We evaluate Design2Vec on three real-world hardware designs, including an industrial chip used in commercial data centers. Our results demonstrate that Design2Vec dramatically outperforms baseline approaches that do not incorporate the RTL semantics, scales to industrial designs, and can generate tests that exercise design points that are currently hard to cover with manually written tests by design verification experts.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural NetworkLearning Semantic Representations

Similar Papers 제목 키워드 기반

UniRTL: Unifying Code and Graph for Robust RTL Representation Learning

2026-05-29 · Yi Liu, Hongji Zhang, Lei Chen, Mingxuan Yuan 외 arxiv

Developing effective representations for register transfer level (RTL) designs is crucial for accelerating the hardware design workflow. Existing approaches, however, typically rely on a single data modality, either the …

Representation Learning

SchGen: PCB Schematic Generation with Semantic-Grounded Code Representations

2026-05-28 · Qinpei Luo, Ruichun Ma, Xinyu Zhang, Lili Qiu arxiv

Printed circuit board (PCB) schematic design defines nearly all electronic hardware, but it remains manual and expertise-intensive. While generative AI has advanced digital and analog IC design, PCB schematic generation …

Learning to Compare Hardware Designs for High-Level Synthesis

2024-09-20 · Yunsheng Bai, Atefeh Sohrabizadeh, Zijian Ding, Rongjian Liang 외

High-level synthesis (HLS) is an automated design process that transforms high-level code into hardware designs, enabling the rapid development of hardware accelerators. HLS relies on pragmas, which are directives insert…

High-Level Synthesis

LAUDE: LLM-Assisted Unit Test Generation and Debugging of Hardware DEsigns

2026-01-06 · Deeksha Nandal, Riccardo Revalor, Soham Dan, Debjit Pal arxiv

Unit tests are critical in the hardware design lifecycle to ensure that component design modules are functionally correct and conform to the specification before they are integrated at the system level. Thus developing u…

Prompt Engineering

ResBench: Benchmarking LLM-Generated FPGA Designs with Resource Awareness

2025-03-11 · Ce Guo, Tong Zhao

Field-Programmable Gate Arrays (FPGAs) are widely used in modern hardware design, yet writing Hardware Description Language (HDL) code for FPGA implementation remains a complex and time-consuming task. Large Language Mod…

BenchmarkingCode GenerationDiversity