i have to implement the one logic in the uvm driver,
we have one signals "tst" in the same signal we have to send do the both read and write, in the write method i have send the 32 bit addres , 4 addresses, each having 8 bit wide, once that is done need to send the data in the same signal of 32 bit data each having the 8 bit wide or byte, How can i implement the driver logic to send the
addr3 adrr2 addr1 addr0
1) 0001 0000 | 0000 0000 | 0000 0000 | 0000 0100 (0x10000004)
in this manner in the driver logic ,please provide some idea