amitk3553 Posted January 23, 2014 Report Posted January 23, 2014 What is the difference between configuration object and configuration space in UVM? Quote
apfitch Posted January 23, 2014 Report Posted January 23, 2014 Can you give an example of the words "configuration space"? Where did you see them? regards Alan Quote
amitk3553 Posted January 28, 2014 Author Report Posted January 28, 2014 I had seen these terms in UVM methodology. Quote
apfitch Posted January 28, 2014 Report Posted January 28, 2014 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 Quote
Recommended Posts
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.