Beyond Tokens: Enhancing RTL Quality Estimation via Structural Graph Learning
By: Yi Liu , Hongji Zhang , Yiwen Wang and more
Potential Business Impact:
Helps computer chips get made faster and better.
Estimating the quality of register transfer level (RTL) designs is crucial in the electronic design automation (EDA) workflow, as it enables instant feedback on key metrics like area and delay without the need for time-consuming logic synthesis. While recent approaches have leveraged large language models (LLMs) to derive embeddings from RTL code and achieved promising results, they overlook the structural semantics essential for accurate quality estimation. In contrast, the control data flow graph (CDFG) view exposes the design's structural characteristics more explicitly, offering richer cues for representation learning. In this work, we introduce a novel structure-aware graph self-supervised learning framework, StructRTL, for improved RTL design quality estimation. By learning structure-informed representations from CDFGs, our method significantly outperforms prior art on various quality estimation tasks. To further boost performance, we incorporate a knowledge distillation strategy that transfers low-level insights from post-mapping netlists into the CDFG predictor. Experiments show that our approach establishes new state-of-the-art results, demonstrating the effectiveness of combining structural learning with cross-stage supervision.
Similar Papers
DynamicRTL: RTL Representation Learning for Dynamic Circuit Behavior
Machine Learning (CS)
Helps computers understand how circuits work over time.
DeepRTL2: A Versatile Model for RTL-Related Tasks
Hardware Architecture
Helps computers design computer chips faster.
TinyGraphEstimator: Adapting Lightweight Language Models for Graph Structure Inference
Machine Learning (CS)
Small AI learns to understand how things connect.