Guest
Consider a package, P, that declares:
type enum is (alpha, beta, gamma, omega);
In an architecture, we make enum directly visible by
use work.P.enum;
Question: Are the enumeration literals, alpha, beta, etc. also
directly visible?
I seems that NCSIM says no and ModelSim and Synplify say yes.
-biau
type enum is (alpha, beta, gamma, omega);
In an architecture, we make enum directly visible by
use work.P.enum;
Question: Are the enumeration literals, alpha, beta, etc. also
directly visible?
I seems that NCSIM says no and ModelSim and Synplify say yes.
-biau