Driver data not getting propagated to the DUT

In reply to chr_sue:

Thanks. I was indeed missing the clock. However, even after calling base class constructor and giving clock edges, i am not seeing change in my addr, data, and cmd.

I understand my code might be too cumbersome. Will explore using EDAPlayground .

Thx!!!

UVM_INFO @ 0: reporter [RNTST] Running test my_test…
$time = 5, addr = 0, data = 0, cmd = x

$time = 10, addr = 0, data = 0, cmd = x

$time = 15, addr = 0, data = 0, cmd = x

$time = 20, addr = 0, data = 0, cmd = x

$time = 25, addr = 0, data = 0, cmd = x

$time = 30, addr = 0, data = 0, cmd = x