Pass Sequencer to RAL Block

In reply to Bhautik Baraiya:

When you are using the UVM Register package with OVM, you should import ovm_register_pkg::* when you want to utilize it. If you are using UVM, there is never a need to import any register package as it is part of UVM. It looks like you are using an old uvm_reg_pkg which is no longer needed with UVM.