Hi Ben,
I think that you should drop the "is" in "is evaluates". I would even change it to
Then, at clock tick 6, property
data_end evaluates to true because both $fell(stop) and irdy==0 evaluate to true.
Best regards
ed
From: owner-sv-ac@eda.org [mailto:owner-sv-ac@eda.org] On Behalf Of ben cohen
Sent: Friday, July 09, 2010 10:36 PM
To: thomas.thatcher@oracle.com
Cc: sv-ac@eda.org
Subject: Re: [sv-ac] Proposal uploaded for Mantis 2722
Minor changes:
$rose(data_phase) |-> ##[1:5] ((irdy==0) && ($fell(trdy) || $fell(stop))) ; // OK
<Then, at clock tick 6, property
data_end is evaluates to true because stop gets asserted while irdy is asserted.>
Should be:
Then, at clock tick 6, property
data_end is evaluates to true because $fell(stop) evaluates to true while irdy==0 is asserted.
On Fri, Jul 9, 2010 at 4:56 PM, Thomas J Thatcher <thomas.thatcher@oracle.com<mailto:thomas.thatcher@oracle.com>> wrote:
Hello Everyone,
I have uploaded a proposal for Mantis 2722. Nothing controversial, but probably a few details to fix. We can discuss it at the next meeting.
Thanks,
Tom
-- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -- This message has been scanned for viruses and dangerous content by MailScanner<http://www.mailscanner.info/>, and is believed to be clean. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.Received on Sat Jul 10 06:48:01 2010
This archive was generated by hypermail 2.1.8 : Sat Jul 10 2010 - 06:48:04 PDT