M
Max
Guest
I need to define a type, and I need to use it in port defenition of my
entity.
for example:
entity my_entity is
Port ( A: inout my_type);
I have write a package to define my_type.
The problem is that ModelSim 5.6 starter don't support pakages other
then standard (ieee).
Can I define my_type outside of package? I tried to put the definition
at the beginnig of file and also in the entity definition, but it
doesn't compile.
thanks
entity.
for example:
entity my_entity is
Port ( A: inout my_type);
I have write a package to define my_type.
The problem is that ModelSim 5.6 starter don't support pakages other
then standard (ieee).
Can I define my_type outside of package? I tried to put the definition
at the beginnig of file and also in the entity definition, but it
doesn't compile.
thanks