RE: [sv-bc] Quarry related to automatic or dynamic variables

From: Bresticker, Shalom <shalom.bresticker_at_.....>
Date: Thu Jul 10 2008 - 02:51:36 PDT
This was changed in SV 3.1a.

See http://www.eda.org/sv-ec/Errata.html, under ERR-18.

Shalom 

> -----Original Message-----
> From: owner-sv-bc@server.eda.org 
> [mailto:owner-sv-bc@server.eda.org] On Behalf Of soumya
> Sent: Thursday, July 10, 2008 12:33 PM
> To: sv-bc@server.eda-stds.org
> Subject: [sv-bc] Quarry related to automatic or dynamic variables
> 
> Hi,
>  Please consider the case :
> 
> module test;
>     initial
>     begin: blk
>         automatic int i ;
>         i = 0;
>         #5 i = 5;
>         @(i) $display($time,,"HI\n");
>     end
> endmodule
> 
> As per SV 3.1 LRM section 5.5: automatic or dynamic variables 
> cannot be used to trigger an event expression. However the 
> corresponding section
> 6.6 of  P1800 does not specify anything about this.
>  Does it simulate, What is the correct behavior?
---------------------------------------------------------------------
Intel Israel (74) Limited

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
Received on Thu Jul 10 02:52:19 2008

This archive was generated by hypermail 2.1.8 : Thu Jul 10 2008 - 02:52:32 PDT