Driver to scorebaord communication

Hi,

In uvm, will scoreboard receives data from driver without writing any code .If not could you please suggest me code how to receive the data from driver .
how we can compare the data in scoreboard with driving value and monitor output value.

Hi Dave,
you mean we need to connect driver and scoreboard with analysis port similar to monitor and need to implement write method in scoreboard

I think scoreboard is a passive component for analyzing the signals and driver is an active component for providing stimulus.
So scoreboard should be connected to monitor only. Although driver can also access to the interface, monitoring the interface is not its job.
Not sure why you want to connect driver to scoreboard.