Please explain what is driver and monitor.
and tell the difference between them.
Thanks.
In reply to R Divyaa:
Upto my understanding
Driver is the one which drives the data into the DUT or we can say it is used to convert Packet level data to I/O level data for the DUT .
Monitor is the one which snoops out the signal information from inter communication blocks[ such as driver, checker etc].
For more information you can have a look into system Verilog LRM
Thanks
Hi,
Driver and Monitor are the transactors. As the name indicates, DRIVER drives and MONITOR monitors.
Technically, Driver collects the transactions and drives based on protocol &
Monitor does the vice-versa.
Regards,
D
In reply to Dilip Bagadi:
Can you please tell what is transactors.
In reply to R Divyaa:
Transactors are the components which converts transactions into pin-level data and vice-versa