通过同义同义派生的通用属性模型检查来有效地验证处理器

IF 2.5 3区 工程技术 Q3 COMPUTER SCIENCE, HARDWARE & ARCHITECTURE
Yufeng Li , Yiwei Ci , Qiusong Yang , Enyuan Tian
{"title":"通过同义同义派生的通用属性模型检查来有效地验证处理器","authors":"Yufeng Li ,&nbsp;Yiwei Ci ,&nbsp;Qiusong Yang ,&nbsp;Enyuan Tian","doi":"10.1016/j.vlsi.2025.102502","DOIUrl":null,"url":null,"abstract":"<div><div>Verification is a critical and challenging task in processor development, and there is an objective need for more efficient verification methods. Model checking, with its ability to detect corner cases, has become a key approach to ensuring the correctness of designs. However, the process of constructing properties is highly dependent on expert knowledge, time-consuming, and prone to errors.</div><div>The groundbreaking <em>Symbolic Quick Error Detection (SQED)</em> introduces a <em>self-consistency universal property</em> that is microarchitecture-independent, thereby circumventing the laborious process of manual property construction. However, the verification of the self-consistency property, which checks whether the results of original and duplicate instructions performing the same function are consistent, presents two significant issues. First, bugs affecting both the original and duplicate instructions simultaneously can lead to false positives (property verification passes, but the design contains bugs) in the verification results. Second, the system variables affected by the self-consistency are numerous, and the process of unfolding the transition system copies a large number of variables, which can easily lead to computation explosion. To address these issues, this paper proposes a tautologies-derived universal properties model checking. Our method verifies a set of tautology universal properties that cover both the data paths and control flow of the processor, thereby avoiding the false positive issues inherent in the single self-consistency property. Furthermore, a single tautology covering the data path is simpler than self-consistency, reducing the computational overhead for solvers when checking individual properties, which facilitates the detection of difficult bugs. We compare four methods based on universal properties in our experimental results, demonstrating the effectiveness of our approach.</div></div>","PeriodicalId":54973,"journal":{"name":"Integration-The Vlsi Journal","volume":"105 ","pages":"Article 102502"},"PeriodicalIF":2.5000,"publicationDate":"2025-08-06","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"0","resultStr":"{\"title\":\"Efficient processor verification by tautologies-derived universal properties model checking\",\"authors\":\"Yufeng Li ,&nbsp;Yiwei Ci ,&nbsp;Qiusong Yang ,&nbsp;Enyuan Tian\",\"doi\":\"10.1016/j.vlsi.2025.102502\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"<div><div>Verification is a critical and challenging task in processor development, and there is an objective need for more efficient verification methods. Model checking, with its ability to detect corner cases, has become a key approach to ensuring the correctness of designs. However, the process of constructing properties is highly dependent on expert knowledge, time-consuming, and prone to errors.</div><div>The groundbreaking <em>Symbolic Quick Error Detection (SQED)</em> introduces a <em>self-consistency universal property</em> that is microarchitecture-independent, thereby circumventing the laborious process of manual property construction. However, the verification of the self-consistency property, which checks whether the results of original and duplicate instructions performing the same function are consistent, presents two significant issues. First, bugs affecting both the original and duplicate instructions simultaneously can lead to false positives (property verification passes, but the design contains bugs) in the verification results. Second, the system variables affected by the self-consistency are numerous, and the process of unfolding the transition system copies a large number of variables, which can easily lead to computation explosion. To address these issues, this paper proposes a tautologies-derived universal properties model checking. Our method verifies a set of tautology universal properties that cover both the data paths and control flow of the processor, thereby avoiding the false positive issues inherent in the single self-consistency property. Furthermore, a single tautology covering the data path is simpler than self-consistency, reducing the computational overhead for solvers when checking individual properties, which facilitates the detection of difficult bugs. We compare four methods based on universal properties in our experimental results, demonstrating the effectiveness of our approach.</div></div>\",\"PeriodicalId\":54973,\"journal\":{\"name\":\"Integration-The Vlsi Journal\",\"volume\":\"105 \",\"pages\":\"Article 102502\"},\"PeriodicalIF\":2.5000,\"publicationDate\":\"2025-08-06\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"\",\"citationCount\":\"0\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"Integration-The Vlsi Journal\",\"FirstCategoryId\":\"5\",\"ListUrlMain\":\"https://www.sciencedirect.com/science/article/pii/S0167926025001592\",\"RegionNum\":3,\"RegionCategory\":\"工程技术\",\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"Q3\",\"JCRName\":\"COMPUTER SCIENCE, HARDWARE & ARCHITECTURE\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"Integration-The Vlsi Journal","FirstCategoryId":"5","ListUrlMain":"https://www.sciencedirect.com/science/article/pii/S0167926025001592","RegionNum":3,"RegionCategory":"工程技术","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"Q3","JCRName":"COMPUTER SCIENCE, HARDWARE & ARCHITECTURE","Score":null,"Total":0}
引用次数: 0

摘要

验证是处理器开发中的一项关键和具有挑战性的任务,客观上需要更有效的验证方法。模型检查,由于其检测极端情况的能力,已经成为确保设计正确性的关键方法。然而,构造属性的过程高度依赖于专家知识,耗时且容易出错。突破性的符号快速错误检测(SQED)引入了一种与微体系结构无关的自一致性通用属性,从而避免了手工构建属性的费力过程。然而,自洽性的验证,即检查执行相同功能的原始和重复指令的结果是否一致,提出了两个重要问题。首先,同时影响原始指令和复制指令的错误可能导致验证结果中的误报(属性验证通过,但设计包含错误)。其次,受自一致性影响的系统变量众多,展开过渡系统的过程复制了大量变量,容易导致计算爆炸。为了解决这些问题,本文提出了一种重言派生的通用属性模型检验方法。我们的方法验证了一组重言式通用属性,这些属性涵盖了处理器的数据路径和控制流,从而避免了单一自洽属性固有的误报问题。此外,覆盖数据路径的单一重言式比自一致性更简单,在检查单个属性时减少了求解器的计算开销,这有助于检测困难的错误。我们在实验结果中比较了四种基于通用性质的方法,证明了我们方法的有效性。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
Efficient processor verification by tautologies-derived universal properties model checking
Verification is a critical and challenging task in processor development, and there is an objective need for more efficient verification methods. Model checking, with its ability to detect corner cases, has become a key approach to ensuring the correctness of designs. However, the process of constructing properties is highly dependent on expert knowledge, time-consuming, and prone to errors.
The groundbreaking Symbolic Quick Error Detection (SQED) introduces a self-consistency universal property that is microarchitecture-independent, thereby circumventing the laborious process of manual property construction. However, the verification of the self-consistency property, which checks whether the results of original and duplicate instructions performing the same function are consistent, presents two significant issues. First, bugs affecting both the original and duplicate instructions simultaneously can lead to false positives (property verification passes, but the design contains bugs) in the verification results. Second, the system variables affected by the self-consistency are numerous, and the process of unfolding the transition system copies a large number of variables, which can easily lead to computation explosion. To address these issues, this paper proposes a tautologies-derived universal properties model checking. Our method verifies a set of tautology universal properties that cover both the data paths and control flow of the processor, thereby avoiding the false positive issues inherent in the single self-consistency property. Furthermore, a single tautology covering the data path is simpler than self-consistency, reducing the computational overhead for solvers when checking individual properties, which facilitates the detection of difficult bugs. We compare four methods based on universal properties in our experimental results, demonstrating the effectiveness of our approach.
求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
Integration-The Vlsi Journal
Integration-The Vlsi Journal 工程技术-工程:电子与电气
CiteScore
3.80
自引率
5.30%
发文量
107
审稿时长
6 months
期刊介绍: Integration''s aim is to cover every aspect of the VLSI area, with an emphasis on cross-fertilization between various fields of science, and the design, verification, test and applications of integrated circuits and systems, as well as closely related topics in process and device technologies. Individual issues will feature peer-reviewed tutorials and articles as well as reviews of recent publications. The intended coverage of the journal can be assessed by examining the following (non-exclusive) list of topics: Specification methods and languages; Analog/Digital Integrated Circuits and Systems; VLSI architectures; Algorithms, methods and tools for modeling, simulation, synthesis and verification of integrated circuits and systems of any complexity; Embedded systems; High-level synthesis for VLSI systems; Logic synthesis and finite automata; Testing, design-for-test and test generation algorithms; Physical design; Formal verification; Algorithms implemented in VLSI systems; Systems engineering; Heterogeneous systems.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
copy
已复制链接
快去分享给好友吧!
我知道了
右上角分享
点击右上角分享
0
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:604180095
Book学术官方微信