Directed automated symbolic verification of formal properties with local variables
暂无分享,去创建一个
This paper describes a methodology for checking formal properties with local variables expressed in SystemVerilog assertions. Given a behavioral design in SystemVerilog and a property with local variables, the technique uses automated directed searching to reveal all possible control-paths of the given design and tests the satisfaction of the property symbolically in the corresponding data-path operations for each of the control-paths. The advantage is twofold. First, any corner-case data-dependent bugs will eventually get caught due to use of symbolic satisfaction of the property, which otherwise is very likely to be missed if concrete value satisfaction is used as done by traditional simulation based verification. Second, using automated alternative path exploration performs best to identify a buggy data-path since every data-path is verified exactly once, whereas some datapath often gets either repeated or missed in simulation based verification.
[1] Koushik Sen. DART: Directed Automated Random Testing , 2009, Haifa Verification Conference.
[2] Jiang Long,et al. Synthesizing SVA Local Variables for Formal Verification , 2007, 2007 44th ACM/IEEE Design Automation Conference.
[3] Edmund M. Clarke,et al. Model Checking , 1999, Handbook of Automated Reasoning.