|
发表于 2009-8-19 17:52:13
|
显示全部楼层
你说的应该是Verification Plan
A verification plan is a specification of the verification effort. It must be complete and correct.
The followings can be described in a verification plan:
1. Feature list
You must read design specification then identify all of features of DUV.
2. Test case list, description and priority
You need to write which features a test case covered, the stimulus sequence and expecting response.
3. Functional coverage point and goal
4. What to randomize
5. Code and toggle coverage goal
6. Introduction of monitor, driver, response checker
7. How to measure the verification progress
8. Regression
9. Verification Strategy, methodology, flow
10. Testbench structure |
|