arXiv:2608.17304cs.ARcs.AI2026-08中稿 · ICCAD 2026

用AI+符号推理加速硬件验证,自动抽象关键信号提升效率

NeuroAbs: A Neuro-Symbolic RTL Abstraction Framework for Property Checking Acceleration

论文配图:NeuroAbs: A Neuro-Symbolic RTL Abstraction Framework for Property Checking Acceleration
图 1 · 摘自论文原文
  • 结合大模型与符号化表示,自动识别可抽象的信号
  • 通过SMT验证抽象正确性,失败时自动迭代优化
  • 适合需要高效验证复杂硬件设计的工程师

形式化验证是保障硬件设计功能正确性的关键技术。在属性检查中,如何高效证明用户指定的性质成为挑战,尤其面对日益复杂的RTL设计。传统抽象方法或需大量人工干预,或依赖僵化规则缺乏灵活性。本文提出NeuroAbs,一种神经符号化的RTL抽象框架。该框架首先利用大模型辅助分析识别适合作为抽象的信号;随后结合大模型生成的抽象与基于抽象语法树(AST)的符号化RTL表示,使抽象结果更贴近预期变换;每个抽象的正确性通过满足模理论(SMT)求解进行验证。若抽象过粗导致验证失败,NeuroAbs采用反例引导的抽象精化(CEGAR)机制迭代优化模型。实验表明,NeuroAbs在多种验证任务中显著提升了硬件属性检查的效率。

原文摘要 · Abstract (English)

Formal verification is a crucial technique for ensuring the functional correctness of hardware designs. In the context of property checking, a key challenge is how to efficiently prove a user-specified property in the face of increasingly complex RTL designs. To address this challenge, abstraction techniques are often employed to reduce system complexity and accelerate the verification process. However, prior RTL abstraction methods either require significant manual effort or rely on rule-based techniques that lack flexibility. This paper introduces NeuroAbs, a neuro-symbolic framework for RTL abstraction. NeuroAbs first uses LLM-assisted RTL analysis to identify signals suitable for abstraction. It then combines LLM-based abstraction with an AST-based symbolic RTL representation to better align the generated abstraction with the intended transformation. The soundness of each abstraction is checked using satisfiability modulo theories (SMT) solving. If the abstraction is too coarse for a successful proof, NeuroAbs applies counterexample-guided abstraction refinement (CEGAR) to iteratively refine the model. Experimental results show that NeuroAbs significantly improves the efficiency of hardware property checking across a range of verification tasks.

硬件验证神经符号抽象推理

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。