Pass Sequencer to RAL Block

In reply to cgales:

Hi cgales,

after importing the “uvm_reg_pkg” i tried to compile my register model code by changing all uvm_* to ovm_*. It is not working and showing below errors.

Error: …/register_model/spi_all_reg.sv(5): near “ovm_reg”: syntax error, unexpected IDENTIFIER

It was working fine, if I revert back all ovm_* to uvm_*.

Please, let me know, what might be the problem for my errors.