Skip to content

Instantly share code, notes, and snippets.

@dvtalk
Created April 12, 2023 07:22
Show Gist options
  • Save dvtalk/5fa10088a07b7f54e7c317d4e82e8858 to your computer and use it in GitHub Desktop.
Save dvtalk/5fa10088a07b7f54e7c317d4e82e8858 to your computer and use it in GitHub Desktop.
uvm get the overriden string type of the class
uvm_object_wrapper obj_wrapper = uvm_factory::get().find_override_by_name(<base class type>::type_id::type_name, "*");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment