I have to update few enumerated data types which are declared inside a package and mine is a special scenario where the size of my enum data type will vary with a parameter value. I have to make that parameter value somehow visible to the package.
I am aware that packages are not the components that can be instantiated. Hence I cannot pass the parameters directly.
Could anyone help me in getting my requirement done with help of some tweaks.
PS: The requirement is related to TB