I have a monitor that is reading transactions from an interface and passing them onto a scoreboard through tlm analysis ports and tlm analysis fifos.
I don’t see any object handle being null before it goes to the scoreboard but sometime during simulation the object handle being passed to scoreboard becomes null, I am wondering how this is possible?
Is there a way this handle could become null without explicitly being assigned null? Keep in mind this handle was not null in monitor when the object was constructed and address value was(implicitly) assigned to handle. It becomes null somewhere along the way, how is that possible?
Thanks