PulseAugur
LIVE 09:40:03
research · [1 source] ·
0
research

TimingLLM predicts post-synthesis timing from Verilog with high accuracy

Researchers have developed TimingLLM, a novel two-stage framework designed to predict post-synthesis timing in Verilog code without requiring synthesis tools. The first stage employs a fine-tuned LLM to generate structural-timing cues, while the second stage uses another LLM to predict worst negative slack (WNS) and total negative slack (TNS). This approach achieved high accuracy on the VerilogEval benchmark and demonstrated faster execution times compared to existing methods. AI

Summary written by gemini-2.5-flash-lite from 1 source. How we write summaries →

IMPACT Introduces a new LLM-based approach for faster and more accurate hardware design timing prediction, potentially accelerating RTL iteration.

RANK_REASON This is a research paper detailing a new framework for timing prediction in hardware design.

Read on arXiv cs.LG →

COVERAGE [1]

  1. arXiv cs.LG TIER_1 · Armin Abdollahi, Negin Ashrafi, Mehdi Kamal, Massoud Pedram ·

    TimingLLM: A Two-Stage Retrieval-Augmented Framework for Pre-Synthesis Timing Prediction from Verilog

    arXiv:2604.23602v1 Announce Type: cross Abstract: Early, tool-free prediction of post-synthesis timing remains a key obstacle to rapid RTL iteration. We introduce TimingLLM, a two-stage retrieval-augmented LLM pipeline that estimates worst negative slack (WNS) and total negative …