Nimesh Posted May 23, 2020 Report Posted May 23, 2020 I am new to UVM and SystemVerilog. For an effective debugging, I wanted to log my transactions coming from the DUT to the monitor into a text file. Since monitor converts into the transaction format, it becomes easy to log the transactions from monitor but I could not find a workaround to do this task. Can someone help with a solution to this problem? Currently, i am using the AHB protocol and I need to keep track of those AHB transactions coming from the DUT. I need to record the address, Read/Write, count, Data to be read/written and time stamps. Quote
chr_sue Posted May 24, 2020 Report Posted May 24, 2020 Please look here at Using UVM_LOG in https://verificationacademy.com/cookbook/messaging/usingmessaging Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.