Quick help for APB protocol verification

We are trying to verify APB protocol with a master and a single slave and with configuration, we are able to print topology fine.
But with driver and monitor logic, we are not able to drive signals to DUT.

Only changes made to the code after printing topology with config are:

Connect Phase and Run phase in Driver.
Started sequence in test(sequencer within the env).

Please assist as we have the deadline tomorrow.

Link on EDA PLAYGROUND APB_UVM_FINAL(1) - EDA Playground

In reply to Athulv:

What do you mean by “not able to drive signals”? I generated waves and was able to see your signals being driven. Did you look at the waveforms?

In reply to Athulv:

You need to read the tutorial on how to view the waves.

In reply to cgales:

Thank you for the support cgales.
EDA playground and the waveform viewing method was new for me.
However I’ve fixed it now.
Thanks a million for your help.