[sv-ac] an example for discussion of 1668

From: John Havlicek <john.havlicek_at_.....>
Date: Mon Mar 26 2007 - 09:56:44 PDT
Hi Dmitry:

I had an action item to send you an example to help
us discuss the problem of local variable initialization
when the clock is changing and a signal is being assigned
to the local variable in the initialization.

Here is an example that I think covers this situation:

   property q(input local logic v);
       (v, v = !v) |-> sig_b ##1 v;
   endproperty

   assert property (
      @(ev1) sig_a |=> @(ev2) q(sig_b)
   );

J.H.

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
Received on Mon Mar 26 09:57:07 2007

This archive was generated by hypermail 2.1.8 : Mon Mar 26 2007 - 09:57:11 PDT