Hi,
Is wild equality/inequality operator allowed on aggregate expression? I
am getting different results from different standard tools for the
following case?
typedef struct { logic l; } T;
module m;
T i, j;
wire o;
assign o = (i==?j);
endmodule
I did not get any explicit answer from LRM.
-- Regards Surya -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.Received on Mon Oct 11 06:34:17 2010
This archive was generated by hypermail 2.1.8 : Mon Oct 11 2010 - 06:36:52 PDT