Kevin, Does the proposal change anything specified in the existing LRM? i.e. is it backwardly compatible? Thanks, --Martin ________________________________ From: owner-verilog-ams@eda.org [mailto:owner-verilog-ams@eda.org] On Behalf Of Jonathan David Sent: Thursday, February 01, 2007 1:13 PM To: Kevin Cameron; Verilog-AMS LRM Reflector Cc: Kevin Cameron Subject: Re: Alternative text for 8.8.5: Vesrsion 2 I'd find that confusing as I don't expect a signal name to be in ANYTHINGS hierarchical path.. BUT that may ALSO guarantee that there is no name conflict.. (which the __ doesn't quite do..) Jonathan David j.david@ieee.org jb_david@yahoo.com http://ieee-jbdavid.blogspot.com Mobile 408 390 2425 Work: jbdavid@scintera.com http://www.scintera.com 408 636-2618 ----- Original Message ---- From: Kevin Cameron <kevin@sonicsinc.com> To: Verilog-AMS LRM Reflector <verilog-ams@eda.org> Cc: Kevin Cameron <kevin@sonicsinc.com> Sent: Thursday, February 1, 2007 12:55:08 PM Subject: Alternative text for 8.8.5: Vesrsion 2 Thinking about it I don't like the "__", I'd rather have a ".", gives tools the opportunity to let you browse into the signal as a scope and list what's there. Alternative text for 8.8.5 (8.8.5.1 stays the same): ________________________________ Instance names for auto-inserted instances Parameters of auto-inserted connect instances can be set on an instance-by-instance basis with the use of the defparam statement. This requires predictable instance names and instance paths for the auto-inserted modules. In both the merged and split cases the connect module instance is located in the nearest parent of the analog or digital blocks using the connect module (the location of the contributions, drivers or receivers), e.g. in the case where those blocks are in one module the connect module instance will be a child of that module. In the split case the connect module instance is only associated with one block so it is automatically the child of that block's module. The instance name of the connect module is made up from the name of the signal being connected in the module which is parent to the connect module instance (which need not be a port), and the name of the connect module concatenated with a double dot ".", e.g. for signal "mixed" in module "top" with a connect module "d2a" instantiated in it the connect module path is: top.mixed.d2a ________________________________ Comments? Kev. -- This message has been scanned for viruses and dangerous content by MailScanner <http://www.mailscanner.info/> , and is believed to be clean. -- This message has been scanned for viruses and dangerous content by MailScanner <http://www.mailscanner.info/> , and is believed to be clean. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.Received on Thu Feb 1 16:04:18 2007
This archive was generated by hypermail 2.1.8 : Thu Feb 01 2007 - 16:04:30 PST