From: Kausik Datta (kausikd@cal.interrasystems.com)
Date: Fri May 13 2005 - 00:55:25 PDT
Hi,
Is this a valid testcase?
Diferent simulators behave differently. Does LRM say anything on this?
I think this should be an error case.
Thanks
Kausik
module used (.p(a),.q(a[0]));
input [0:3] a;
endmodule
module user;
wire [0:3] x;
used inst1(.q(x[0]),.a(x)); // Should be error. As there is no port
with the name a
endmodule
This archive was generated by hypermail 2.1.4
: Fri May 13 2005 - 00:30:54 PDT
and
sponsored by Boyd Technology, Inc.