>Is it possible to do a continuous assignment to an automatic variable, >or to connect one to a module port or a primitive terminal? > >I though not, but I can't find anywhere in the LRM where it says so. There are other rules that make it impossible for this to happen. You cannot have a continuous assignment or instantiation inside a procedural scope, and you cannot refer to an automatic variable from outside its scope because it is illegal to make a hierarchical reference to it. Steven Sharp sharp@cadence.com -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.Received on Wed Oct 10 09:36:57 2007
This archive was generated by hypermail 2.1.8 : Wed Oct 10 2007 - 09:37:07 PDT