Jump to content

Recommended Posts

Posted

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.

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...