TLM works in scoreboard

In reply to UVM_LOVE:

your problem is you dont have a synchronizing event in monitor to sample all the signals. you just have a forever which collects all the signals at every clock. See the fixed code here. I dont understand why you have TLM from driver to scoreboard, it looks you can collect all those from monitor itself.