Hello Everyone,
In the log file, The entire file path is printed instead of just the filename, This increases the log file size and also looks clumsy. Kindly let me know the option to pass, to disable the file path getting printed.
The log file has the below line,
UVM_INFO /design/users/vijay/icmanage_check/learn/uvm/tb/top.sv(28) @ 0: reporter [TOP] Calling RUN_TEST
Instead I would like the above line to look as below in the log file.
UVM_INFO top.sv(28) @ 0: reporter [TOP] Calling RUN_TEST
Thanks in advance
Vijay