Jump to content

Create different uvm_domains for different group of components


Recommended Posts

Hi all UVM experts,

I am wondering that is it possible to create multiple uvm_domain within a UVM testbench?

For example:

A group of components run in uvm_domain A.

A group of components run in uvm_domain B.

A group of components run in uvm_domain C.

The reason why I need this configuration is that I would like to divided all my components into several RESET groups, and each group has its own uvm_domain.

In this way, then I could simply use:

uvm_domain domain;

domain= comp.get_domain();

domain.jump(uvm_reset_phase::get());

to have the specific group of components jumped into reset_phase without affecting other groups.

Thank you in advance!

Link to comment
Share on other sites

  • 2 weeks later...

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