Spec2Assertion: Automatic Pre-RTL Assertion Generation using Large Language Models with Progressive Regularization
By: Fenghua Wu , Evan Pan , Rahul Kande and more
Potential Business Impact:
Writes computer chip checks automatically.
SystemVerilog Assertions (SVAs) play a critical role in detecting and debugging functional bugs in digital chip design. However, generating SVAs has traditionally been a manual, labor-intensive, and error-prone process. Recent advances in automatic assertion generation, particularly those using machine learning and large language models (LLMs), have shown promising potential, though most approaches remain in the early stages of development. In this work, we introduce Spec2Assertion, a new technique for automatically generating assertions from design specifications prior to RTL implementation. It leverages LLMs with progressive regularization and incorporates Chain-of-Thought (CoT) prompting to guide assertion synthesis. Additionally, we propose a new evaluation methodology that assesses assertion quality across a broad range of scenarios. Experiments on multiple benchmark designs show that Spec2Assertion generates 70% more syntax-correct assertions with 2X quality improvement on average compared to a recent state-of-the-art approach.
Similar Papers
AssertGen: Enhancement of LLM-aided Assertion Generation through Cross-Layer Signal Bridging
Hardware Architecture
Helps computers check if designs work right.
Insights from Rights and Wrongs: A Large Language Model for Solving Assertion Failures in RTL Design
Hardware Architecture
Fixes computer chip design errors automatically.
AssertionForge: Enhancing Formal Verification Assertion Generation with Structured Representation of Specifications and RTL
Artificial Intelligence
Helps check computer chips for mistakes.