Hi,
I could not find any reference in the SV 2009 LRM regarding the name
space where a config belongs to. Section 33 where config is described
just mentioned that config exists in the SystemVerilog name space. But
section 3.13 (Name spaces) does not mention config in any name space. If
I assume that config belongs to 'definition name space' where module,
program etc belong to then it means a config with same name of a module
can not exist. But most of the tools pass the following case:
config cfg;
design cfg;
endconfig
module cfg;
endmodule
Am I missing anything?
-- Regards Surya -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.Received on Wed Dec 15 04:38:18 2010
This archive was generated by hypermail 2.1.8 : Wed Dec 15 2010 - 04:39:31 PST