qinhailiang Posted May 26, 2011 Report Share Posted May 26, 2011 when is the 'const uvm_root uvm_top = uvm_root::get()' executed? Quote Link to comment Share on other sites More sharing options...
dave_59 Posted May 26, 2011 Report Share Posted May 26, 2011 As a static variable initialization, it is executed at time 0 before any initial or always block gets executed. Note that the ordering of static variable initializations is never guaranteed, so you should never reference another static variable in any other static variable initialization. Quote Link to comment Share on other sites More sharing options...
qinhailiang Posted May 26, 2011 Author Report Share Posted May 26, 2011 thanks for you rich answer!! 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.