Hi, I have a query related to the compilation unit. Is the following testcase valid? module top; wire w1; assign w1 = $unit::w; // compilation unit scope endmodule reg w; Here "w" is delared after it is used in the text. Thanks Kausik
This archive was generated by hypermail 2.1.8 : Sun Mar 13 2005 - 23:44:22 PST