I use this command to print the contents of the transaction class in Questasim:
`uvm_info("VALUES", tx.sprint(), UVM_LOW)
My transaction has a variable ans
. The problem is it is printing it as HEX rather than DECIMAL.
It shows:
ans integral 8 'h1c
How can I get it to display it as:
ans integral 8 'd28