Greg, > Unconnected ports to an instance always have a corresponding > vacant position in the port list - a position delimited by > commas or parentheses. Not if you connect ports by name. Example: module top; m m (.a(a)); endmodule module m(a,b); input a; output b; endmodule In fact, this is a frequent usage. E.g., if you have a FF cell with Q and Q_INV outputs and you only connect one of them. Shalom -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.Received on Tue Jul 17 10:01:55 2007
This archive was generated by hypermail 2.1.8 : Tue Jul 17 2007 - 10:02:12 PDT