When does the reg2bus and bus2reg are called in UVM register test?

In reply to lcf0451:

Hi, I think I solved the issue.
Before, I have both req and rsp in my driver, and the rsp is being changed while req is not.
So what I did is I removed the rsp and I only used the variable req.
Now I am not seeing this issue.