OVM to UVM conversion problem related to lookup_register_by_address and poke_field_by_name

In the OVM Environment in scoreboard it has poke_field_by_name and lookup_register_by_address in ovm_register_base and ovm_register_map type of variables respectively. So i want to know what are the replacements to them in UVM Environment.

This will help me in a great way. Thanks in advance. By the by I’m new to both the environments.

In reply to anvesh211:

Hi Anvesh,

Is OVM2UVM conversion perl script is not useful?

In reply to anvesh211:

The OVM never had an official register layer. There were several different approaches for using registers in OVM, but nothing was standardized.

Because of this, you will have to look at what you have implemented and manually convert it to the UVM register layer.