Stu,
Requiring the ::* here is kind of annoying, because that's the
typical case. Also, although the imports are somewhat like
parameters, they are not really parameters. They deserve
their own list, just like parameters and ports. A natural way
to do this would be to use the 'import' keyword. So, how about
module m import(pkg1,pkg2) #(...) (...) ; ... endmodule
in which pkg1 would be shorthand for pkg1::*?
-- Brad
Received on Wed Dec 1 13:26:33 2004
This archive was generated by hypermail 2.1.8 : Wed Dec 01 2004 - 13:26:38 PST