chenyong Posted November 15, 2011 Report Share Posted November 15, 2011 Hi, I'm trying to migrate from uvm 1.0ea to uvm-1.1. I have updated code for setting default sequence as this: uvm_config_db#(uvm_object_wrapper)::set(this,"xxx.xxxx.sequencer.run_phase", "default_sequence",xxx_seq::type_id::get()); it is interesting that I got these uvm_infos: uvm_info xxxx [PHASESEQ] No default phase sequence for phase 'pre_reset', and similar info for 'reset', 'post_reset', etc. Does this mean I should use uvm_config_db to set default sequence for all of these phases? Or does this mean I missed something important for the code? thanks. Quote Link to comment Share on other sites More sharing options...
jeff.schroeder Posted November 15, 2011 Report Share Posted November 15, 2011 It looks like an informational message at UVM_HIGH verbosity, most likely to help with debugging. I don't think it's meant to imply that something is wrong. Quote Link to comment Share on other sites More sharing options...
Erling Posted November 15, 2011 Report Share Posted November 15, 2011 The message will go away if you run the test at default verbosity. Default sequences are not required. Not sure what the message is good for, BTW. Erling Quote Link to comment Share on other sites More sharing options...
chenyong Posted November 16, 2011 Author Report Share Posted November 16, 2011 Thanks for both of your reply. But I think there may be other reasons. In fact I have finished two modules and try to migrate them from uvm-1.0ea to uvm-1.1. One of them reports those information but the other one not. So I must missed something basic but important. Thanks. chenyong Quote Link to comment Share on other sites More sharing options...
chenyong Posted November 16, 2011 Author Report Share Posted November 16, 2011 Hi, I'm sorry I checked my script and found I'm using different UVM verbosity, which i think I use the same before. Sorry for my previous reply. Thanks. Chen Yong 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.