How to display time in femtoseconds for uvm_info statements

In reply to kranthikiranufl:

$timeformat will indeed change the scale of the UVM messages, however it will not change the precision. The uvm_report_server uses $time instead of $realtime. That means you are stuck at a minimum of whatever timescale your UVM package was compiled with.