- Forums
- »
- FPGA General Discussion
- »
- FPGA Verification
|
Viewing 1 to 7 (7 Total) FPGA Verification |
|
|---|---|
war_isbestTotal Posts: 2
Joined: Jan 2010
|
Hii,
Posted on 2010-01-23 00:49:58 at 2010-01-23 00:49:58
|
raysalemiTotal Posts: 11
Joined: Feb 2010
|
Code Coverage: The First StepI still contend that Code Coverage is the first step in putting together a cohesive FGPA simulation strategy. Without code coverage, you don't have any idea of whether your test bench is really testing the design.
Posted on 2010-02-15 22:54:32 at 2010-02-15 22:54:32
|
RemyTotal Posts: 5
Joined: Feb 2010
|
Requirement coverage: Second step ?Code coverage only shows that the verification has tested statements, branches, conditions. The FPGA will never go in not stable state and definitive failure. But does it always do what it is expected to do? So for each test case, proof shall be given that the behavior of the FPGA is compliant to its specification. Of course, this is a long time to spend in modelisation or manual verification.
Posted on 2010-02-17 05:55:17 at 2010-02-17 05:55:17
|
war_isbestTotal Posts: 2
Joined: Jan 2010
|
code coverage is good! what's nextyes i do agree that code coverage is a very good start.It really gives a good estimate of the quality of the test-bench.
Posted on 2010-02-17 13:21:35 at 2010-02-17 13:21:35
|
RemyTotal Posts: 5
Joined: Feb 2010
|
Requirement coverage toolMentor ReqTracer should be a tool to manage the functional coverage. But the the video I saw of this tool did not convince me for all the functionality we needed. So we decided to develop our own tool, based on tcl scripting.
Posted on 2010-02-18 05:18:24 at 2010-02-18 05:18:24
|
raysalemiTotal Posts: 11
Joined: Feb 2010
|
Requirement Coverage ToolErrr... Remy. Not to spew my Mentor Kool-aid all over the place, but ReqTracer does what you just said.
Posted on 2010-02-18 08:18:13 at 2010-02-18 08:18:13
|
raysalemiTotal Posts: 11
Joined: Feb 2010
|
The Best Tool?I think the best tool depends up on your design and test bench.
Posted on 2010-02-18 08:27:31 at 2010-02-18 08:27:31
|