LGNov 12, 2025

DynamicRTL: RTL Representation Learning for Dynamic Circuit Behavior

arXiv:2511.09593v1h-index: 6
Originality Incremental advance
AI Analysis

This work addresses a crucial limitation for circuit verification and optimization by enabling dynamic behavior modeling, representing an incremental advance over static GNN methods in the domain of electronic design automation.

The paper tackled the problem of learning representations for circuits that capture dynamic runtime behavior, which existing models based on static characteristics fail to address, and introduced DR-GNN, a novel approach that outperforms existing models in tasks like branch hit prediction and toggle rate prediction, with results demonstrated on a dataset of over 6,300 Verilog designs and 63,000 simulation traces.

There is a growing body of work on using Graph Neural Networks (GNNs) to learn representations of circuits, focusing primarily on their static characteristics. However, these models fail to capture circuit runtime behavior, which is crucial for tasks like circuit verification and optimization. To address this limitation, we introduce DR-GNN (DynamicRTL-GNN), a novel approach that learns RTL circuit representations by incorporating both static structures and multi-cycle execution behaviors. DR-GNN leverages an operator-level Control Data Flow Graph (CDFG) to represent Register Transfer Level (RTL) circuits, enabling the model to capture dynamic dependencies and runtime execution. To train and evaluate DR-GNN, we build the first comprehensive dynamic circuit dataset, comprising over 6,300 Verilog designs and 63,000 simulation traces. Our results demonstrate that DR-GNN outperforms existing models in branch hit prediction and toggle rate prediction. Furthermore, its learned representations transfer effectively to related dynamic circuit tasks, achieving strong performance in power estimation and assertion prediction.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes