1 / 23

Simulation-Based Verification

Speaker: Hsiu-Yi Lin. Simulation-Based Verification. Outline. Functional verification: Formal verification Simulation-based Verification Constraint-Based Random Test Generation Mutation-based Technology. Functional Verification. Formal Verification Simulation-based Verification.

marc
Télécharger la présentation

Simulation-Based Verification

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. Speaker: Hsiu-Yi Lin Simulation-Based Verification

  2. Outline • Functional verification: • Formal verification • Simulation-based Verification • Constraint-Based Random Test Generation • Mutation-based Technology

  3. Functional Verification • Formal Verification • Simulation-based Verification

  4. Formal Verification • Use mathematical techniques to ensure that a design is the same with the specification of function. • Perform exhaustive proof through rigorous logical reasoning • Because the design size , complexity, time-to market pressure increase, it is impracticable to verify the design only by formal methods. • Example: ROBDD, Model checking, equivalence checking

  5. Simulation-based Verification • Require input stimuli. • It is popular way for design validation • It can find the hard-to-hit coverage points • acquire insight into the design and then use this to make decisions about test generation

  6. Example: digital lock state machine • We use input sequence “1-2-3-4” to verify the design

  7. Constraint-Based Random Test Generation(CRTG) • Only legal input values will be generated • Explore a large part of the input space efficiently with minimal user effort • Find bugs early and get good coverage quickly

  8. “Digital lock state machine” example exhaustive input space 1111 1112 …. 2222 2223 …. 3333 3334 …. 4444 4441 ….. All combination

  9. “Digital lock state machine” example exhaustive input space 1234 1111 1112 …. 2222 2223 …. 3333 3334 …. 4444 4441 ….. All combination the inputs of achieving verification closure

  10. “Digital lock state machine” example exhaustive input space 1234 2314 4123 …. 1234 the inputs of achieving verification closure The inputs generated by the CRTG (different digits)

  11. CRTG Flow Constrained random test generator Design Simulation Checker Test-Bench Hard-to-hit coverage points Coverage Analysis Manual inspection

  12. Modification • Acquire insight into the design and then use this to make decisions about test generation

  13. Intelligent Verification Closing the Test Generation Loop Constrained random test generator + information derived from the design Design Simulation Checker Test-Bench simulation result

  14. “Digital lock state machine” example exhaustive input space 1234 1234 2314 4123 …. the inputs of achieving verification closure The inputs generated by the CRTG (different digits)

  15. “Digital lock state machine” example exhaustive input space 1234 1234 2314 4123 …. 1+ 234 1+ 243 the inputs of achieving verification closure The inputs generated by the CRTG (different digits)

  16. Hard-to-hit coverage points • If there are 10000 digits in the lock state machine?

  17. Find the hard-to-hit coverage points Covered by CRTG S1 S5 S2 S4 S3 signal A = 1 S6 Hard-to-hitpoints S7 S8 signal B&C = 1 signal D = 0

  18. Find the hard-to-hit coverage points Covered by CRTG S1 S5 S2 S4 S3 signal A = 1 S6 Hard-to-hitpoints “signal A = 1” is a simulation result and feedbacks to CRTG to generate new constraints S7 S8 signal B&C = 1 signal D = 0

  19. Coverage Measure in Verification • Avoid duplication of verification effort • Direct further effort before verification closure • Mutation-based technology is used in dynamic verification

  20. Mutation-based Technology • Analyze small behavioral change to a software program, and intend to find weakness in the functional testing of a program • Find the weakness in the verification environment • It is similar to fault simulation in VLSI testing

  21. Mutation-based Technology Design (with small behavioral change ) Catch the fault or not? Test input Simulation with the test-bench

  22. Mutation Example • Original program code a = b or c Mutated program a = b and c • Check whether we catch the fault in the simulation result

  23. Future Work • Meeting with Shih-Chieh’s Lab • Study

More Related