Re: [sv-bc] Proposal to make it easier to use packages with port declarations

From: Brad Pierce <Brad.Pierce@synopsys.com>
Date: Wed Dec 01 2004 - 14:53:32 PST

Adam,

Those $unit::'s are not required, because you've already
imported the names into the compilation scope.

For some background, see --

    http://www.eda.org/sv-bc/hm/1887.html

Stu's goal is to allow a way to import packages into a module before
port declarations without relying (implicitly) on the compilation unit
scope mechanism.

Stu's suggested adding imports into #(parameter ...) declaration lists,
and I've suggested that it would be nicer syntax to add an

    import(pkg1,pkg2,...)

list before the #(parameter ...) declaration list.

And Arturo has pointed out that maybe the root problem is the
insistence on declaration before use.

    http://www.eda.org/sv-bc/hm/2546.html

-- Brad
Received on Wed Dec 1 14:52:04 2004

This archive was generated by hypermail 2.1.8 : Wed Dec 01 2004 - 14:52:15 PST