Jump to content

Usage of heartbeat in UVM to terminate simulation


Recommended Posts

here are some examples (the developer tests)

http://uvm.git.sourceforge.net/git/gitweb.cgi?p=uvm/uvm;a=tree;f=tests/35objections/91heartbeat;h=64f960b506d9d6fc3323fdf677c96e24f6f07739;hb=refs/heads/UVM_1_1_d

basically the heartbeat raises an error if there is no "ping" from a set of objects(configurable) within a window. the window is defined by trigger events of an uvm_event used to configure the heartbeat. the set of objects is determined by the <hb>.add() calls. the notification of the "ping" (the "i-am-alive-message") is done via a uvm_callbacks_objection and raise/drop.

Link to comment
Share on other sites

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...