Generating Register Tracker File

Hi,

Is there a way in UVM to generate/create the register tracker file, which have the following information in the printed log file for every Read or a Write access to the Register set(RAL) during the entire simulation.


| Time | Reg Name | Reg Field | Sequence(which initiates the Write/Read) | Access Type(FrontDoor/BackDoor) | Previous Value | Value to be Written|

In reply to azherkhan2431:

Currently, there is nothing inbuilt, which can print as per your mentioned requirement. but you can do it in your environment explicitly.