[sv-ac] usage of .triggered on a sequence

From: Kulshrestha, Manisha <Manisha_Kulshrestha_at_.....>
Date: Thu Mar 22 2007 - 13:24:25 PDT
Hi,
 
Currently LRM only has examples where .triggered property is checked for
its positive value. E.g.
 
wait (s0.triggered) or if (s0.triggered)
 
Is it allowed to check for the negative value of .triggered ? E.g.
 
wait (s0.triggered == 0) or  if (s0.triggered == 0)
 
It is clear in the LRM when the value of .triggered becomes 1 (in
Observe region) but there is no clarity on when it becomes 0 (i.e. in
which region ?).
 
If checking for value 0 is allowed, when should a wait statement should
unblock ?
 
Thanks.
Manisha

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
Received on Thu Mar 22 13:24:45 2007

This archive was generated by hypermail 2.1.8 : Thu Mar 22 2007 - 13:24:54 PDT