I want to change one field that is defined in several classes in my specman env (currently these fields are global variables in different classes). I want to have the option to change these fields in the middle of test run, and I want to change all of them simultaneously. Since I don't want to access every class and change locally, I thought of using pointers instead of globals. Does anyone know a way to do it in specman? or maybe another solution?
This is for an environment with many classes, and accessing each one takes a lot of coding and run time