D
davehigton
Guest
I've created a package file with some constants and some functions.
I've
referenced this package with the usual "library" and "use" statements.
The functions are available in the architecture bodies just fine; but
I'd like
to use one of the functions in a declarations section, to help define
some
constants. However, I can't do this; the scope of functions appears
to be
limited to architecture bodies.
Why is this?
Dave
I've
referenced this package with the usual "library" and "use" statements.
The functions are available in the architecture bodies just fine; but
I'd like
to use one of the functions in a declarations section, to help define
some
constants. However, I can't do this; the scope of functions appears
to be
limited to architecture bodies.
Why is this?
Dave