In vhdl a use clause typically appears before an entity, yet is understood to apply to just the entity and not to any other units. I suppose with sv this construct would pollute the anonymous package namespace: import pkg::*; module foo ... endmodule // are pkg::* items still in scope here? PaulReceived on Tue Apr 25 13:32:56 2006
This archive was generated by hypermail 2.1.8 : Tue Apr 25 2006 - 13:33:01 PDT