SeanChou Posted April 12, 2012 Report Share Posted April 12, 2012 (edited) The traverse order of uvm_task_phase seems bottom-up (child first). but the message string in `uvm_info says topdown. perhaps it should be fixed. Edited April 12, 2012 by janick Quote Link to comment Share on other sites More sharing options...
janick Posted April 12, 2012 Report Share Posted April 12, 2012 Because task phases are forked, their execution order cannot be predicted. So even though they are forked in a particular order (apparently bottom-up), their ultimate order of execution is tool-specific. I guess the info message should say nothing about the order... 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.