[sv-ec] null compabiilty

From: Daniel Mlynek <daniel.mlynek_at_.....>
Date: Fri Oct 09 2009 - 08:08:56 PDT
Is it explicitly said in LRM how null should behave in below case - should
it be legal usage or not. (I cannot find such description nor mantis item) :
 
module top;
    int x;
    initial if(x==null) $display("false");    
    initial x = null;
endmodule
 
DANiel

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
Received on Fri Oct 9 08:12:08 2009

This archive was generated by hypermail 2.1.8 : Fri Oct 09 2009 - 08:13:01 PDT