Override parameters in SV package

In reply to VerifEx:

There is no way to override a parameter in a package. You can declare a class in the package and override the class parameter when you reference the class.

Other things you can do:

You can create different versions of the same package and choose which version to compile.

You can use define a text macro on the command line that can be used by the package to set the parameter value.