Hi, The 'event or' was deleted from this table because it can not be used in regular expressions, only in a very particular context. Please don't send such questions to SV-CC. Shalom > In LRM 1364.2001, section 4.1 contain a table regarding operator. > The last row of table shows a operator "or"(event or) but > this is not present in LRM 1364.2005, section 5.1. > > So should following case be -ve in Verilog-2005. > > module tmp(input in1, in2, output reg out1); > > always@(in1 or in2) > begin > out1 = in1; > end > endmodule > > As most of the standard tool don't show error in for above testcase. --------------------------------------------------------------------- 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 Sep 18 06:16:58 2008
This archive was generated by hypermail 2.1.8 : Thu Sep 18 2008 - 06:18:28 PDT