1 / 17

Hybrid-Formal Coverage Convergence

Hybrid-Formal Coverage Convergence. Dan Benua Synopsys Verification Group January 18, 2010. Abstract. Formal and Hybrid methods typically employed in property checking can also be leveraged to attack coverage convergence problems.

louis
Télécharger la présentation

Hybrid-Formal Coverage Convergence

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Hybrid-Formal Coverage Convergence Dan Benua Synopsys Verification Group January 18, 2010

  2. Abstract Formal and Hybrid methods typically employed in property checking can also be leveraged to attack coverage convergence problems. The Synopsys Magellan hybrid-formal tool has supported coverage convergence on production designs for several years. This talk will briefly review the technology and methodology considerations for this application. Hybrid formal technology is distinct from the automation of stimulus coverage closure used in simulation. (e.g. “Echo” feature in VCS)

  3. Agenda Coverage Convergence & FPV The Problem of Constraints Handling Capacity Issues Hybrid-Formal Coverage Methodology Benefits & Limitations Future Directions

  4. 100% Directed tests (manual effort) Constraint Random tests Traditional Coverage Convergence Methodology coverage Time • Constrained random simulation saturates @ ~ 70% • Remaining few percent take lot of effort and time • No knowledge if the remaining targets are coverable

  5. 100% 100% Unreachable Targets Directed tests (manual effort) Constraint Random tests Improving Convergence with Hybrid-Formal Techniques Formal Coverage Convergence coverage Time • Formal analysis identifies unreachable coverage targets • Hybrid search improves automatic stimulus generation

  6. Finding Paths Through the State Spaceof the DUV & Environment • Formal Analysis of Safety Properties • For each assertion: • “Does a legal path exist from a reset state to a property failure state?” • Coverage Closure • For each coverage target: • “Does a legal path exist from a reset state to a state satisfying the coverage target?”

  7. State Space View DUV + Env State Space Target State If no path exists, target state is “Unreachable” Initial State

  8. Formal method coverage closure: Challenges System level test environments … Contain abstractions which can’t be synthesized into Finite state automata needed by pure formal solutions. Often exceed model-checking algorithm capacity. • Formal vs. Simulation environment • Behavioural models not synthesizable • Declarative vs Procedural representation • cycle vs event semantics • Capacity Issues • Number of Coverage Targets • Functional (Covergroups, Cover Properties) • Structural (line, condition, FSM, toggle…) • Trace Depth • Number of cycles from an initial state to a goal state reaching each coverage target

  9. What is Hybrid Search? Finds paths to goal states that consist of some random simulation cycles and some cycles calculated by formal engines. Sacrifices exhaustive search in exchange for better capacity and performance.

  10. Hybrid Search Illustrated DUV + Env State Space Target State Hybrid Trace: Dynamic + Formal Initial State

  11. Methodology Fit • Block Level • < 10M gates, < 100K Coverage targets • Unreachable analysis can handle larger circuits (w/ approximation) • Synthesizable DUT • With extensions, E.g. SVA, XMR, Monitors • Formal-compatible constraints • SVA /PSL+ RTL modeling code • Constraint solver for stimulus generation • Good leverage with FPV flow

  12. Practical Implementation of Hybrid-Formal Coverage Convergence Tool instruments design to select desired functional and structural coverage targets. Run unreachability analysis without constraints to detect “uncoverable” targets. Create and validate formal-compatible constraint environment. Run constrained random simulation to hit “easy” coverage targets Run hybrid search algorithm to find remaining “hard” reachable coverage targets Merge coverage results from “hard”, “easy”, and “uncoverable” runs.

  13. Benefits of Hybrid Convergence Automated convergence, within the limits of tool capacity No conventional testbench required, but testbench monitors may be reused Coverage metrics measured in familiar simulation context Easy to parallelize on server farms

  14. Limitations Non-exhaustive, some targets may remain “uncovered” Uses cycle-based semantics Large compute resource requirements and potentially long runtimes Requires caution when merging coverage from distinct environments

  15. The Future More flow automation for hybrid solutions Multi-core, multi-processor servers for performance/capacity increases Standardization of coverage databases, including formal (Accellera UCIS Technical Committee) Continued research on testbench-based coverage closure automation

  16. Conclusion Hybrid-Formal techniques address a sub-set of the general problem of coverage closure Multiple users are seeing benefits from this technology when combined with FPV and conventional CR testbench methods

  17. Q&A

More Related