loki Posted September 27, 2011 Report Share Posted September 27, 2011 Is the UVM an all-or-nothing type of library? By that I mean is it possible to use only portions of it by selecting which uvm files to include? Are the uvm files individually self-contained (e.g. does each file include the files it needs and so on)? For example, if I just want the reporting macros, do I need to bring in the whole framework? Quote Link to comment Share on other sites More sharing options...
dave_59 Posted September 27, 2011 Report Share Posted September 27, 2011 You can't compile the individual features of the UVM separately, but you can certainly use things like the reporting mechanisms, resources, command line parser separately. Other features may be harder to use by themselves. There should be almost no overhead in using only certain features of a pre-compiled package. Quote Link to comment Share on other sites More sharing options...
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.