Enable UVM display File Path names

In reply to naaj_ila:

You don’t have to set any defines.
Here is an example from my log-file:

UVM_INFO …/tb/apb/sv/apb_seq_lib.sv(97) @ 9000: uvm_test_top.env.apb_env_i.agent.sequencer@@apb_seq [apb_default_seq] default sequence completed

UVM_INFO …/tb/example_top/sv/example_top_seq_lib.sv(106) @ 9000: reporter@@vseq [example_top_default_seq] spi sequence starting

UVM_INFO …/tb/spi/sv/spi_seq_lib.sv(85) @ 9000: uvm_test_top.env.spi_env_i.agent.sequencer@@spi_seq [spi_default_seq] default sequence starting

UVM_INFO …/tb/spi/sv/spi_seq_lib.sv(54) @ 9000: uvm_test_top.env.spi_env_i.agent.sequencer@@spi_seq [spi_default_seq] spi_base_seq

UVM_INFO …/tb/apb/sv/apb_monitor.sv(74) @ 10000: uvm_test_top.env.apb_env_i.agent.monitor [apb_monitor] write trans to ap

Is that something you would like to see?
I have no VCS license and cannot check if we get the same in the VCS log-file.