Jump to content

Is UVM an all-or-nothing library?


loki

Recommended Posts

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?

Link to comment
Share on other sites

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.

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