NeFut Logo NeFut
Admin Login

[CS.AI] RTL-Sequencer: Scalable RTL Timing Prediction Paradigm

Published at: 2026-07-21 22:00 Last updated: 2026-07-22 01:01
#algorithm #optimization #C++

Accurate timing prediction at the register-transfer level (RTL) is a longstanding challenge in design automation. Existing graph-based methods struggle with limited receptive fields, high complexity, and a lack of signal directionality. We present RTL-Sequencer, a novel sequence-based paradigm that enables scalable RTL timing prediction via linearizing logic cones by breadth-first traversal and applying modern linear sequence models.

Furthermore, sequence models are customized by four synergistic techniques, including sequence shuffling, bidirectional modeling, differentiable modeling, and a hybrid graph-sequence architecture. Extensive experiments demonstrate significant improvements of RTL-Sequencer over state-of-the-art baselines, advancing early-stage timing optimization.

Blogger's Review: RTL-Sequencer showcases the immense potential of sequence models in RTL timing prediction, addressing the limitations of traditional graph models through innovative linearization methods, thus providing a fresh perspective for design automation.

Original Source: https://arxiv.org/abs/2607.15830

[h] Back to Home