Hi all,
I have created RAL model in UVM , there we have a specific method, by using that i can pass sequencer to RAL block.
tb_cfg.uart_reg_model2.uart_map.set_sequencer(agth[1].seqr, regadp);
Regisre_name.write(status, data, .parent(null));
so, after connection, by using write api, i can update register value in ral MODEL...
My question is,,, How same thing i can do with OVM.?? till now i found only bus_write(), bus_read() method,,,,