Jump to content

configuration object and configuration space in UVM


Recommended Posts

OK, I don't remember seeing the phrase. But I assume the configuration space would the the set of all possible configurations that could be made for a given test environment.

 

A configuration object is a wrapper object containing configuration information.

 

Suppose you have an agent with 10 settings that can be randomized. Instead of putting 10 individual settings into the config_db, you could wrap them in a single object (a configuration object) and put that complete object once into the config_db. You also have the advantage that if the setting variables in the configuration object are declared rand, it is easy to create a new randomized configuration by randomizing the configuration object,

 

regards

Alan

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