[sv-bc] query related with event or operator of Verilog-2001.

From: Dhiraj Kumar Prasad <dhiraj_at_.....>
Date: Wed Sep 17 2008 - 04:42:46 PDT
Hi,

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.

Regards,
Dhiraj



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
Received on Wed Sep 17 04:51:37 2008

This archive was generated by hypermail 2.1.8 : Wed Sep 17 2008 - 04:53:13 PDT