krb Posted July 13, 2011 Report Share Posted July 13, 2011 Hi, What is the best place to use override. I want to override particular instances of seq_item/sequences. I know I can do this from uvm_test instance. I want to if I can override it from a top level sequence. krb Quote Link to comment Share on other sites More sharing options...
pjigar Posted July 14, 2011 Report Share Posted July 14, 2011 You can use inst_override on sequence item or sequences. If your sequences and/or item needs to use user defined configurations then best way to do this is by having a configuration class instantiated in the sequencer. Sequences can then use p_sequencer.<config class>.<field>. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.