| Login | | Don't have an account yet? You can create one. As a registered user you have some advantages like theme manager, comments configuration and post comments with your name. | |
| Who's Online | There are currently, 43 guest(s) and 0 member(s) that are online.
You are Anonymous user. You can register for free by clicking here | |
 | |
|
Verification Guild: Forums |
|
| View previous topic :: View next topic |
| Author |
Message |
Pappu Senior


Joined: Oct 08, 2004 Posts: 47
|
Posted: Mon Sep 26, 2011 2:11 pm Post subject: Toggle Coverage, using SVA/OVL for an Analog Block Signals |
|
|
I have a relatively simple task of making sure that all the signals in an analog block toggle during my tests. The 3 options that I know of, are :
Toggle coverage as an option to running ncsim
Use an OVL assertion to make sure all the signals toogle
Write a covergroup in SV
Any recommendations with the relevant command line options or sample code.
Thanks |
|
| Back to top |
|
 |
Ajeetha Senior


Joined: Mar 29, 2004 Posts: 424 Location: Bengaluru, India
|
Posted: Mon Sep 26, 2011 11:22 pm Post subject: Re: Toggle Coverage, using SVA/OVL for an Analog Block Signa |
|
|
| Pappu wrote: | I have a relatively simple task of making sure that all the signals in an analog block toggle during my tests. The 3 options that I know of, are :
Toggle coverage as an option to running ncsim
Use an OVL assertion to make sure all the signals toogle
Write a covergroup in SV
Any recommendations with the relevant command line options or sample code.
Thanks |
In IRUN/IUS one can do:
| Code: |
irun -debug -coverage block+fsm+toggle+expr ../dut/arb_round.v ../tb/arbitr_tb.v
iccr -gui -test ./cov_work/design/test
|
to enable toggle cov. covergroup/OVL - is pretty straight forward, take a look at $IUS_HOME examples on OVL/PSL/SVA.
HTH
Ajeetha, CVC
www.cvcblr.com/blog _________________ Ajeetha Kumari,
CVC Pvt Ltd. http://www.cvcblr.com
* A Pragmatic Approach to VMM Adoption http://www.systemverilog.us/
* SystemVerilog Assertions Handbook
* Using PSL/Sugar |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
| |
|
|