首页 > 最新文献

Sixth IEEE International High-Level Design Validation and Test Workshop最新文献

英文 中文
Using live sequence charts for hardware protocol specification and compliance verification 使用实时序列图进行硬件协议规范和符合性验证
Pub Date : 2001-12-07 DOI: 10.1109/HLDVT.2001.972814
Annette Bunker, G. Gopalakrishnan
Interface standard specification documents are notoriously difficult to read and interpret consistently. The advent of the system-on-chip design paradigm compounds the problem as multiple vendors attempt to interpret the standard consistently. Monitors, while popular for formal and semiformal verification, do not offer a readable, high-level description. We propose using Live Sequence Charts to specify hardware standards using a recent Virtual Sockets Interface Alliance standard as a running example.
众所周知,接口标准规范文档很难一致地阅读和解释。片上系统设计范例的出现使问题复杂化,因为多个供应商试图一致地解释该标准。监视器虽然在正式和半正式的验证中很流行,但并不提供可读的高级描述。我们建议使用实时序列图来指定硬件标准,并以最近的虚拟套接字接口联盟标准为例。
{"title":"Using live sequence charts for hardware protocol specification and compliance verification","authors":"Annette Bunker, G. Gopalakrishnan","doi":"10.1109/HLDVT.2001.972814","DOIUrl":"https://doi.org/10.1109/HLDVT.2001.972814","url":null,"abstract":"Interface standard specification documents are notoriously difficult to read and interpret consistently. The advent of the system-on-chip design paradigm compounds the problem as multiple vendors attempt to interpret the standard consistently. Monitors, while popular for formal and semiformal verification, do not offer a readable, high-level description. We propose using Live Sequence Charts to specify hardware standards using a recent Virtual Sockets Interface Alliance standard as a running example.","PeriodicalId":188469,"journal":{"name":"Sixth IEEE International High-Level Design Validation and Test Workshop","volume":"83 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2001-12-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"117255205","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 18
Proving sequential consistency by model checking 通过模型检查证明序列一致性
Pub Date : 2001-12-07 DOI: 10.1109/HLDVT.2001.972815
T. Braun, A. Condon, A. Hu, Kai S. Juse, Marius Laza, Michael Leslie, Rita Sharma
Sequential consistency is a multiprocessor memory model of both practical and theoretical importance. Unfortunately, the general problem of verifying that a finite-state protocol implements sequential consistency is undecidable, and in practice, validating that a real-world, finite-state protocol implements sequential consistency is very time-consuming and costly. In this work, we show that for memory protocols that occur in practice, a small amount of manual effort can reduce the problem of verifying sequential consistency into a verification task that can be discharged automatically via model checking. Furthermore, we present experimental results on a substantial, directory-based cache coherence protocol, which demonstrate the practicality of our approach.
顺序一致性是一种多处理器内存模型,具有重要的理论和实践意义。不幸的是,验证有限状态协议实现顺序一致性的一般问题是无法确定的,并且在实践中,验证现实世界的有限状态协议实现顺序一致性非常耗时且昂贵。在这项工作中,我们表明,对于在实践中出现的内存协议,少量的手工工作可以将验证顺序一致性的问题减少为可以通过模型检查自动执行的验证任务。此外,我们提出了一个实质性的,基于目录的缓存一致性协议的实验结果,这证明了我们的方法的实用性。
{"title":"Proving sequential consistency by model checking","authors":"T. Braun, A. Condon, A. Hu, Kai S. Juse, Marius Laza, Michael Leslie, Rita Sharma","doi":"10.1109/HLDVT.2001.972815","DOIUrl":"https://doi.org/10.1109/HLDVT.2001.972815","url":null,"abstract":"Sequential consistency is a multiprocessor memory model of both practical and theoretical importance. Unfortunately, the general problem of verifying that a finite-state protocol implements sequential consistency is undecidable, and in practice, validating that a real-world, finite-state protocol implements sequential consistency is very time-consuming and costly. In this work, we show that for memory protocols that occur in practice, a small amount of manual effort can reduce the problem of verifying sequential consistency into a verification task that can be discharged automatically via model checking. Furthermore, we present experimental results on a substantial, directory-based cache coherence protocol, which demonstrate the practicality of our approach.","PeriodicalId":188469,"journal":{"name":"Sixth IEEE International High-Level Design Validation and Test Workshop","volume":"21 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2001-12-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114280399","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 9
A language formalism for verification of PowerPC/sup TM/ custom memories using compositions of abstract specifications 一种使用抽象规范组合来验证PowerPC/sup TM/自定义内存的语言形式
Pub Date : 2001-12-07 DOI: 10.1109/HLDVT.2001.972820
J. Bhadra, Andrew K. Martin, J. Abraham, M. Abadir
We present a methodology in which the behavior of custom memories can be abstracted by a couple of artifacts-one for the interface and another for the contents. Memories consisting of several ports result into several user-provided abstract specifications, which in turn can be converted to simulation models. We show that (i) a simulation model is an approximation of the corresponding abstract specification and (ii) the abstracted memory core can be composed with the un-abstracted surrounding logic using a simple theory of composition. We make use of this methodology to verify equivalence between register transfer level and transistor level descriptions of custom memories.
我们提出了一种方法,在这种方法中,自定义内存的行为可以通过几个工件进行抽象——一个用于接口,另一个用于内容。由多个端口组成的内存会产生多个用户提供的抽象规范,这些规范又可以转换为仿真模型。我们证明(i)仿真模型是相应抽象规范的近似值,(ii)抽象存储核心可以使用简单的组合理论与非抽象的周围逻辑组合。我们利用这种方法来验证自定义存储器的寄存器传输级和晶体管级描述之间的等效性。
{"title":"A language formalism for verification of PowerPC/sup TM/ custom memories using compositions of abstract specifications","authors":"J. Bhadra, Andrew K. Martin, J. Abraham, M. Abadir","doi":"10.1109/HLDVT.2001.972820","DOIUrl":"https://doi.org/10.1109/HLDVT.2001.972820","url":null,"abstract":"We present a methodology in which the behavior of custom memories can be abstracted by a couple of artifacts-one for the interface and another for the contents. Memories consisting of several ports result into several user-provided abstract specifications, which in turn can be converted to simulation models. We show that (i) a simulation model is an approximation of the corresponding abstract specification and (ii) the abstracted memory core can be composed with the un-abstracted surrounding logic using a simple theory of composition. We make use of this methodology to verify equivalence between register transfer level and transistor level descriptions of custom memories.","PeriodicalId":188469,"journal":{"name":"Sixth IEEE International High-Level Design Validation and Test Workshop","volume":"7 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2001-12-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122065348","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 5
Using cutwidth to improve symbolic simulation and Boolean satisfiability 利用切口宽度改进符号仿真和布尔可满足性
Pub Date : 2001-12-07 DOI: 10.1109/HLDVT.2001.972824
Dong Wang, E. Clarke, Yunshan Zhu, J. Kukula
In this paper, we propose cutwidth based heuristics to improve the efficiency of symbolic simulation and SAT algorithms. These algorithms are the underlying engines of many formal verification techniques. We present a new approach for computing variable orderings that reduce CNF/circuit cutwidth. We show that the circuit cutwidth and the peak number of live BDDs during symbolic simulation are equal. Thus using an ordering that reduces the cutwidth in scheduling the gates during symbolic simulation can significantly improve both the runtime and memory requirements. It has been shown that the time complexity of SAT problems can be bounded exponentially by the formula cutwidth and many practical circuits has cutwidth logarithmic of the size of the formulas. We have developed cutwidth based heuristics which in practice can speed up existing SAT algorithms, especially for SAT instances with small cutwidth. We demonstrate the power of our approach on a number of standard benchmarks.
在本文中,我们提出了基于切线宽度的启发式算法来提高符号仿真和SAT算法的效率。这些算法是许多形式化验证技术的基础引擎。我们提出了一种新的计算变量排序的方法,以减少CNF/电路的切割宽度。结果表明,在符号仿真过程中,电路宽度和活bdd的峰值数是相等的。因此,在符号模拟过程中,使用减少门调度宽度的排序可以显著改善运行时和内存需求。研究表明,SAT问题的时间复杂度可以用公式宽度指数地限定,许多实际电路的公式宽度是公式长度的对数。我们开发了基于切线宽度的启发式算法,在实践中可以加快现有的SAT算法,特别是对于具有小切线宽度的SAT实例。我们在许多标准基准上展示了我们的方法的强大功能。
{"title":"Using cutwidth to improve symbolic simulation and Boolean satisfiability","authors":"Dong Wang, E. Clarke, Yunshan Zhu, J. Kukula","doi":"10.1109/HLDVT.2001.972824","DOIUrl":"https://doi.org/10.1109/HLDVT.2001.972824","url":null,"abstract":"In this paper, we propose cutwidth based heuristics to improve the efficiency of symbolic simulation and SAT algorithms. These algorithms are the underlying engines of many formal verification techniques. We present a new approach for computing variable orderings that reduce CNF/circuit cutwidth. We show that the circuit cutwidth and the peak number of live BDDs during symbolic simulation are equal. Thus using an ordering that reduces the cutwidth in scheduling the gates during symbolic simulation can significantly improve both the runtime and memory requirements. It has been shown that the time complexity of SAT problems can be bounded exponentially by the formula cutwidth and many practical circuits has cutwidth logarithmic of the size of the formulas. We have developed cutwidth based heuristics which in practice can speed up existing SAT algorithms, especially for SAT instances with small cutwidth. We demonstrate the power of our approach on a number of standard benchmarks.","PeriodicalId":188469,"journal":{"name":"Sixth IEEE International High-Level Design Validation and Test Workshop","volume":"172 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2001-12-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"130773573","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 23
Constraints specification at higher levels of abstraction 更高抽象层次的约束规范
Pub Date : 2001-12-07 DOI: 10.1109/HLDVT.2001.972819
F. Balarin, J. Burch, L. Lavagno, Yosinori Watanabe, R. Passerone, A. Sangiovanni-Vincentelli
We are proposing a formalism to express performance constraints at a high level of abstraction. The formalism allows specifying design performance constraints even before all low level details necessary to evaluate them are known. It is based on a solid mathematical foundation, to remove any ambiguity in its interpretation, and yet it allows quite simple and natural specification of many typical constraints. Once the design details are known, the satisfaction of constraints can be checked either by simulation, or by formal techniques like theorem proving, and, in some cases, by automatic model checking.
我们提出了一种形式化的方法来在高抽象层次上表达性能约束。这种形式化允许在所有评估它们所需的底层细节已知之前指定设计性能约束。它建立在坚实的数学基础上,以消除其解释中的任何歧义,但它允许对许多典型约束进行非常简单和自然的说明。一旦知道了设计细节,就可以通过模拟或定理证明等正式技术来检查约束是否满足,在某些情况下,还可以通过自动模型检查来检查。
{"title":"Constraints specification at higher levels of abstraction","authors":"F. Balarin, J. Burch, L. Lavagno, Yosinori Watanabe, R. Passerone, A. Sangiovanni-Vincentelli","doi":"10.1109/HLDVT.2001.972819","DOIUrl":"https://doi.org/10.1109/HLDVT.2001.972819","url":null,"abstract":"We are proposing a formalism to express performance constraints at a high level of abstraction. The formalism allows specifying design performance constraints even before all low level details necessary to evaluate them are known. It is based on a solid mathematical foundation, to remove any ambiguity in its interpretation, and yet it allows quite simple and natural specification of many typical constraints. Once the design details are known, the satisfaction of constraints can be checked either by simulation, or by formal techniques like theorem proving, and, in some cases, by automatic model checking.","PeriodicalId":188469,"journal":{"name":"Sixth IEEE International High-Level Design Validation and Test Workshop","volume":"1 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2001-12-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"131119109","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 38
Estimating the relative single stuck-at fault coverage of test sets for a combinational logic block from its functional description 根据组合逻辑块的功能描述估计测试集的相对单卡故障覆盖率
Pub Date : 2001-12-07 DOI: 10.1109/HLDVT.2001.972804
I. Pomeranz, S. Reddy
When the gate-level description of a logic block is unknown, it may become necessary to estimate the gate-level stuck-at fault coverage of a test set for the block by using a fault coverage metric that does not require simulation of gate-level faults. We propose such a metric based on stuck-at faults on primary inputs of the block We show that the proposed metric is accurate in predicting the relative gate-level stuck-at fault coverage of different test sets.
当逻辑块的门级描述未知时,可能有必要通过使用不需要模拟门级故障的故障覆盖度量来估计块的测试集的门级卡在故障覆盖。我们提出了这样一个基于块的主要输入上的卡滞故障的度量。我们表明,所提出的度量在预测不同测试集的相对门级卡滞故障覆盖率方面是准确的。
{"title":"Estimating the relative single stuck-at fault coverage of test sets for a combinational logic block from its functional description","authors":"I. Pomeranz, S. Reddy","doi":"10.1109/HLDVT.2001.972804","DOIUrl":"https://doi.org/10.1109/HLDVT.2001.972804","url":null,"abstract":"When the gate-level description of a logic block is unknown, it may become necessary to estimate the gate-level stuck-at fault coverage of a test set for the block by using a fault coverage metric that does not require simulation of gate-level faults. We propose such a metric based on stuck-at faults on primary inputs of the block We show that the proposed metric is accurate in predicting the relative gate-level stuck-at fault coverage of different test sets.","PeriodicalId":188469,"journal":{"name":"Sixth IEEE International High-Level Design Validation and Test Workshop","volume":"75 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2001-12-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114826331","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
Integrating Perl, Tcl and C++ into simulation-based ASIC verification environments 将Perl, Tcl和c++集成到基于仿真的ASIC验证环境中
Pub Date : 2001-12-07 DOI: 10.1109/HLDVT.2001.972802
M. D. McKinney
As ASIC designs become more complex, it follows that the complexity of the verification environments for such designs increases dramatically as well. However, while System-on-Chip methodologies and thought processes have been strongly accepted and utilized for the HDL design, there has not been a concurrent type of strong process taking place for verification environments. That is, the HDL of an ASIC design can be divided, even sub-divided, into understandable but reasonably sized components whose behavior can be comprehended in a reasonable amount of time However, any verification environment that is created or generated for these design sub-blocks remains highly complex, whether written in HDL or any of the various verification or scripting languages now available. This paper will address issues faced and lessons learned by an ASIC design team whose product is a highly complex SOC-based design. The team's desire was to integrate C++, Tcl and Perl together in a coherent, highly intelligent and usable verification environment for the ASIC. This effort was highly successful (although there have been some less encouraging moments along the way) and the resulting simulation environment is being used now with acceptable results.
随着ASIC设计变得越来越复杂,这类设计的验证环境的复杂性也急剧增加。然而,尽管片上系统方法和思维过程已被广泛接受并用于HDL设计,但在验证环境中还没有并发类型的强大过程。也就是说,ASIC设计的HDL可以被划分,甚至细分为可理解但大小合理的组件,这些组件的行为可以在合理的时间内被理解。然而,为这些设计子块创建或生成的任何验证环境仍然非常复杂,无论是用HDL还是现在可用的任何各种验证或脚本语言编写。本文将讨论ASIC设计团队面临的问题和经验教训,该团队的产品是高度复杂的基于soc的设计。该团队的愿望是将c++、Tcl和Perl集成在一个一致的、高度智能的、可用的ASIC验证环境中。这项工作非常成功(尽管在此过程中有一些不太令人鼓舞的时刻),并且现在使用的模拟环境具有可接受的结果。
{"title":"Integrating Perl, Tcl and C++ into simulation-based ASIC verification environments","authors":"M. D. McKinney","doi":"10.1109/HLDVT.2001.972802","DOIUrl":"https://doi.org/10.1109/HLDVT.2001.972802","url":null,"abstract":"As ASIC designs become more complex, it follows that the complexity of the verification environments for such designs increases dramatically as well. However, while System-on-Chip methodologies and thought processes have been strongly accepted and utilized for the HDL design, there has not been a concurrent type of strong process taking place for verification environments. That is, the HDL of an ASIC design can be divided, even sub-divided, into understandable but reasonably sized components whose behavior can be comprehended in a reasonable amount of time However, any verification environment that is created or generated for these design sub-blocks remains highly complex, whether written in HDL or any of the various verification or scripting languages now available. This paper will address issues faced and lessons learned by an ASIC design team whose product is a highly complex SOC-based design. The team's desire was to integrate C++, Tcl and Perl together in a coherent, highly intelligent and usable verification environment for the ASIC. This effort was highly successful (although there have been some less encouraging moments along the way) and the resulting simulation environment is being used now with acceptable results.","PeriodicalId":188469,"journal":{"name":"Sixth IEEE International High-Level Design Validation and Test Workshop","volume":"16 22","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2001-12-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132545764","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 4
Experience with term level modeling and verification of the M*CORE/sup TM/ microprocessor core 具有M*CORE/sup TM/微处理器核心的术语级建模和验证经验
Pub Date : 2001-12-07 DOI: 10.1109/HLDVT.2001.972816
Shuvendu K. Lahiri, C. Pixley, Ken Albin
The paper describes the use of term-level modeling and verification of an industrial microprocessor, M*CORE/sup TM/ which is a limited dual-issue, super-scalar processor with instruction prefetching mechanism, deep pipeline, multicycle functional units, speculation and interlocks. Term-level modeling uses terms, uninterpreted functions and predicates to abstract the data path complexity of the microprocessor. The verification of the control path is carried out almost mechanically with the aid of CMU-EVC, an extremely efficient decision procedure based on the Logic of Positive Equality with Uninterpreted Functions (PEUF). The verification effort resulted in detection of a couple of non-trivial bugs in the microarchitecture in design exploration phase of the design. The paper demonstrates the effectiveness of CMU-EVC for automated verification of real-life microprocessor designs and also points out some of the challenges and the future work that need to be addressed in term-level modeling and verification of microprocessors using CMU-EVC.
本文描述了一种工业微处理器M*CORE/sup TM/的术语级建模和验证方法。M*CORE/sup TM/是一种具有指令预取机制、深管道、多循环功能单元、推测和联锁的有限双问题、超大标量处理器。术语级建模使用术语、未解释函数和谓词来抽象微处理器的数据路径复杂性。控制路径的验证几乎是机械地借助CMU-EVC进行的,CMU-EVC是一种基于未解释函数正相等逻辑(PEUF)的极其有效的决策过程。在设计的设计探索阶段,验证工作导致在微架构中检测到一些重要的错误。本文论证了CMU-EVC在实际微处理器设计自动验证方面的有效性,并指出了在使用CMU-EVC对微处理器进行术语级建模和验证时需要解决的一些挑战和未来的工作。
{"title":"Experience with term level modeling and verification of the M*CORE/sup TM/ microprocessor core","authors":"Shuvendu K. Lahiri, C. Pixley, Ken Albin","doi":"10.1109/HLDVT.2001.972816","DOIUrl":"https://doi.org/10.1109/HLDVT.2001.972816","url":null,"abstract":"The paper describes the use of term-level modeling and verification of an industrial microprocessor, M*CORE/sup TM/ which is a limited dual-issue, super-scalar processor with instruction prefetching mechanism, deep pipeline, multicycle functional units, speculation and interlocks. Term-level modeling uses terms, uninterpreted functions and predicates to abstract the data path complexity of the microprocessor. The verification of the control path is carried out almost mechanically with the aid of CMU-EVC, an extremely efficient decision procedure based on the Logic of Positive Equality with Uninterpreted Functions (PEUF). The verification effort resulted in detection of a couple of non-trivial bugs in the microarchitecture in design exploration phase of the design. The paper demonstrates the effectiveness of CMU-EVC for automated verification of real-life microprocessor designs and also points out some of the challenges and the future work that need to be addressed in term-level modeling and verification of microprocessors using CMU-EVC.","PeriodicalId":188469,"journal":{"name":"Sixth IEEE International High-Level Design Validation and Test Workshop","volume":"79 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2001-12-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114463874","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 34
Automatic validation of pipeline specifications 自动验证管道规格
Pub Date : 2001-12-07 DOI: 10.1109/HLDVT.2001.972800
P. Mishra, N. Dutt, A. Nicolau
Recent approaches on language-driven Design Space Exploration (DSE) use Architectural Description Languages (ADL) to capture the processor architecture, generate automatically a software toolkit (including compiler, simulator, and assembler) for that processor, and provide feedback to the designer on the quality of the architecture. It is important to verify the ADL description of the processor to ensure the correctness of the software toolkit. We present in this paper an automatic validation framework, driven by an ADL. We present algorithms for automatic validation of ADL specification of the processor pipelines. We applied our methodology to verify several realistic processor cores to demonstrate the usefulness of our approach.
最近关于语言驱动的设计空间探索(DSE)的方法使用体系结构描述语言(ADL)来捕获处理器体系结构,为该处理器自动生成软件工具包(包括编译器、模拟器和汇编器),并就体系结构的质量向设计者提供反馈。验证处理器的ADL描述以确保软件工具包的正确性非常重要。本文提出了一个由ADL驱动的自动验证框架。提出了一种自动验证处理器管道ADL规范的算法。我们应用我们的方法来验证几个实际的处理器内核,以证明我们的方法的有用性。
{"title":"Automatic validation of pipeline specifications","authors":"P. Mishra, N. Dutt, A. Nicolau","doi":"10.1109/HLDVT.2001.972800","DOIUrl":"https://doi.org/10.1109/HLDVT.2001.972800","url":null,"abstract":"Recent approaches on language-driven Design Space Exploration (DSE) use Architectural Description Languages (ADL) to capture the processor architecture, generate automatically a software toolkit (including compiler, simulator, and assembler) for that processor, and provide feedback to the designer on the quality of the architecture. It is important to verify the ADL description of the processor to ensure the correctness of the software toolkit. We present in this paper an automatic validation framework, driven by an ADL. We present algorithms for automatic validation of ADL specification of the processor pipelines. We applied our methodology to verify several realistic processor cores to demonstrate the usefulness of our approach.","PeriodicalId":188469,"journal":{"name":"Sixth IEEE International High-Level Design Validation and Test Workshop","volume":"13 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2001-12-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122882793","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 10
RTL functional verification using excitation and observation coverage RTL功能验证使用激励和观察覆盖
Pub Date : 2001-12-07 DOI: 10.1109/HLDVT.2001.972808
Byeong Min, G. Choi
Code-level coverage is often used to measure RTL-level verification progress. However, a simple code-level coverage inaccurately estimates the verification result by considering only the excitations of functional blocks. A coverage measure that considers additional verification qualities, such as conditions checking or observation, can significantly extend the verification accuracy. However, identifying a design error becomes increasingly difficult as design complexity increases. This paper presents heuristic approaches that increase the chance of detecting obvious-but-easily-missed design errors by allowing a designer/verification-engineer to define additional condition states to be checked. The verification approach is implemented using Verilog Programming Language Interface (PLI) and several benchmark circuits are analyzed The results indicate a high correlation between actual error(design mutant) detection rate and the proposed coverage measure The proposed coverage enhances verification performance with less user interaction, fast coverage calculation, and with less system overhead.
代码级别的覆盖率通常用于度量rtl级别的验证进度。然而,简单的代码级覆盖仅考虑功能块的激励而不准确地估计验证结果。考虑附加验证质量的覆盖度量,例如条件检查或观察,可以显著地扩展验证的准确性。然而,随着设计复杂性的增加,识别设计错误变得越来越困难。本文提出了启发式方法,通过允许设计人员/验证工程师定义要检查的附加条件状态,增加了检测明显但容易忽略的设计错误的机会。利用Verilog编程语言接口(PLI)实现了验证方法,并对几个基准电路进行了分析。结果表明,实际错误(设计突变)检出率与所提出的覆盖度量之间具有很高的相关性。所提出的覆盖以较少的用户交互、快速的覆盖计算和较少的系统开销提高了验证性能。
{"title":"RTL functional verification using excitation and observation coverage","authors":"Byeong Min, G. Choi","doi":"10.1109/HLDVT.2001.972808","DOIUrl":"https://doi.org/10.1109/HLDVT.2001.972808","url":null,"abstract":"Code-level coverage is often used to measure RTL-level verification progress. However, a simple code-level coverage inaccurately estimates the verification result by considering only the excitations of functional blocks. A coverage measure that considers additional verification qualities, such as conditions checking or observation, can significantly extend the verification accuracy. However, identifying a design error becomes increasingly difficult as design complexity increases. This paper presents heuristic approaches that increase the chance of detecting obvious-but-easily-missed design errors by allowing a designer/verification-engineer to define additional condition states to be checked. The verification approach is implemented using Verilog Programming Language Interface (PLI) and several benchmark circuits are analyzed The results indicate a high correlation between actual error(design mutant) detection rate and the proposed coverage measure The proposed coverage enhances verification performance with less user interaction, fast coverage calculation, and with less system overhead.","PeriodicalId":188469,"journal":{"name":"Sixth IEEE International High-Level Design Validation and Test Workshop","volume":"481 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2001-12-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129765745","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Sixth IEEE International High-Level Design Validation and Test Workshop
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1