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

From: soumya <soumya_at_.....>
Date: Thu Jul 10 2008 - 02:33:02 PDT
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?

Thanks,
-Soumya


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

This archive was generated by hypermail 2.1.8 : Thu Jul 10 2008 - 02:29:55 PDT