Two different logic in single driver

In reply to chr_sue:

In reply to Malai_21:
What do you mean with ‘handshake mechanism’? Dou have to put back to the sequence a response or what is it?

No need to response back to the sequence. while Driving data to DUT, a request is issued from DUT and TB has to give “ack”, transfer the data. This is happening in the driver only.
while configuring DUT I don’t have to perform handshaking. Both configuration and data transfer happens in a single APB interface.

 I have a single drive to perform both configuration and data transfer.