Hi, I have just gone through the section 23.7 (Member selects and hierarchical names). The section seems very interesting. However, I am not sure if a hierarchical name will be converted to member select or not when the whole scope is traversed. For e.g. module top; generate begin:bl int x; initial begin bl.x = 1; // will it be converted to member select of struct after the full scope is traversed end struct {int x;} bl; end endgenerate endmodule Please let me know. Currently all standard simulators consider 'bl.x' as member select. -- Regards Surya -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.Received on Wed Jan 7 03:26:41 2009
This archive was generated by hypermail 2.1.8 : Wed Jan 07 2009 - 03:27:25 PST