Race condition between write() in UVM scoreboard

In reply to vignesh.kannan:

What you are mentioning is not related to the monitor. It is related to the driver. If the write port is active befor the read port you get different results to the vice-versa order. You have to control your drivers. Then anything is OK.