| 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, 52 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 |
spartanthewarrior Senior


Joined: Aug 15, 2009 Posts: 32
|
Posted: Thu Apr 19, 2012 5:07 am Post subject: Question: Vacuous Match !! |
|
|
//-- Property For Pipe-Line
`define true 1
property pipe_line_check;
logic [7:0] temp_data;
@(posedge clk) (`true, temp_data = stage_1) ##NUM_CLK (data_out === temp_data);
endproperty
Note:- stage_1 is a 8-Bit signal coming from first pipeline stage.
Question: Will this property will give (Vacuous Match !!), as we don't have implication operator. |
|
| Back to top |
|
 |
vhdlcohen Industry Expert


Joined: Jan 05, 2004 Posts: 1237 Location: Los Angeles, CA
|
Posted: Thu Apr 19, 2012 8:09 am Post subject: |
|
|
A property that this a sequence is either false or true nonvacously.
An assertion that has a property as a sequence can either fail or succeed nonvacously. _________________ Ben Cohen http://www.systemverilog.us/
* SystemVerilog Assertions Handbook, 3rd Edition, 2013
* A Pragmatic Approach to VMM Adoption
* Using PSL/SUGAR ... 2nd Edition
* Real Chip Design and Verification
* Cmpt Design by Example
* VHDL books |
|
| Back to top |
|
 |
spartanthewarrior Senior


Joined: Aug 15, 2009 Posts: 32
|
Posted: Thu Apr 19, 2012 9:32 am Post subject: |
|
|
Thanks much !!
It clears my doubt... |
|
| 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
|
| |
|
|