leo_chen Posted June 5, 2012 Report Posted June 5, 2012 Hi, I think the normal result of display_objections() should be like this: The total objection count is 2 --------------------------------------------------------- Source Total Count Count Object --------------------------------------------------------- 0 2 uvm_top 0 2 uvm_test_top 0 2 my_env 0 2 my_sequencer 2 2 my_seq ---------------------------------------------------------And I do see this when everything is OK.But somehow display_objections() prints the following messages, there is 0 objection source, but total objection count is 1. May I know what this means? The total objection count is 1 --------------------------------------------------------- Source Total Count Count Object --------------------------------------------------------- 0 1 uvm_top --------------------------------------------------------- I use uvm 1.0p1 since my simulator is not new enough to run 1.1a or 1.1b. Thanks in advance. Quote
leo_chen Posted June 5, 2012 Author Report Posted June 5, 2012 Well, I think I know why now. When I display_objections(), the drain time is not passed yet. Now it looks good. Quote
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.