In reply to bachan21:
I’m not sure what you are asking, but as a general rule, you should only be randomizing data in two locations:
- In your test, you should randomize the various configuration objects which control your design behavior. You should also randomize your top-level test sequences.
- In your sequences, you should randomize the various sequences/sequence_items which generate stimulus
You shouldn’t be randomizing any data in a driver, agent or other components.