Created
April 12, 2023 07:22
-
-
Save dvtalk/5fa10088a07b7f54e7c317d4e82e8858 to your computer and use it in GitHub Desktop.
uvm get the overriden string type of the class
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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