Forum Discussion
Altera_Forum
Honored Contributor
15 years agoWhat kind of stuff is defined in the custom_package? is it full of constants, that define subtypes?
could you not just define unconstrained types and then constrain them using generics on the entity? If its more complicated than than, cant you put the setup information into a record type, and then have an array of records with a generic on the component to select which setup to use?