Dear All,
I’m come across the point set the APB sequencer and adapter for the register model as the below.
uart_ctrl_tb.sv
function void ctrl_tb::connect_phase(uvm_phase phase);
reg_model.default_map.set_sequencer(apb0.master.sequencer, uart_ctrl0.reg2apb);
endfunction
uart_ctrl_env.sv
reg_to_apb_adapter reg2apb
Can I use virtual sequencer instead “apb0.master.sequencer” ?