Hi,
Here hierarchical reference is applied on named modport port 'P' and 'Q'. But do they represent any data type?
LRM is not clear on that. If we consider equivalent e.g. with named
port in module port declaration corresponding to Verilog 2005 LRM:
module top (.A(x), .B(y));
input x,y;
endmodule
module test;
assign top.A = 1;
endmodule
This is invalid case. As 'A' does not represent any data type. So I think the e.g. provided in SV LRM is wrong.
-- Regards Surya.Received on Fri Sep 15 00:27:24 2006
This archive was generated by hypermail 2.1.8 : Fri Sep 15 2006 - 00:27:46 PDT